@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_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f
  a a2a:Record ;
  rdfs:label "Overlijden op 5 april 1975 te Oudenbosch" ;
  a2a:hasPerson oa:person_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_Person-8ff3a360-3405-bc5f-733b-485398770a27, oa:person_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_Person-88367fd5-944b-bcfe-37ab-5ec25fb226f5, oa:person_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_Person-2bdb9028-4e65-03c2-991b-55a34b012ba4 ;
  a2a:hasEvent oa:event_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_0, oa:relationep_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_1, oa:relationep_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_2 ;
  a2a:hasSource oa:source_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f .

oa:person_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_Person-8ff3a360-3405-bc5f-733b-485398770a27
  a a2a:Person ;
  rdfs:label "N.N. Groenescheij" ;
  a2a:PersonName [
    rdfs:label "N.N. Groenescheij" ;
    a2a:PersonNameFirstName "N.N." ;
    a2a:PersonNameLastName "Groenescheij"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_Person-88367fd5-944b-bcfe-37ab-5ec25fb226f5
  a a2a:Person ;
  rdfs:label "Alida Casteleijn" ;
  a2a:PersonName [
    rdfs:label "Alida Casteleijn" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNameLastName "Casteleijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_Person-2bdb9028-4e65-03c2-991b-55a34b012ba4
  a a2a:Person ;
  rdfs:label "Johan Gerrit Groenescheij" ;
  a2a:PersonName [
    rdfs:label "Johan Gerrit Groenescheij" ;
    a2a:PersonNameFirstName "Johan Gerrit" ;
    a2a:PersonNameLastName "Groenescheij"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1975" ;
    a2a:Month "4" ;
    a2a:Day "5" ;
    rdfs:label "1975-04-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oudenbosch" ;
    rdfs:label "Oudenbosch"
  ] .

oa:relationep_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_Person:8ff3a360-3405-bc5f-733b-485398770a27 ;
  a2a:EventKeyRef oa:event_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_Event1 .

oa:relationep_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_Person:88367fd5-944b-bcfe-37ab-5ec25fb226f5 ;
  a2a:EventKeyRef oa:event_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_Event1 .

oa:relationep_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_Person:2bdb9028-4e65-03c2-991b-55a34b012ba4 ;
  a2a:EventKeyRef oa:event_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f_Event1 .

oa:source_bhi_9047d1b3-b2cd-6d8c-e1fe-007192a7a39f
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Oudenbosch" ;
    rdfs:label "Oudenbosch", "1975-04-07 - 1975-04-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1975-04-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1975-04-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1975" ;
    a2a:Month "4" ;
    a2a:Day "7" ;
    rdfs:label "1975-04-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3786, Periode: 1975" ;
    a2a:Book "Overlijdensregister Oudenbosch 1975" ;
    a2a:DocumentNumber "34" ;
    a2a:RegistryNumber "3786" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3786, Periode: 1975, Overlijdensregister Oudenbosch 1975, 34, 3786"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/357b0ff4-f029-9714-86ba-a66178d3affb.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/357b0ff4-f029-9714-86ba-a66178d3affb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2026-01-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/9047d1b3-b2cd-6d8c-e1fe-007192a7a39f" ;
  a2a:RecordGUID "{9047d1b3-b2cd-6d8c-e1fe-007192a7a39f}" ;
  a2a:SourceRemarkOpmerking "levenloos kind" ;
  a2a:SourceRemarkdeel "3786" ;
  a2a:SourceRemarkregister_periode "1975" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_1976_00001976.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1975-04-05" .
