@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/bGreM1z>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia van Leeuwen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5d425862-5307-15f7-864d-8a85f0d4b52c"^^xsd:string ;
  schema:familyName "van Leeuwen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s599> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/11a2b010-3f32-3cb8-0f0b-13c7f4de2683> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1946940> ;
  schema:birthDate "1855-11-13"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Leeuwen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

