@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_ed6e312b-e223-b271-4e27-89a028943ca7
  a a2a:Record ;
  rdfs:label "Overlijden op 22 juni 1941 te Roosendaal" ;
  a2a:hasPerson oa:person_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_Person-1f21fe4d-f602-5dc9-d00f-5daad357b211, oa:person_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_Person-6dcf3c0a-6e83-249d-1c4c-ebe7dfbcff6b, oa:person_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_Person-e4563e8b-0c65-7d00-58ce-d1bb19818221 ;
  a2a:hasEvent oa:event_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_0, oa:relationep_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_1, oa:relationep_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_2 ;
  a2a:hasSource oa:source_bhi_ed6e312b-e223-b271-4e27-89a028943ca7 .

oa:person_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_Person-1f21fe4d-f602-5dc9-d00f-5daad357b211
  a a2a:Person ;
  rdfs:label "Marie Johanna Jacoba Bakx" ;
  a2a:PersonName [
    rdfs:label "Marie Johanna Jacoba Bakx" ;
    a2a:PersonNameFirstName "Marie Johanna Jacoba" ;
    a2a:PersonNameLastName "Bakx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_Person-6dcf3c0a-6e83-249d-1c4c-ebe7dfbcff6b
  a a2a:Person ;
  rdfs:label "Dina Elisabeth Johanna de Coninck" ;
  a2a:PersonName [
    rdfs:label "Dina Elisabeth Johanna de Coninck" ;
    a2a:PersonNameFirstName "Dina Elisabeth Johanna" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Coninck"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_Person-e4563e8b-0c65-7d00-58ce-d1bb19818221
  a a2a:Person ;
  rdfs:label "Johannes Josephus Jacobus de Coninck" ;
  a2a:PersonName [
    rdfs:label "Johannes Josephus Jacobus de Coninck" ;
    a2a:PersonNameFirstName "Johannes Josephus Jacobus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Coninck"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1941" ;
    a2a:Month "6" ;
    a2a:Day "22" ;
    rdfs:label "1941-06-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal"
  ] .

oa:relationep_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_Person:1f21fe4d-f602-5dc9-d00f-5daad357b211 ;
  a2a:EventKeyRef oa:event_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_Event1 .

oa:relationep_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_Person:6dcf3c0a-6e83-249d-1c4c-ebe7dfbcff6b ;
  a2a:EventKeyRef oa:event_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_Event1 .

oa:relationep_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_Person:e4563e8b-0c65-7d00-58ce-d1bb19818221 ;
  a2a:EventKeyRef oa:event_bhi_ed6e312b-e223-b271-4e27-89a028943ca7_Event1 .

oa:source_bhi_ed6e312b-e223-b271-4e27-89a028943ca7
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1941-07-01 - 1941-07-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1941-07-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1941-07-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1941" ;
    a2a:Month "7" ;
    a2a:Day "1" ;
    rdfs:label "1941-07-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 488, Periode: 1941" ;
    a2a:Book "Overlijdensregister Roosendaal 1941" ;
    a2a:DocumentNumber "203" ;
    a2a:RegistryNumber "488" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 488, Periode: 1941, Overlijdensregister Roosendaal 1941, 203, 488"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d14308aa-820e-68b2-e49c-f58892c28af5.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d14308aa-820e-68b2-e49c-f58892c28af5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-04-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ed6e312b-e223-b271-4e27-89a028943ca7" ;
  a2a:RecordGUID "{ed6e312b-e223-b271-4e27-89a028943ca7}" ;
  a2a:SourceRemarkOpmerking "Extract overlijden der gemeente Druten." ;
  a2a:SourceRemarkdeel "488" ;
  a2a:SourceRemarkregister_periode "1941" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_1494_00001494.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1941-06-22" .
