@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/bQQegSc>
  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/36ebc005-ff5c-9676-c49e-23b04824a387"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tcr9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b1a2b599-c2cc-2ae1-6f8e-d778522cf246> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2509748> ;
  schema:birthDate "1893-08-08"^^xsd:date .

