@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/btJzXay>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik van Maren"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5ebad05a-8dff-24ce-68fc-f685d61f20b0"^^xsd:string ;
  schema:hasOccupation "Schoolleerling"@nl ;
  schema:familyName "van Maren"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00dttx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/cb4783ad-f161-4efb-d4f0-923da6000334> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2606700> ;
  schema:additionalName [
    ns0:baseSurname "Maren"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

