@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/bCTmGpL>
  schema:familyName "Dantzig"^^xsd:string ;
  schema:givenName "Gustaaf"^^xsd:string ;
  schema:name "Gustaaf Dantzig"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5adae67d-feac-1f5c-2ca2-21728b0634b2"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k137> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9b422aa7-1701-b3b8-14a1-4f57b85d7001> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2423389> ;
  schema:birthDate "1859-04-24"^^xsd:date .

