@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/bd75Ug0>
  schema:givenName "Elizabeth"^^xsd:string ;
  schema:name "Elizabeth Göbel"@nl ;
  schema:familyName "Göbel"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/86eddc99-7967-0334-a406-2d8f838dbf84"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010kxp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b042fc78-9eae-da92-4428-f16d2951867e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2504420> ;
  schema:birthDate "1893-08-08"^^xsd:date .

