@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/bNIJYTv>
  schema:givenName "Hendrikus"^^xsd:string ;
  schema:name "Hendrikus Jansen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4147d873-22f6-1413-8858-4eb2c15ee200"^^xsd:string ;
  schema:familyName "Jansen"^^xsd:string ;
  schema:hasOccupation "Loopknecht"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Kampen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0105dx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8b4506c5-c619-80ae-5931-f42c5b5c3ded> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2396189> ;
  schema:birthDate "1866-12-03"^^xsd:date .

