@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/bBE9ZEP>
  schema:givenName "Adolf"^^xsd:string ;
  schema:name "Adolf Dantzig"@nl ;
  schema:familyName "Dantzig"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5280044e-f8db-81eb-9bd6-3dfc0581b0f9"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k137> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ef58fd61-6ecc-90d0-f48b-0cb990c60b33> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2850999> ;
  schema:birthDate "1869-06-16"^^xsd:date .

