@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_aadbd4fa-e026-9027-c00e-a5720491187f
  a a2a:Record ;
  rdfs:label "Overlijden op 30 januari 1940 te Tilburg" ;
  a2a:hasPerson oa:person_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_Person-2c718736-e50d-faed-875c-a73db8d49572, oa:person_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_Person-723e2f31-68da-5f62-68b6-73bc3e4b7c3d, oa:person_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_Person-5736d7b7-1182-9e59-57c6-0efda2b073fa ;
  a2a:hasEvent oa:event_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_0, oa:relationep_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_1, oa:relationep_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_2 ;
  a2a:hasSource oa:source_bhi_aadbd4fa-e026-9027-c00e-a5720491187f .

oa:person_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_Person-2c718736-e50d-faed-875c-a73db8d49572
  a a2a:Person ;
  rdfs:label "Johanna Waltera Antonia Gommers" ;
  a2a:PersonName [
    rdfs:label "Johanna Waltera Antonia Gommers" ;
    a2a:PersonNameFirstName "Johanna Waltera Antonia" ;
    a2a:PersonNameLastName "Gommers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_Person-723e2f31-68da-5f62-68b6-73bc3e4b7c3d
  a a2a:Person ;
  rdfs:label "Franciscus Bernardus Maria Sebregts" ;
  a2a:PersonName [
    rdfs:label "Franciscus Bernardus Maria Sebregts" ;
    a2a:PersonNameFirstName "Franciscus Bernardus Maria" ;
    a2a:PersonNameLastName "Sebregts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_Person-5736d7b7-1182-9e59-57c6-0efda2b073fa
  a a2a:Person ;
  rdfs:label "N.N. Sebregts" ;
  a2a:PersonName [
    rdfs:label "N.N. Sebregts" ;
    a2a:PersonNameFirstName "N.N." ;
    a2a:PersonNameLastName "Sebregts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1940" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1940-01-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_Person:2c718736-e50d-faed-875c-a73db8d49572 ;
  a2a:EventKeyRef oa:event_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_Event1 .

oa:relationep_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_Person:723e2f31-68da-5f62-68b6-73bc3e4b7c3d ;
  a2a:EventKeyRef oa:event_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_Event1 .

oa:relationep_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_Person:5736d7b7-1182-9e59-57c6-0efda2b073fa ;
  a2a:EventKeyRef oa:event_bhi_aadbd4fa-e026-9027-c00e-a5720491187f_Event1 .

oa:source_bhi_aadbd4fa-e026-9027-c00e-a5720491187f
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1940-01-31 - 1940-01-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1940-01-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1940-01-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1940" ;
    a2a:Month "1" ;
    a2a:Day "31" ;
    rdfs:label "1940-01-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 560, Periode: 1940" ;
    a2a:Book "Overlijdensregister Tilburg 1940" ;
    a2a:DocumentNumber "112" ;
    a2a:RegistryNumber "560" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 560, Periode: 1940, Overlijdensregister Tilburg 1940, 112, 560"
  ] ;
  a2a:SourceLastChangeDate "2018-05-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/aadbd4fa-e026-9027-c00e-a5720491187f" ;
  a2a:RecordGUID "{aadbd4fa-e026-9027-c00e-a5720491187f}" ;
  a2a:SourceRemarkOpmerking "Levenloos kind." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_77228_00077228.xml van BHI" .

