@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/bOkQ8o5>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia van den Hondel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/73016a3d-7cb3-8faa-b8d7-d2f89a84f959"^^xsd:string ;
  schema:familyName "van den Hondel"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00kqvx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b5173e91-1962-ac51-3e3d-df9ee8b34f4a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2523456> ;
  schema:birthDate "1839-08-01"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Hondel"^^xsd:string ;
    ns0:surnamePrefix "van den"^^xsd:string
  ] .

