@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/bM388pt>
  schema:familyName "Hissink"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f579d8f7-c28a-08b3-8ab1-d8c156e9adea"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Hissink"@nl ;
  schema:hasOccupation "Kapitein der Infanterie"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Deventer> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0121r7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1852d413-9c27-ff7d-ff67-9be78fce089b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1957474> ;
  schema:birthDate "1842-03-17"^^xsd:date .

