@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/bE8yRrA>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ff9bc17d-9954-9947-38dd-c0729192c3e5"^^xsd:string ;
  schema:familyName "van Leeuwen"^^xsd:string ;
  schema:givenName "Willem"^^xsd:string ;
  schema:name "Willem van Leeuwen"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Dordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00m3sm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b8c20ebb-1ac6-3f6f-8409-c2b2a37cd541> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2537730> ;
  schema:birthDate "1869-03-21"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Leeuwen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

