@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/bC3ySX3>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Grendel"@nl ;
  schema:familyName "Grendel"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c5d6e547-e49f-1437-c2b3-ac85784ab06e"^^xsd:string ;
  schema:hasOccupation "Opperman"@nl ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wnqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7c9c718d-fe24-9745-0a39-ea2aa17a9c57> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2339629> ;
  schema:birthDate "1819-04-23"^^xsd:date .

