@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/b4ApxvG>
  schema:familyName "Dongelman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d59613a0-ee46-2569-d532-e66966fba44a"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Dongelman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouderak> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018tdw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/156ce093-2b78-4e1b-2338-45e4635f9b70> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/647114> ;
  schema:birthDate "1852-01-23"^^xsd:date .

