@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p341258741> a schema1:Person ;
    rdfs:label "Dargin, Justin" ;
    schema1:familyName "Dargin" ;
    schema1:givenName "Justin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4f1fac98f982ea904f9184bed8364311> ;
    schema1:name "Justin Dargin" ;
    schema1:sameAs <http://viaf.org/viaf/46565047>,
        <https://isni.org/isni/0000000051542740> .

