@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_bf4cd20a-b764-0bc5-23ea-dff149ce272d
  a a2a:Record ;
  rdfs:label "Overlijden op 24 augustus 1907 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_Person-dbca2b8d-804c-8908-b36c-0cf9860f1910, oa:person_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_Person-744cd3d7-ab8f-ba79-afcd-3db205b27f6b, oa:person_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_Person-ed2ada7b-3e0e-ae16-5bc4-7ad147dff225 ;
  a2a:hasEvent oa:event_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_0, oa:relationep_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_1, oa:relationep_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_2 ;
  a2a:hasSource oa:source_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d .

oa:person_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_Person-dbca2b8d-804c-8908-b36c-0cf9860f1910
  a a2a:Person ;
  rdfs:label "Franciscus Joannes Jacobus Groenen" ;
  a2a:PersonName [
    rdfs:label "Franciscus Joannes Jacobus Groenen" ;
    a2a:PersonNameFirstName "Franciscus Joannes Jacobus" ;
    a2a:PersonNameLastName "Groenen"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_Person-744cd3d7-ab8f-ba79-afcd-3db205b27f6b
  a a2a:Person ;
  rdfs:label "Johanna Maria van Oudheusden" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria van Oudheusden" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oudheusden"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_Person-ed2ada7b-3e0e-ae16-5bc4-7ad147dff225
  a a2a:Person ;
  rdfs:label "Hendrikus Martinus Groenen" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Martinus Groenen" ;
    a2a:PersonNameFirstName "Hendrikus Martinus" ;
    a2a:PersonNameLastName "Groenen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1907" ;
    a2a:Month "8" ;
    a2a:Day "24" ;
    rdfs:label "1907-08-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_Person:dbca2b8d-804c-8908-b36c-0cf9860f1910 ;
  a2a:EventKeyRef oa:event_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_Event1 .

oa:relationep_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_Person:744cd3d7-ab8f-ba79-afcd-3db205b27f6b ;
  a2a:EventKeyRef oa:event_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_Event1 .

oa:relationep_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_Person:ed2ada7b-3e0e-ae16-5bc4-7ad147dff225 ;
  a2a:EventKeyRef oa:event_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d_Event1 .

oa:source_bhi_bf4cd20a-b764-0bc5-23ea-dff149ce272d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1907-08-25 - 1907-08-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1907-08-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1907-08-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1907" ;
    a2a:Month "8" ;
    a2a:Day "25" ;
    rdfs:label "1907-08-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3185, Periode: 1907" ;
    a2a:Book "Overlijdensregister Tilburg 1907" ;
    a2a:DocumentNumber "515" ;
    a2a:RegistryNumber "3185" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3185, Periode: 1907, Overlijdensregister Tilburg 1907, 515, 3185"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/ec8e2a69-ae34-7d9f-25b1-02274a29c55c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/ec8e2a69-ae34-7d9f-25b1-02274a29c55c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-10-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/bf4cd20a-b764-0bc5-23ea-dff149ce272d" ;
  a2a:RecordGUID "{bf4cd20a-b764-0bc5-23ea-dff149ce272d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_79515_00079515.xml van BHI" .

