@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/bR2VCyQ>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth van Leeuwen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/23e15a1f-c827-0610-7926-b8bc16f47865"^^xsd:string ;
  schema:familyName "van Leeuwen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leimuiden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0111dr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/48983bfb-dabe-f3d2-96a6-c0f0cca949c4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2138912> ;
  schema:birthDate "1878-04-02"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Leeuwen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

