@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/bZadEzA>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Ott"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5ce84c72-ef88-70eb-ade5-2a5dcfb8def6"^^xsd:string ;
  schema:familyName "Ott"^^xsd:string ;
  schema:birthPlace "Oude-Niedorp"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012vbc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f806f62c-98ba-110c-b088-c280b9a2550f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2724021> ;
  schema:birthDate "1870-05-02"^^xsd:date .

