@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_ca34f799-5129-e262-81c8-d2b3fcec88b1
  a a2a:Record ;
  rdfs:label "Overlijden op 6 augustus 1946 te Dongen" ;
  a2a:hasPerson oa:person_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_Person-18b0cad5-1e43-76ca-5478-3d3829e4152f, oa:person_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_Person-77bf9330-0710-7a38-c81c-97ef96717fe9, oa:person_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_Person-6d40372e-91ec-8ff4-3951-2f59ac5c6cbf ;
  a2a:hasEvent oa:event_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_0, oa:relationep_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_1, oa:relationep_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_2 ;
  a2a:hasSource oa:source_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1 .

oa:person_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_Person-18b0cad5-1e43-76ca-5478-3d3829e4152f
  a a2a:Person ;
  rdfs:label "Johannes Schellekens" ;
  a2a:PersonName [
    rdfs:label "Johannes Schellekens" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Schellekens"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_Person-77bf9330-0710-7a38-c81c-97ef96717fe9
  a a2a:Person ;
  rdfs:label "Adriana Cornelia Ariens" ;
  a2a:PersonName [
    rdfs:label "Adriana Cornelia Ariens" ;
    a2a:PersonNameFirstName "Adriana Cornelia" ;
    a2a:PersonNameLastName "Ariens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_Person-6d40372e-91ec-8ff4-3951-2f59ac5c6cbf
  a a2a:Person ;
  rdfs:label "Laurens Schellekens" ;
  a2a:PersonName [
    rdfs:label "Laurens Schellekens" ;
    a2a:PersonNameFirstName "Laurens" ;
    a2a:PersonNameLastName "Schellekens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1946" ;
    a2a:Month "8" ;
    a2a:Day "6" ;
    rdfs:label "1946-08-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dongen" ;
    rdfs:label "Dongen"
  ] .

oa:relationep_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_Person:18b0cad5-1e43-76ca-5478-3d3829e4152f ;
  a2a:EventKeyRef oa:event_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_Event1 .

oa:relationep_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_Person:77bf9330-0710-7a38-c81c-97ef96717fe9 ;
  a2a:EventKeyRef oa:event_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_Event1 .

oa:relationep_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_Person:6d40372e-91ec-8ff4-3951-2f59ac5c6cbf ;
  a2a:EventKeyRef oa:event_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1_Event1 .

oa:source_bhi_ca34f799-5129-e262-81c8-d2b3fcec88b1
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Dongen" ;
    rdfs:label "Dongen", "1946-08-07 - 1946-08-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1946-08-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1946-08-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1946" ;
    a2a:Month "8" ;
    a2a:Day "7" ;
    rdfs:label "1946-08-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2855, Periode: 1946" ;
    a2a:Book "Overlijdensregister Dongen 1946" ;
    a2a:DocumentNumber "82" ;
    a2a:RegistryNumber "2855" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2855, Periode: 1946, Overlijdensregister Dongen 1946, 82, 2855"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/c643da11-8bdc-6429-4be8-3af29c8d801e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/c643da11-8bdc-6429-4be8-3af29c8d801e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-06-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ca34f799-5129-e262-81c8-d2b3fcec88b1" ;
  a2a:RecordGUID "{ca34f799-5129-e262-81c8-d2b3fcec88b1}" ;
  a2a:SourceRemarkdeel "2855" ;
  a2a:SourceRemarkregister_periode "1946" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250909_424_00000424.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1946-08-06" .
