@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#> .

<https://n2t.net/ark:/60537/bB13xft>
  schema:givenName "Elizabeth"^^xsd:string ;
  schema:name "Elizabeth Hoeben"@nl ;
  schema:familyName "Hoeben"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0d9bb420-5166-56d3-8cfd-2cfa94ed224b"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tfqn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8885e659-5a9b-23e9-05a5-ecfc9996912e> ;
  schema:birthPlace <https://sws.geonames.org/2803138/> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2385548> ;
  schema:birthDate "1831-12-12"^^xsd:date .

