@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/bABET2O>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Peute"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4de073bf-ae10-0054-d041-f43115579f43"^^xsd:string ;
  schema:hasOccupation "Pakhuisknecht"@nl ;
  schema:familyName "Peute"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zierikzee> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0105dx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/380a9cfd-36d4-6239-61d6-b3bb9c0815cc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2075099> ;
  schema:birthDate "1865-12-17"^^xsd:date .

