@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/bhHuJ5u>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Gravestein"@nl ;
  schema:familyName "Gravestein"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d4f1f89f-1daa-20c2-e74a-a0eac3e66adb"^^xsd:string ;
  schema:hasOccupation "Sjouwer"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012jf6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/82b037ec-6971-add6-bdce-070c1ed2b6f5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2363197> ;
  schema:birthDate "1827-04-19"^^xsd:date .

