@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/bmenP7c>
  schema:familyName "Dantzig"^^xsd:string ;
  schema:givenName "Esther"^^xsd:string ;
  schema:name "Esther Dantzig"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4d9bcd14-3a48-7636-ae23-0a5aa3395527"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k137> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/03fb230d-5162-e5cc-7001-2e939260434f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/583936> ;
  schema:birthDate "1858-04-14"^^xsd:date .

