@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_d522ba2e-be3d-ce6a-2c74-6e38afc55201
  a a2a:Record ;
  rdfs:label "Overlijden op 20 november 1973 te Tilburg" ;
  a2a:hasPerson oa:person_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_Person-ce882332-ac08-6018-b1bc-deea4c968040, oa:person_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_Person-3038fd3a-026f-6390-55ea-e3647e4bb497, oa:person_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_Person-6c1d3b87-70d3-8b8a-3556-9b3b41d6a80d, oa:person_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_Person-e95747dd-3693-7cac-5288-0993a2e4b2f5 ;
  a2a:hasEvent oa:event_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_0, oa:relationep_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_1, oa:relationep_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_2 ;
  a2a:hasRelationPP oa:relationpp_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_0 ;
  a2a:hasSource oa:source_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201 .

oa:person_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_Person-ce882332-ac08-6018-b1bc-deea4c968040
  a a2a:Person ;
  rdfs:label "Martina Gerarda Hexspoor" ;
  a2a:PersonName [
    rdfs:label "Martina Gerarda Hexspoor" ;
    a2a:PersonNameFirstName "Martina Gerarda" ;
    a2a:PersonNameLastName "Hexspoor"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_Person-3038fd3a-026f-6390-55ea-e3647e4bb497
  a a2a:Person ;
  rdfs:label "Antony Walschots" ;
  a2a:PersonName [
    rdfs:label "Antony Walschots" ;
    a2a:PersonNameFirstName "Antony" ;
    a2a:PersonNameLastName "Walschots"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_Person-6c1d3b87-70d3-8b8a-3556-9b3b41d6a80d
  a a2a:Person ;
  rdfs:label "Adrianus Walschots" ;
  a2a:PersonName [
    rdfs:label "Adrianus Walschots" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Walschots"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1898" ;
    a2a:Month "3" ;
    a2a:Day "31" ;
    rdfs:label "1898-03-31"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oisterwijk" ;
    rdfs:label "Oisterwijk"
  ] .

oa:person_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_Person-e95747dd-3693-7cac-5288-0993a2e4b2f5
  a a2a:Person ;
  rdfs:label "Maria van Beurden" ;
  a2a:PersonName [
    rdfs:label "Maria van Beurden" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Beurden"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1973" ;
    a2a:Month "11" ;
    a2a:Day "20" ;
    rdfs:label "1973-11-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_Person:3038fd3a-026f-6390-55ea-e3647e4bb497 ;
  a2a:EventKeyRef oa:event_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_Event1 .

oa:relationep_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_Person:6c1d3b87-70d3-8b8a-3556-9b3b41d6a80d ;
  a2a:EventKeyRef oa:event_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_Event1 .

oa:relationep_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_Person:e95747dd-3693-7cac-5288-0993a2e4b2f5 ;
  a2a:EventKeyRef oa:event_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_Event1 .

oa:relationpp_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_Person:6c1d3b87-70d3-8b8a-3556-9b3b41d6a80d, oa:person_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201_Person:ce882332-ac08-6018-b1bc-deea4c968040 .

oa:source_rat_d522ba2e-be3d-ce6a-2c74-6e38afc55201
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1973-11-20 - 1973-11-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1973-11-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1973-11-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1973" ;
    a2a:Month "11" ;
    a2a:Day "20" ;
    rdfs:label "1973-11-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Bron: boek, Periode: 1973" ;
    a2a:Book "Overlijdensregister 1973" ;
    a2a:DocumentNumber "A 1421" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Bron: boek, Periode: 1973, Overlijdensregister 1973, A 1421"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/3776b312-c201-bc33-9fc4-ed2121c567ec.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/d522ba2e-be3d-ce6a-2c74-6e38afc55201" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/3776b312-c201-bc33-9fc4-ed2121c567ec.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-04-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/d522ba2e-be3d-ce6a-2c74-6e38afc55201" ;
  a2a:RecordGUID "{d522ba2e-be3d-ce6a-2c74-6e38afc55201}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkregister_periode "1973" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_375_00000375.xml van RAT" .

[]
  a2a:PersonRemarkplaats_overlijden "Tilburg" ;
  a2a:PersonRemarkdatum_overlijden "1973-11-20" .

