@prefix ns0: <https://schema.org/> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns1: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bg1TLWZ>
  ns0:givenName "Carolina"@nl ;
  ns0:name "Carolina van Esso-Mogendorff"@nl ;
  ns0:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouda> ;
  ns0:subjectOf <https://oorlogsgravenstichting.nl/personen/41455/carolina-van-esso-mogendorff> ;
  a pico:PersonObservation ;
  ns0:deathPlace <https://sws.geonames.org/3089658/> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2890097> ;
  ns0:birthDate "1889-09-21"^^xsd:date ;
  ns0:deathDate "1943-09-17"^^xsd:date ;
  ns0:additionalName [
    ns1:baseSurname "Esso-Mogendorff" ;
    ns1:surnamePrefix "van"
  ] .

