@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/bwR3YK6>
  schema:familyName "Esser"^^xsd:string ;
  schema:givenName "Gerta"^^xsd:string ;
  schema:name "Gerta Esser"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8200cf8c-aa5f-b4c1-b503-5cee48866de8"^^xsd:string ;
  schema:hasOccupation "Huishoudster"@nl ;
  schema:birthPlace "Keulen-Nippen"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bTyjmDI> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2426122> ;
  schema:birthDate "1905-05-17"^^xsd:date .

