@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bLr2Ogz>
  pico:hasAge "39"^^xsd:string ;
  schema:givenName "Elisabeth Elias"^^xsd:string ;
  schema:name "Elisabeth Elias van Hertveld"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/82c50910-664a-3ef4-f553-017d325c55c8"^^xsd:string ;
  schema:familyName "van Hertveld"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bDJ9FRM> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bgEYomb> ;
  schema:children <https://n2t.net/ark:/60537/bTkDD6G> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2722258> ;
  schema:additionalName [
    ns0:baseSurname "Hertveld"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

