@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/b4a0nvf>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Peute"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5b5f7aaf-fe16-1c1b-ac68-4a63241c93c6"^^xsd:string ;
  schema:familyName "Peute"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0105dx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4be02c83-62cd-2b74-d5d5-2ab96bd7ce6b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2151831> ;
  schema:birthDate "1888-09-06"^^xsd:date .

