@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/bjZaSUK>
  schema:givenName "Cornelis Marinus"^^xsd:string ;
  schema:name "Cornelis Marinus Puijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0f5b48c1-1b52-ecc1-205a-974279caa897"^^xsd:string ;
  schema:familyName "Puijk"^^xsd:string ;
  schema:hasOccupation "Timmerman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012f80> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2ab8e7be-6035-2fd8-c433-956faa3ef67f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2026380> ;
  schema:birthDate "1862-10-23"^^xsd:date .

