@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/bGdyHrM>
  schema:familyName "Dantzig"^^xsd:string ;
  schema:givenName "Frits"^^xsd:string ;
  schema:name "Frits Dantzig"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a6c2f34e-3ea3-0bc8-0ecc-298d621fdf51"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k137> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c4cb0763-2196-0128-3fa3-b51ea45904bd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2583728> ;
  schema:birthDate "1867-03-31"^^xsd:date .

