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

<http://data.bibliotheken.nl/id/thes/p315653493> a schema1:Person ;
    rdfs:label "Rooij, J.A.G. van" ;
    schema1:description "archeologie" ;
    schema1:familyName "van Rooij" ;
    schema1:givenName "J.A.G." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a2dc835194e3db03e3342344182724f1> ;
    schema1:name "J.A.G. van Rooij" ;
    schema1:sameAs <http://viaf.org/viaf/287934333>,
        <https://isni.org/isni/0000000393631030> .

