@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/b2I6QTN>
  schema:givenName "Cornelis Pieter"^^xsd:string ;
  schema:name "Cornelis Pieter Kerper"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/18ab57a2-fd3e-e172-532f-72dacaeb3068"^^xsd:string ;
  schema:familyName "Kerper"^^xsd:string ;
  schema:hasOccupation "Pottenbakker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00nh4n> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8f074870-8ca9-227d-9a49-0cd199893974> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2410692> ;
  schema:birthDate "1836-12-06"^^xsd:date .

