@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_f5de0f77-3b66-5d41-9fc8-e98329f9c807
  a a2a:Record ;
  rdfs:label "Overlijden op 8 mei 1953 te Goirle" ;
  a2a:hasPerson oa:person_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_Person-163dac3d-c19a-bd1f-fa3b-768ce542a1dc, oa:person_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_Person-ea0f9995-bc29-7f3e-e13b-20b8bd7abace, oa:person_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_Person-bb4b4244-2822-f840-ea79-fc5f57f89485 ;
  a2a:hasEvent oa:event_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_0, oa:relationep_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_1, oa:relationep_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_2 ;
  a2a:hasSource oa:source_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807 .

oa:person_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_Person-163dac3d-c19a-bd1f-fa3b-768ce542a1dc
  a a2a:Person ;
  rdfs:label "Leonardus Antonius Josephus Schuermans" ;
  a2a:PersonName [
    rdfs:label "Leonardus Antonius Josephus Schuermans" ;
    a2a:PersonNameFirstName "Leonardus Antonius Josephus" ;
    a2a:PersonNameLastName "Schuermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_Person-ea0f9995-bc29-7f3e-e13b-20b8bd7abace
  a a2a:Person ;
  rdfs:label "doodgeboren kind Schuermans" ;
  a2a:PersonName [
    rdfs:label "doodgeboren kind Schuermans" ;
    a2a:PersonNameFirstName "doodgeboren kind" ;
    a2a:PersonNameLastName "Schuermans"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1953" ;
    a2a:Month "5" ;
    a2a:Day "8" ;
    rdfs:label "1953-05-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Goirle" ;
    rdfs:label "Goirle"
  ] .

oa:person_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_Person-bb4b4244-2822-f840-ea79-fc5f57f89485
  a a2a:Person ;
  rdfs:label "Ida Dijmphina Maria van Beers" ;
  a2a:PersonName [
    rdfs:label "Ida Dijmphina Maria van Beers" ;
    a2a:PersonNameFirstName "Ida Dijmphina Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Beers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1953" ;
    a2a:Month "5" ;
    a2a:Day "8" ;
    rdfs:label "1953-05-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Goirle" ;
    rdfs:label "Goirle"
  ] .

oa:relationep_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_Person:163dac3d-c19a-bd1f-fa3b-768ce542a1dc ;
  a2a:EventKeyRef oa:event_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_Event1 .

oa:relationep_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_Person:ea0f9995-bc29-7f3e-e13b-20b8bd7abace ;
  a2a:EventKeyRef oa:event_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_Event1 .

oa:relationep_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_Person:bb4b4244-2822-f840-ea79-fc5f57f89485 ;
  a2a:EventKeyRef oa:event_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807_Event1 .

oa:source_rat_f5de0f77-3b66-5d41-9fc8-e98329f9c807
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Goirle" ;
    rdfs:label "Goirle", "1953-05-08 - 1953-05-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1953-05-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1953-05-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1953" ;
    a2a:Month "5" ;
    a2a:Day "8" ;
    rdfs:label "1953-05-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1953" ;
    a2a:Book "Overlijdensregister 1953" ;
    a2a:DocumentNumber "26" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1953, Overlijdensregister 1953, 26"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/63bf8afa-539a-aa3d-4f82-538fe6a55d67.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/f5de0f77-3b66-5d41-9fc8-e98329f9c807" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/63bf8afa-539a-aa3d-4f82-538fe6a55d67.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/f5de0f77-3b66-5d41-9fc8-e98329f9c807" ;
  a2a:RecordGUID "{f5de0f77-3b66-5d41-9fc8-e98329f9c807}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_18583_00018583.xml van RAT" .

