@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/bd75x75>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk van der Vooren"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3d56d5dd-f457-762c-1f69-fbe77f0b5e8a"^^xsd:string ;
  schema:hasOccupation "Timmermansknecht"@nl ;
  schema:familyName "van der Vooren"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013hkt> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3c2e546c-4504-1073-136c-07f409188ec0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2091158> ;
  schema:birthDate "1859-05-03"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vooren"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

