@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/b2UO5ie>
  schema:familyName "Dantzig"^^xsd:string ;
  schema:givenName "Eliasar"^^xsd:string ;
  schema:name "Eliasar Dantzig"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d7115839-10ff-d0f8-0fab-9dde05cd262f"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k137> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/127f3c29-b199-b4cc-473c-bf2b4fb78748> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/635502> ;
  schema:birthDate "1857-04-23"^^xsd:date .

