@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/bH3m840>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Roest"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8fa87292-b98e-150d-2794-63b538233769"^^xsd:string ;
  schema:familyName "Roest"^^xsd:string ;
  schema:hasOccupation "Schoolleerling"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00dfds> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6c7393ab-6fd5-b68d-22f3-cc7d8289ebc4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2277521> ;
  schema:birthDate "1845-12-06"^^xsd:date .

