@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/bOyxnzA>
  schema:givenName "Cornelia Dorothea"^^xsd:string ;
  schema:name "Cornelia Dorothea van der Haagen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/499bc68a-7597-e8de-69c7-837ad80d908c"^^xsd:string ;
  schema:familyName "van der Haagen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01225k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2e70e9b3-4c41-2629-4eec-224957e6300e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2041167> ;
  schema:birthDate "1845-10-04"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Haagen"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

