@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/boJMv00>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Lafeber"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1341c8d5-e7b4-1d5c-dfd3-45d7af6bdf6b"^^xsd:string ;
  schema:hasOccupation "Koetsier"@nl ;
  schema:familyName "Lafeber"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0126d0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9eb2df4a-e875-5ccd-63d5-8d7dd938c4dd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2436487> ;
  schema:birthDate "1856-03-29"^^xsd:date .

