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

<http://data.bibliotheken.nl/id/thes/p309540259> a schema1:Person ;
    rdfs:label "Holl, J. (archeologie)" ;
    schema1:description "drs.; archeologie" ;
    schema1:familyName "Holl" ;
    schema1:givenName "J." ;
    schema1:hasOccupation "archeologie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ebb36433bd009178baf3abb00bf51e6c> ;
    schema1:name "J. Holl" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/280912063>,
        <https://isni.org/isni/0000000387901671> .

