@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/bGQEnQG>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/dc4463c5-6192-d3c7-9c64-25d12adf9ed9"^^xsd:string ;
  schema:givenName "Maria Willemina"^^xsd:string ;
  schema:name "Maria Willemina van Leenen"@nl ;
  schema:familyName "van Leenen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zutphen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00svgz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/567083b7-58e9-29db-0866-e68d13c9efe9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2192326> ;
  schema:birthDate "1833-04-02"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Leenen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

