@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/b8X6xEq>
  schema:givenName "Elizabeth"^^xsd:string ;
  schema:name "Elizabeth van Reenen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/60f2b303-ee25-6ede-cdba-2a00b7327bee"^^xsd:string ;
  schema:familyName "van Reenen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Barwoutswaarder> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xfmf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fa45c5d7-9ced-fc12-1e0a-6d3bea1eb876> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2740808> ;
  schema:birthDate "1859-07-13"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Reenen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

