@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/byiXean>
  schema:familyName "den Hertog"^^xsd:string ;
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk den Hertog"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/48cf9f4e-98db-3208-c21b-848a03c74a19"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010s31> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/05c8ce1b-dea7-4588-9d44-ac23b44e8baa> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/591130> ;
  schema:birthDate "1868-04-10"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Hertog"^^xsd:string ;
    ns0:surnamePrefix "den"^^xsd:string
  ] .

