@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_a15f736b-440d-40b7-a72f-5c804b2cbeac
  a a2a:Record ;
  rdfs:label "Overlijden op 23 oktober 1963 te Tilburg" ;
  a2a:hasPerson oa:person_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_Person-596d38cf-b39e-490e-fb80-a700416ba6fc, oa:person_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_Person-510670b8-07cc-422a-b256-cb5b4f592409, oa:person_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_Person-3a2a0fd5-5ab9-ecd7-fd69-d9d3aca77826 ;
  a2a:hasEvent oa:event_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_0, oa:relationep_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_1, oa:relationep_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_2 ;
  a2a:hasSource oa:source_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac .

oa:person_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_Person-596d38cf-b39e-490e-fb80-a700416ba6fc
  a a2a:Person ;
  rdfs:label "Antonius Reijven" ;
  a2a:PersonName [
    rdfs:label "Antonius Reijven" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNameLastName "Reijven"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_Person-510670b8-07cc-422a-b256-cb5b4f592409
  a a2a:Person ;
  rdfs:label "Catharina Maria Elisabeth Reijven" ;
  a2a:PersonName [
    rdfs:label "Catharina Maria Elisabeth Reijven" ;
    a2a:PersonNameFirstName "Catharina Maria Elisabeth" ;
    a2a:PersonNameLastName "Reijven"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "71 jaren" ;
    rdfs:label "71 jaren"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:person_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_Person-3a2a0fd5-5ab9-ecd7-fd69-d9d3aca77826
  a a2a:Person ;
  rdfs:label "Wilhelmina Leemans" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina Leemans" ;
    a2a:PersonNameFirstName "Wilhelmina" ;
    a2a:PersonNameLastName "Leemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1963" ;
    a2a:Month "10" ;
    a2a:Day "23" ;
    rdfs:label "1963-10-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_Person:596d38cf-b39e-490e-fb80-a700416ba6fc ;
  a2a:EventKeyRef oa:event_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_Event1 .

oa:relationep_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_Person:510670b8-07cc-422a-b256-cb5b4f592409 ;
  a2a:EventKeyRef oa:event_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_Event1 .

oa:relationep_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_Person:3a2a0fd5-5ab9-ecd7-fd69-d9d3aca77826 ;
  a2a:EventKeyRef oa:event_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac_Event1 .

oa:source_rat_a15f736b-440d-40b7-a72f-5c804b2cbeac
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1963-10-23 - 1963-10-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1963-10-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1963-10-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1963" ;
    a2a:Month "10" ;
    a2a:Day "23" ;
    rdfs:label "1963-10-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1963" ;
    a2a:Book "Overlijdensregister 1963" ;
    a2a:DocumentNumber "1021" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1963, Overlijdensregister 1963, 1021"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/d6153a66-c4b6-2888-3b0a-cdb7e30fefe4.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/a15f736b-440d-40b7-a72f-5c804b2cbeac" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/d6153a66-c4b6-2888-3b0a-cdb7e30fefe4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/a15f736b-440d-40b7-a72f-5c804b2cbeac" ;
  a2a:RecordGUID "{a15f736b-440d-40b7-a72f-5c804b2cbeac}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_18345_00018345.xml van RAT" .

