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

<http://data.bibliotheken.nl/id/thes/p071942858> a schema1:Person ;
    rdfs:label "Pritchard, A.J. (1937-)" ;
    schema1:alternateName "Pritchard, Anthony",
        "Pritchard, Anthony J." ;
    schema1:birthDate "1937" ;
    schema1:familyName "Pritchard" ;
    schema1:givenName "A.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0d1f9733c83c766647323cdb5d61d885> ;
    schema1:name "A.J. Pritchard" ;
    schema1:sameAs <http://viaf.org/viaf/107172391>,
        <https://isni.org/isni/0000000376771269> .

