@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2
  a a2a:Record ;
  rdfs:label "Overlijden op 11 augustus 1942 te Gouda" ;
  a2a:hasPerson oa:person_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_Person-b68d309b-d767-58a7-b25b-9155d0190098, oa:person_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_Person-986bda07-a82a-6d98-ac4a-1dca78617b2e, oa:person_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_Person-60309883-1f3b-cbd8-5fe4-0c07cd055897, oa:person_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_Person-67739a8c-7305-db1d-5cfc-1150f7c2c3cf ;
  a2a:hasEvent oa:event_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_0, oa:relationep_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_1, oa:relationep_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_2, oa:relationep_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_3 ;
  a2a:hasSource oa:source_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2 .

oa:person_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_Person-b68d309b-d767-58a7-b25b-9155d0190098
  a a2a:Person ;
  rdfs:label "Elisabeth Chaudron" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Chaudron" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Chaudron"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "82" ;
    rdfs:label "82"
  ] .

oa:person_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_Person-986bda07-a82a-6d98-ac4a-1dca78617b2e
  a a2a:Person ;
  rdfs:label "Elisabeth van den Broek" ;
  a2a:PersonName [
    rdfs:label "Elisabeth van den Broek" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Broek"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_Person-60309883-1f3b-cbd8-5fe4-0c07cd055897
  a a2a:Person ;
  rdfs:label "Pieter Chaudron" ;
  a2a:PersonName [
    rdfs:label "Pieter Chaudron" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Chaudron"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_Person-67739a8c-7305-db1d-5cfc-1150f7c2c3cf
  a a2a:Person ;
  rdfs:label "Willem Frederik Benning" ;
  a2a:PersonName [
    rdfs:label "Willem Frederik Benning" ;
    a2a:PersonNameFirstName "Willem Frederik" ;
    a2a:PersonNameLastName "Benning"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1942" ;
    a2a:Month "8" ;
    a2a:Day "11" ;
    rdfs:label "1942-08-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:relationep_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_Person:b68d309b-d767-58a7-b25b-9155d0190098 ;
  a2a:EventKeyRef oa:event_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_Event1 .

oa:relationep_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_Person:986bda07-a82a-6d98-ac4a-1dca78617b2e ;
  a2a:EventKeyRef oa:event_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_Event1 .

oa:relationep_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_Person:60309883-1f3b-cbd8-5fe4-0c07cd055897 ;
  a2a:EventKeyRef oa:event_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_Event1 .

oa:relationep_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_3
  a a2a:RelationEP ;
  rdfs:label "other:Weduwe" ;
  a2a:RelationType "other:Weduwe" ;
  a2a:PersonKeyRef oa:person_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_Person:67739a8c-7305-db1d-5cfc-1150f7c2c3cf ;
  a2a:EventKeyRef oa:event_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2_Event1 .

oa:source_smh_ebe32fa5-e83e-a775-0d80-ce2df3b202f2
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda", "1942-08-12 - 1942-08-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1942-08-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1942-08-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1942" ;
    a2a:Month "8" ;
    a2a:Day "12" ;
    rdfs:label "1942-08-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 369, Periode: 1942" ;
    a2a:Book "BS Overlijdensregister" ;
    a2a:DocumentNumber "304" ;
    a2a:RegistryNumber "369" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 369, Periode: 1942, BS Overlijdensregister, 304, 369"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/f397c191-b500-a6a5-6547-0744f6a8ca6e.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/ebe32fa5-e83e-a775-0d80-ce2df3b202f2" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/f397c191-b500-a6a5-6547-0744f6a8ca6e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/ebe32fa5-e83e-a775-0d80-ce2df3b202f2" ;
  a2a:RecordGUID "{ebe32fa5-e83e-a775-0d80-ce2df3b202f2}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "369" ;
  a2a:SourceRemarkregister_periode "1942" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_4402_00004402.xml van SMH" .

[]
  a2a:PersonRemarkplaats_overlijden "Gouda" ;
  a2a:PersonRemarkdatum_overlijden "1942-08-11" .

