@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/bSi7FE1>
  schema:givenName "Elisabeth Helena Maria"^^xsd:string ;
  schema:name "Elisabeth Helena Maria van Elten"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d519fc5a-6e83-3073-6b1b-1414582bf231"^^xsd:string ;
  schema:familyName "van Elten"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/s-Gravenhage> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sfj7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/413a81d5-f7d5-0469-bc59-c21f866f4b5b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2110361> ;
  schema:birthDate "1836-08-14"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Elten"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

