@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_0047eb80-ec75-1414-1926-e922b6eb2ba1
  a a2a:Record ;
  rdfs:label "Overlijden op 26 februari 1962 te Tilburg" ;
  a2a:hasPerson oa:person_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_Person-4df2c209-c160-c2f3-e208-7cf524c0ab06, oa:person_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_Person-042dae99-7369-1723-ca3e-de95b58fa93e, oa:person_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_Person-69a6490a-c9be-0272-a18f-b9a60e1f3991 ;
  a2a:hasEvent oa:event_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_0, oa:relationep_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_1, oa:relationep_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_2 ;
  a2a:hasSource oa:source_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1 .

oa:person_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_Person-4df2c209-c160-c2f3-e208-7cf524c0ab06
  a a2a:Person ;
  rdfs:label "Gerardus Josephus Johannes Beerens" ;
  a2a:PersonName [
    rdfs:label "Gerardus Josephus Johannes Beerens" ;
    a2a:PersonNameFirstName "Gerardus Josephus Johannes" ;
    a2a:PersonNameLastName "Beerens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_Person-042dae99-7369-1723-ca3e-de95b58fa93e
  a a2a:Person ;
  rdfs:label "Cornelia Anna Helena van Eerdewijk" ;
  a2a:PersonName [
    rdfs:label "Cornelia Anna Helena van Eerdewijk" ;
    a2a:PersonNameFirstName "Cornelia Anna Helena" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Eerdewijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_Person-69a6490a-c9be-0272-a18f-b9a60e1f3991
  a a2a:Person ;
  rdfs:label "Andreas Gerardus Josephus Franciscus Beerens" ;
  a2a:PersonName [
    rdfs:label "Andreas Gerardus Josephus Franciscus Beerens" ;
    a2a:PersonNameFirstName "Andreas Gerardus Josephus Franciscus" ;
    a2a:PersonNameLastName "Beerens"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "28 jaar" ;
    rdfs:label "28 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:event_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1962" ;
    a2a:Month "2" ;
    a2a:Day "26" ;
    rdfs:label "1962-02-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_Person:4df2c209-c160-c2f3-e208-7cf524c0ab06 ;
  a2a:EventKeyRef oa:event_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_Event1 .

oa:relationep_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_Person:042dae99-7369-1723-ca3e-de95b58fa93e ;
  a2a:EventKeyRef oa:event_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_Event1 .

oa:relationep_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_Person:69a6490a-c9be-0272-a18f-b9a60e1f3991 ;
  a2a:EventKeyRef oa:event_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1_Event1 .

oa:source_rat_0047eb80-ec75-1414-1926-e922b6eb2ba1
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1962-02-26 - 1962-02-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1962-02-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1962-02-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1962" ;
    a2a:Month "2" ;
    a2a:Day "26" ;
    rdfs:label "1962-02-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1962" ;
    a2a:Book "Overlijdensregister 1962" ;
    a2a:DocumentNumber "212" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1962, Overlijdensregister 1962, 212"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/385a3860-c132-cb97-d6b1-7e4321a77ffd.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/0047eb80-ec75-1414-1926-e922b6eb2ba1" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/385a3860-c132-cb97-d6b1-7e4321a77ffd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-06-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/0047eb80-ec75-1414-1926-e922b6eb2ba1" ;
  a2a:RecordGUID "{0047eb80-ec75-1414-1926-e922b6eb2ba1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_22169_00022169.xml van RAT" .

