@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/bRG1KhS>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Kabout"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f748e549-4cf9-d5ff-4ef8-c2a267583ee8"^^xsd:string ;
  schema:familyName "Kabout"^^xsd:string ;
  schema:hasOccupation "Touwspinner"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q0k1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/61c55971-2561-e9c6-20e0-27ae860bc598> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2235522> ;
  schema:birthDate "1833-07-07"^^xsd:date .

