@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/b4ZObWZ>
  schema:hasOccupation "Geen"@nl ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik van Duuren"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5c0a7c4d-0696-1a35-e478-a771eb3b5cc8"^^xsd:string ;
  schema:familyName "van Duuren"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00f9wd> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6ae8a09a-12ea-6078-05a1-e2a0aff6950c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2271442> ;
  schema:additionalName [
    ns0:baseSurname "Duuren"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

