@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_34fc2081-73e2-e0b1-16e2-e157c38aaa71
  a a2a:Record ;
  rdfs:label "Overlijden op 30 augustus 1961 te Etten-Leur" ;
  a2a:hasPerson oa:person_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_Person-f6d9c5fd-bada-5039-b6e5-388ee75117f4, oa:person_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_Person-a6235437-b564-ae9a-c7bf-23e9ee6354dd, oa:person_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_Person-f7d8d277-7032-f505-72a6-7a93d7d9f204, oa:person_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_Person-b532987a-740f-5362-f36b-fd9aa15c3257 ;
  a2a:hasEvent oa:event_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_0, oa:relationep_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_1, oa:relationep_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_0 ;
  a2a:hasSource oa:source_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71 .

oa:person_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_Person-f6d9c5fd-bada-5039-b6e5-388ee75117f4
  a a2a:Person ;
  rdfs:label "Cornelia Maria Berm" ;
  a2a:PersonName [
    rdfs:label "Cornelia Maria Berm" ;
    a2a:PersonNameFirstName "Cornelia Maria" ;
    a2a:PersonNameLastName "Berm"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_Person-a6235437-b564-ae9a-c7bf-23e9ee6354dd
  a a2a:Person ;
  rdfs:label "Antonia Verbunt" ;
  a2a:PersonName [
    rdfs:label "Antonia Verbunt" ;
    a2a:PersonNameFirstName "Antonia" ;
    a2a:PersonNameLastName "Verbunt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_Person-f7d8d277-7032-f505-72a6-7a93d7d9f204
  a a2a:Person ;
  rdfs:label "Adriaan Berm" ;
  a2a:PersonName [
    rdfs:label "Adriaan Berm" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Berm"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_Person-b532987a-740f-5362-f36b-fd9aa15c3257
  a a2a:Person ;
  rdfs:label "Arnoldus Johannes Stadhouders" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Johannes Stadhouders" ;
    a2a:PersonNameFirstName "Arnoldus Johannes" ;
    a2a:PersonNameLastName "Stadhouders"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1961" ;
    a2a:Month "8" ;
    a2a:Day "30" ;
    rdfs:label "1961-08-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Etten-Leur" ;
    rdfs:label "Etten-Leur"
  ] .

oa:relationep_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_Person:f6d9c5fd-bada-5039-b6e5-388ee75117f4 ;
  a2a:EventKeyRef oa:event_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_Event1 .

oa:relationep_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_Person:a6235437-b564-ae9a-c7bf-23e9ee6354dd ;
  a2a:EventKeyRef oa:event_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_Event1 .

oa:relationep_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_Person:f7d8d277-7032-f505-72a6-7a93d7d9f204 ;
  a2a:EventKeyRef oa:event_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_Event1 .

oa:relationpp_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_Person:f6d9c5fd-bada-5039-b6e5-388ee75117f4, oa:person_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71_Person:b532987a-740f-5362-f36b-fd9aa15c3257 .

oa:source_bhi_34fc2081-73e2-e0b1-16e2-e157c38aaa71
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Etten-Leur" ;
    rdfs:label "Etten-Leur", "1961-08-31 - 1961-08-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1961-08-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1961-08-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1961" ;
    a2a:Month "8" ;
    a2a:Day "31" ;
    rdfs:label "1961-08-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3559, Periode: 1961" ;
    a2a:Book "Overlijdensregister Etten-Leur 1961" ;
    a2a:DocumentNumber "89" ;
    a2a:RegistryNumber "3559" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3559, Periode: 1961, Overlijdensregister Etten-Leur 1961, 89, 3559"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/dc8f944e-5f5d-4961-2817-374233f6d096.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/dc8f944e-5f5d-4961-2817-374233f6d096.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-11-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/34fc2081-73e2-e0b1-16e2-e157c38aaa71" ;
  a2a:RecordGUID "{34fc2081-73e2-e0b1-16e2-e157c38aaa71}" ;
  a2a:SourceRemarkdeel "3559" ;
  a2a:SourceRemarkregister_periode "1961" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_882_00000882.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1961-08-30" .
