@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/byW3hMV>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Kerkhof"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0c00bb76-97d3-71d5-504b-9fb7054e568c"^^xsd:string ;
  schema:hasOccupation "Kaaskooper"@nl ;
  schema:familyName "Kerkhof"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Vlaardingen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w0tn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0ba3c04b-fe58-70e7-60cd-87c83ac71aa3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/615005> ;
  schema:birthDate "1834-10-18"^^xsd:date .

