@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bo6Gprs>
  schema:givenName "Cornelus"^^xsd:string ;
  schema:name "Cornelus van Kekem"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ca300334-c711-907a-1cf6-655bd9708eb7"^^xsd:string ;
  schema:hasOccupation "Onderbaas"@nl ;
  schema:familyName "van Kekem"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Naarden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0124t6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/869cc2eb-7d1a-4767-9a2a-473a305f3183> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2378243> ;
  schema:birthDate "1873-02-28"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Kekem"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

