@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/bcHHha4>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Kolster"@nl ;
  schema:hasOccupation "Fabriekwerker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0828db6c-5b0d-a81c-04b5-17a33e21e318"^^xsd:string ;
  schema:familyName "Kolster"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010wwp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5c69e863-49e2-8ef5-e821-03388edfc4cd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2215101> ;
  schema:birthDate "1851-02-11"^^xsd:date .

