@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/bHGrXFx>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Kriek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8df42d93-d199-e7f4-d971-6be59da0e4f4"^^xsd:string ;
  schema:familyName "Kriek"^^xsd:string ;
  schema:hasOccupation "Sjouwerman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wzzx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/31a96565-36cd-db8e-a9f4-b9528a523679> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2053542> ;
  schema:birthDate "1852-10-07"^^xsd:date .

