@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/bUAPE7n>
  schema:givenName "Cornelia Maria"^^xsd:string ;
  schema:name "Cornelia Maria van Dijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b19784f5-42e6-309c-a12d-24a73c992234"^^xsd:string ;
  schema:familyName "van Dijk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0105x4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d6a9b2c5-9e9c-5fe3-52cd-9b49bda86fb6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2657783> ;
  schema:birthDate "1821-08-20"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Dijk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

