@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_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b
  a a2a:Record ;
  rdfs:label "Overlijden op 20 juli 1892 te Gouda" ;
  a2a:hasPerson oa:person_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_Person-bdf3f6d2-94ab-79a3-b943-55ea1f850168, oa:person_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_Person-e2c1448e-4e1c-6531-2988-696fb8aed069, oa:person_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_Person-bddfd1e2-0e76-0754-e33a-5e170226ce09, oa:person_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_Person-bf2f262e-6eec-62f3-6bb7-1ad302cd3405 ;
  a2a:hasEvent oa:event_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_0, oa:relationep_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_1, oa:relationep_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_2, oa:relationep_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_3 ;
  a2a:hasSource oa:source_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b .

oa:person_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_Person-bdf3f6d2-94ab-79a3-b943-55ea1f850168
  a a2a:Person ;
  rdfs:label "Hermanus Christiaan Edauw" ;
  a2a:PersonName [
    rdfs:label "Hermanus Christiaan Edauw" ;
    a2a:PersonNameFirstName "Hermanus Christiaan" ;
    a2a:PersonNameLastName "Edauw"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "73" ;
    rdfs:label "73"
  ] .

oa:person_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_Person-e2c1448e-4e1c-6531-2988-696fb8aed069
  a a2a:Person ;
  rdfs:label "Margaretha Christina Cornelius" ;
  a2a:PersonName [
    rdfs:label "Margaretha Christina Cornelius" ;
    a2a:PersonNameFirstName "Margaretha Christina" ;
    a2a:PersonNameLastName "Cornelius"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_Person-bddfd1e2-0e76-0754-e33a-5e170226ce09
  a a2a:Person ;
  rdfs:label "Johanna van Heek" ;
  a2a:PersonName [
    rdfs:label "Johanna van Heek" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heek"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_Person-bf2f262e-6eec-62f3-6bb7-1ad302cd3405
  a a2a:Person ;
  rdfs:label "Dirk Edauw" ;
  a2a:PersonName [
    rdfs:label "Dirk Edauw" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Edauw"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1892" ;
    a2a:Month "7" ;
    a2a:Day "20" ;
    rdfs:label "1892-07-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:relationep_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_Person:bdf3f6d2-94ab-79a3-b943-55ea1f850168 ;
  a2a:EventKeyRef oa:event_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_Event1 .

oa:relationep_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_Person:e2c1448e-4e1c-6531-2988-696fb8aed069 ;
  a2a:EventKeyRef oa:event_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_Event1 .

oa:relationep_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_2
  a a2a:RelationEP ;
  rdfs:label "other:Weduwnaar" ;
  a2a:RelationType "other:Weduwnaar" ;
  a2a:PersonKeyRef oa:person_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_Person:bddfd1e2-0e76-0754-e33a-5e170226ce09 ;
  a2a:EventKeyRef oa:event_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_Event1 .

oa:relationep_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_Person:bf2f262e-6eec-62f3-6bb7-1ad302cd3405 ;
  a2a:EventKeyRef oa:event_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b_Event1 .

oa:source_smh_24b2e5dd-86b1-e25e-87ac-8a7175a12d2b
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda", "1892-07-21 - 1892-07-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1892-07-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1892-07-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1892" ;
    a2a:Month "7" ;
    a2a:Day "21" ;
    rdfs:label "1892-07-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 319, Periode: 1892" ;
    a2a:Book "BS Overlijdensregister" ;
    a2a:DocumentNumber "435" ;
    a2a:RegistryNumber "319" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 319, Periode: 1892, BS Overlijdensregister, 435, 319"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/38860ce3-63f9-0513-d59b-6d8e3e7e17a4.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/24b2e5dd-86b1-e25e-87ac-8a7175a12d2b" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/38860ce3-63f9-0513-d59b-6d8e3e7e17a4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/24b2e5dd-86b1-e25e-87ac-8a7175a12d2b" ;
  a2a:RecordGUID "{24b2e5dd-86b1-e25e-87ac-8a7175a12d2b}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "319" ;
  a2a:SourceRemarkregister_periode "1892" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_3171_00003171.xml van SMH" .

[]
  a2a:PersonRemarkplaats_overlijden "Gouda" ;
  a2a:PersonRemarkdatum_overlijden "1892-07-20" .

