@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/bkpAFcR>
  schema:givenName "Arie Johannes"^^xsd:string ;
  schema:name "Arie Johannes Donk"@nl ;
  schema:familyName "Donk"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3509e581-5c45-ce9a-765f-5e4c43ce7bce"^^xsd:string ;
  schema:birthPlace "Rembang Oost Indië"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0138n0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a9494745-d9df-8580-0cac-40a658d6c61f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2477174> ;
  schema:birthDate "1884-12-16"^^xsd:date .

