@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/b7vccH7>
  schema:givenName "Cornelia Maria"^^xsd:string ;
  schema:name "Cornelia Maria van Dijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fe491668-0b65-7e7c-b7a9-5951fa02c1a2"^^xsd:string ;
  schema:familyName "van Dijk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bEyWg0B> ;
  schema:spouse <https://n2t.net/ark:/60537/bfc5m5I> ;
  schema:children <https://n2t.net/ark:/60537/bZACsz2> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2118603> ;
  schema:additionalName [
    ns0:baseSurname "Dijk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

