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

<http://data.bibliotheken.nl/id/thes/p333987195> a schema1:Person ;
    rdfs:label "James, Andrew (1973-)" ;
    schema1:birthDate "1973" ;
    schema1:familyName "James" ;
    schema1:givenName "Andrew" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f6e9814b7a7257f07aa06bdfbda25dc8> ;
    schema1:name "Andrew James" ;
    schema1:sameAs <http://viaf.org/viaf/121251488>,
        <https://isni.org/isni/0000000079657400> .

