@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_7901f550-e7d0-977e-ec59-ca7ea013fe29
  a a2a:Record ;
  rdfs:label "Overlijden op 30 januari 1956 te Helmond" ;
  a2a:hasPerson oa:person_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_Person-bb56f336-a083-8f60-db7a-87cabe3b12ca, oa:person_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_Person-b5ae76a2-ba4b-5e78-4a07-e545150e12c9, oa:person_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_Person-c47ede1e-15c3-fabb-fd37-b24499fe9c51 ;
  a2a:hasEvent oa:event_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_0, oa:relationep_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_1, oa:relationep_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_2 ;
  a2a:hasSource oa:source_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29 .

oa:person_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_Person-bb56f336-a083-8f60-db7a-87cabe3b12ca
  a a2a:Person ;
  rdfs:label "Johanna Catharina Maria van Tongerloo" ;
  a2a:PersonName [
    rdfs:label "Johanna Catharina Maria van Tongerloo" ;
    a2a:PersonNameFirstName "Johanna Catharina Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Tongerloo"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_Person-b5ae76a2-ba4b-5e78-4a07-e545150e12c9
  a a2a:Person ;
  rdfs:label "Maria Wilhelmina Antonia Keijsers" ;
  a2a:PersonName [
    rdfs:label "Maria Wilhelmina Antonia Keijsers" ;
    a2a:PersonNameFirstName "Maria Wilhelmina Antonia" ;
    a2a:PersonNameLastName "Keijsers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_Person-c47ede1e-15c3-fabb-fd37-b24499fe9c51
  a a2a:Person ;
  rdfs:label "Jacobus Hubertus Mathijs van Tongerloo" ;
  a2a:PersonName [
    rdfs:label "Jacobus Hubertus Mathijs van Tongerloo" ;
    a2a:PersonNameFirstName "Jacobus Hubertus Mathijs" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Tongerloo"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1956" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1956-01-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Helmond" ;
    rdfs:label "Helmond"
  ] .

oa:relationep_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_Person:bb56f336-a083-8f60-db7a-87cabe3b12ca ;
  a2a:EventKeyRef oa:event_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_Event1 .

oa:relationep_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_Person:b5ae76a2-ba4b-5e78-4a07-e545150e12c9 ;
  a2a:EventKeyRef oa:event_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_Event1 .

oa:relationep_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_Person:c47ede1e-15c3-fabb-fd37-b24499fe9c51 ;
  a2a:EventKeyRef oa:event_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29_Event1 .

oa:source_bhi_7901f550-e7d0-977e-ec59-ca7ea013fe29
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Helmond" ;
    rdfs:label "Helmond", "1956-01-31 - 1956-01-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1956-01-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1956-01-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1956" ;
    a2a:Month "1" ;
    a2a:Day "31" ;
    rdfs:label "1956-01-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3816, Periode: 1956" ;
    a2a:Book "Overlijdensregister Helmond 1956" ;
    a2a:DocumentNumber "22" ;
    a2a:RegistryNumber "3816" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3816, Periode: 1956, Overlijdensregister Helmond 1956, 22, 3816"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b34ab9db-29b9-a1b4-78fd-1722a3ed7726.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b34ab9db-29b9-a1b4-78fd-1722a3ed7726.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-01-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/7901f550-e7d0-977e-ec59-ca7ea013fe29" ;
  a2a:RecordGUID "{7901f550-e7d0-977e-ec59-ca7ea013fe29}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240819_219_00000219.xml van BHI" .

