@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/b1FC0sN>
  schema:givenName "Bernard"^^xsd:string ;
  schema:name "Bernard Dantzig"@nl ;
  schema:familyName "Dantzig"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b46ce0ff-5199-48be-0fbe-ad484fcffaf5"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k137> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/11710715-e989-c1af-e8a5-2494b7876527> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1946202> ;
  schema:birthDate "1865-08-25"^^xsd:date .

