@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/b87ihAn>
  schema:familyName "Dantzig"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2b2d6813-057f-d91c-1455-f4315258d942"^^xsd:string ;
  schema:givenName "Joseph"^^xsd:string ;
  schema:name "Joseph Dantzig"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k137> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4f3737e0-c39f-7f1b-490c-42018f9aa7c9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2164480> ;
  schema:birthDate "1848-04-03"^^xsd:date .

