@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/bUaqFgx>
  schema:familyName "Donk"^^xsd:string ;
  schema:hasOccupation "Gepensoneerd Oost Indië Ambtenaar"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4f6d1278-5a2d-12b6-e206-41af7c0ba95e"^^xsd:string ;
  schema:givenName "Marinus"^^xsd:string ;
  schema:name "Marinus Donk"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Stolwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0138n0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1f9c48e4-db1a-eb8a-421e-d5ad88fb8fcc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1982952> ;
  schema:birthDate "1854-10-08"^^xsd:date .

