@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/btWgbG8>
  schema:familyName "Akkermans"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1c0bea2b-eee8-8f5b-99b4-d42a2c55fea6"^^xsd:string ;
  schema:givenName "Joannes"^^xsd:string ;
  schema:name "Joannes Akkermans"@nl ;
  schema:hasOccupation "Sergeant bij het 4e Regiment Infanterie"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zaltbommel> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00f4ks> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4513361b-276e-cb62-a997-1c11634e41c3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2125238> ;
  schema:birthDate "1814-01-06"^^xsd:date .

