@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/bFBsKo0>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk van Vuuren"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/aafcad68-28ad-1a4d-5fc2-f7a88e01a058"^^xsd:string ;
  schema:hasOccupation "Touwslager"@nl ;
  schema:familyName "van Vuuren"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vxng> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e4eea7a1-e7f6-0bc4-9aa8-f6d1d8ce5a84> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2678394> ;
  schema:birthDate "1820-10-06"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vuuren"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

