@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/bGQELCf>
  schema:givenName "Dirk Jacob"^^xsd:string ;
  schema:name "Dirk Jacob Kerkhof"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/72d2eae3-b41a-0ae6-972c-095fee16800a"^^xsd:string ;
  schema:familyName "Kerkhof"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w0tn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ce094758-ebfd-0c6d-1d9b-eab2235dc1ec> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2617310> ;
  schema:birthDate "1876-03-06"^^xsd:date .

