@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/bkpAYOz>
  schema:hasOccupation "Bouwman"@nl ;
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Okkerse"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/af3ec01b-5640-2da5-542c-8afabe75d2b5"^^xsd:string ;
  schema:familyName "Okkerse"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Woerden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00srb5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e04ff7ce-93ff-5c66-8d13-51c3f187ffe9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2827585> ;
  schema:birthDate "1836-06-07"^^xsd:date .

