@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/bHT8Ecz>
  schema:givenName "Hadriaan Nicolaas"^^xsd:string ;
  schema:name "Hadriaan Nicolaas Kersbergen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/33a2e698-9716-9f30-70ce-96646469f880"^^xsd:string ;
  schema:familyName "Kersbergen"^^xsd:string ;
  schema:hasOccupation "Sigarenfabriekant"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0138n0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3204ebf8-1bc8-6ff0-1c48-48044a1bc8e1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2054880> ;
  schema:birthDate "1864-12-18"^^xsd:date .

