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

<http://data.bibliotheken.nl/id/thes/p327843551> a schema1:Person ;
    rdfs:label "Jansen, Maurice (archeologie)" ;
    schema1:description "ook als M. Jansen" ;
    schema1:familyName "Jansen" ;
    schema1:givenName "Maurice" ;
    schema1:hasOccupation "archeologie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9bb0817b0bf95a56dbd96598d4c453b2> ;
    schema1:name "Maurice Jansen" ;
    schema1:sameAs <http://viaf.org/viaf/287208619> .

