@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_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9
  a a2a:Record ;
  rdfs:label "Overlijden op 29 juli 1875 te Dinteloord" ;
  a2a:hasPerson oa:person_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_Person-f5677050-d372-a8f6-d80b-80b7da9206ae, oa:person_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_Person-22d2a10f-7337-5822-f1d4-9fcd6f8c3dbc, oa:person_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_Person-04d5fb3b-dfeb-ab4a-5b52-fef71eabdfc2 ;
  a2a:hasEvent oa:event_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_0, oa:relationep_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_1, oa:relationep_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_2 ;
  a2a:hasSource oa:source_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9 .

oa:person_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_Person-f5677050-d372-a8f6-d80b-80b7da9206ae
  a a2a:Person ;
  rdfs:label "Anna Fredrika Rust" ;
  a2a:PersonName [
    rdfs:label "Anna Fredrika Rust" ;
    a2a:PersonNameFirstName "Anna Fredrika" ;
    a2a:PersonNameLastName "Rust"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_Person-22d2a10f-7337-5822-f1d4-9fcd6f8c3dbc
  a a2a:Person ;
  rdfs:label "Wilhelmina Arnolda Horning" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina Arnolda Horning" ;
    a2a:PersonNameFirstName "Wilhelmina Arnolda" ;
    a2a:PersonNameLastName "Horning"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_Person-04d5fb3b-dfeb-ab4a-5b52-fef71eabdfc2
  a a2a:Person ;
  rdfs:label "Rudolph Rust" ;
  a2a:PersonName [
    rdfs:label "Rudolph Rust" ;
    a2a:PersonNameFirstName "Rudolph" ;
    a2a:PersonNameLastName "Rust"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1875" ;
    a2a:Month "7" ;
    a2a:Day "29" ;
    rdfs:label "1875-07-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dinteloord" ;
    rdfs:label "Dinteloord"
  ] .

oa:relationep_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_Person:f5677050-d372-a8f6-d80b-80b7da9206ae ;
  a2a:EventKeyRef oa:event_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_Event1 .

oa:relationep_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_Person:22d2a10f-7337-5822-f1d4-9fcd6f8c3dbc ;
  a2a:EventKeyRef oa:event_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_Event1 .

oa:relationep_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_Person:04d5fb3b-dfeb-ab4a-5b52-fef71eabdfc2 ;
  a2a:EventKeyRef oa:event_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9_Event1 .

oa:source_bhi_c77db29d-a08a-e9e0-5fcb-4cd32901deb9
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Dinteloord" ;
    rdfs:label "Dinteloord", "1875-07-30 - 1875-07-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1875-07-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1875-07-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1875" ;
    a2a:Month "7" ;
    a2a:Day "30" ;
    rdfs:label "1875-07-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1824, Periode: 1875" ;
    a2a:Book "Overlijdensregister Dinteloord 1875" ;
    a2a:DocumentNumber "56" ;
    a2a:RegistryNumber "1824" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1824, Periode: 1875, Overlijdensregister Dinteloord 1875, 56, 1824"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/62ef3bba-75ea-eabd-72b6-3075f31d747e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/62ef3bba-75ea-eabd-72b6-3075f31d747e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-02-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/c77db29d-a08a-e9e0-5fcb-4cd32901deb9" ;
  a2a:RecordGUID "{c77db29d-a08a-e9e0-5fcb-4cd32901deb9}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_28880_00028880.xml van BHI" .

