@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/byJnnh7>
  schema:givenName "Cornelia Catharina"^^xsd:string ;
  schema:name "Cornelia Catharina van Dongen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9e4b742e-0ce9-5008-c5d2-f34dfa9b1135"^^xsd:string ;
  schema:familyName "van Dongen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x5tw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f7694962-dbc5-bf30-4256-aabc05fc9094> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2721772> ;
  schema:birthDate "1887-04-13"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Dongen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

