@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/byiXhot>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e23e64de-5e52-d716-ce02-72aec186cf45"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter van Leeuwen"@nl ;
  schema:familyName "van Leeuwen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0111dr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1489521e-67a1-e70d-a6df-6db65163a712> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/643613> ;
  schema:birthDate "1889-05-11"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Leeuwen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

