@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/bc4BPtY>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1a635abc-ddf3-05c9-72ff-e0f3a8aef6da"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter van Leeuwen"@nl ;
  schema:hasOccupation "Schipper"@nl ;
  schema:familyName "van Leeuwen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Mijdrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010p2g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ef89cd52-0b44-857a-e0d7-64dd925741db> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2851691> ;
  schema:birthDate "1854-09-08"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Leeuwen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

