@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_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439
  a a2a:Record ;
  rdfs:label "Overlijden op 9 september 1975 te Tilburg" ;
  a2a:hasPerson oa:person_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_Person-7a2d1c55-c041-e49f-85af-5ccac6a49db8, oa:person_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_Person-2a46b489-5a53-b985-29d1-e9f98732f150, oa:person_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_Person-05e17203-6f61-53ab-3ae9-31a20588bb42 ;
  a2a:hasEvent oa:event_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_0, oa:relationep_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_1, oa:relationep_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_2 ;
  a2a:hasSource oa:source_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439 .

oa:person_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_Person-7a2d1c55-c041-e49f-85af-5ccac6a49db8
  a a2a:Person ;
  rdfs:label "Petrus Henricus Maria Stappaerts" ;
  a2a:PersonName [
    rdfs:label "Petrus Henricus Maria Stappaerts" ;
    a2a:PersonNameFirstName "Petrus Henricus Maria" ;
    a2a:PersonNameLastName "Stappaerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_Person-2a46b489-5a53-b985-29d1-e9f98732f150
  a a2a:Person ;
  rdfs:label "doodgeboren kind Stappaerts" ;
  a2a:PersonName [
    rdfs:label "doodgeboren kind Stappaerts" ;
    a2a:PersonNameFirstName "doodgeboren kind" ;
    a2a:PersonNameLastName "Stappaerts"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1975" ;
    a2a:Month "9" ;
    a2a:Day "9" ;
    rdfs:label "1975-09-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:person_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_Person-05e17203-6f61-53ab-3ae9-31a20588bb42
  a a2a:Person ;
  rdfs:label "Bregitta Antonetta Maria Josefa Kanters" ;
  a2a:PersonName [
    rdfs:label "Bregitta Antonetta Maria Josefa Kanters" ;
    a2a:PersonNameFirstName "Bregitta Antonetta Maria Josefa" ;
    a2a:PersonNameLastName "Kanters"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1975" ;
    a2a:Month "9" ;
    a2a:Day "9" ;
    rdfs:label "1975-09-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_Person:7a2d1c55-c041-e49f-85af-5ccac6a49db8 ;
  a2a:EventKeyRef oa:event_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_Event1 .

oa:relationep_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_Person:2a46b489-5a53-b985-29d1-e9f98732f150 ;
  a2a:EventKeyRef oa:event_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_Event1 .

oa:relationep_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_Person:05e17203-6f61-53ab-3ae9-31a20588bb42 ;
  a2a:EventKeyRef oa:event_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439_Event1 .

oa:source_rat_e4e1a39d-b328-5a68-cae2-dae2f5d09439
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1975-09-09 - 1975-09-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1975-09-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1975-09-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1975" ;
    a2a:Month "9" ;
    a2a:Day "9" ;
    rdfs:label "1975-09-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Bron: boek, Periode: 1975" ;
    a2a:Book "Overlijdensregister 1975" ;
    a2a:DocumentNumber "B 29" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Bron: boek, Periode: 1975, Overlijdensregister 1975, B 29"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/cc76c1db-dab4-4ccd-2ffd-2c8d1516eef9.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/e4e1a39d-b328-5a68-cae2-dae2f5d09439" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/cc76c1db-dab4-4ccd-2ffd-2c8d1516eef9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2026-03-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/e4e1a39d-b328-5a68-cae2-dae2f5d09439" ;
  a2a:RecordGUID "{e4e1a39d-b328-5a68-cae2-dae2f5d09439}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkregister_periode "1975" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260702_37_00000037.xml van RAT" .

[]
  a2a:PersonRemarkplaats_overlijden "Tilburg" ;
  a2a:PersonRemarkdatum_overlijden "1975-09-09" .

