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

<http://data.bibliotheken.nl/id/thes/p321713036> a schema1:Person ;
    rdfs:label "Schenk, J.A. (archeologie)" ;
    schema1:description "drs." ;
    schema1:familyName "Schenk" ;
    schema1:givenName "J.A." ;
    schema1:hasOccupation "archeologie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2c5e55e98f3a2b4d119c909b246ce554> ;
    schema1:name "J.A. Schenk" ;
    schema1:sameAs <http://viaf.org/viaf/283728543> .

