@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/bUo7mXk>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth van der Kleij"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bd797b64-00dc-181d-a0aa-47b003f1b935"^^xsd:string ;
  schema:familyName "van der Kleij"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00px0w> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/254d14d1-cc90-2686-135a-ac162a3ba435> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2005147> ;
  schema:birthDate "1833-11-14"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Kleij"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

