@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_19431e9d-a9f5-0c3a-e0ff-6880327d4e29
  a a2a:Record ;
  rdfs:label "Overlijden op 24 november 1961 te Tilburg" ;
  a2a:hasPerson oa:person_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_Person-6d734992-bdad-b33f-cdd8-4a56724d3762, oa:person_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_Person-66f6b49e-0ad9-63a6-a15c-17ec8903c873, oa:person_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_Person-782feb17-93a7-67d1-15d1-b7c1bb505827, oa:person_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_Person-4c5e561e-7ffe-333e-7b90-f403d2b9cbdd ;
  a2a:hasEvent oa:event_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_0, oa:relationep_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_1, oa:relationep_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_2 ;
  a2a:hasRelationPP oa:relationpp_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_0 ;
  a2a:hasSource oa:source_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29 .

oa:person_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_Person-6d734992-bdad-b33f-cdd8-4a56724d3762
  a a2a:Person ;
  rdfs:label "Franciscus Josephus van Meersbergen" ;
  a2a:PersonName [
    rdfs:label "Franciscus Josephus van Meersbergen" ;
    a2a:PersonNameFirstName "Franciscus Josephus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Meersbergen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_Person-66f6b49e-0ad9-63a6-a15c-17ec8903c873
  a a2a:Person ;
  rdfs:label "Peter van Gils" ;
  a2a:PersonName [
    rdfs:label "Peter van Gils" ;
    a2a:PersonNameFirstName "Peter" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gils"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_Person-782feb17-93a7-67d1-15d1-b7c1bb505827
  a a2a:Person ;
  rdfs:label "Philomena Vermee" ;
  a2a:PersonName [
    rdfs:label "Philomena Vermee" ;
    a2a:PersonNameFirstName "Philomena" ;
    a2a:PersonNameLastName "Vermee"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_Person-4c5e561e-7ffe-333e-7b90-f403d2b9cbdd
  a a2a:Person ;
  rdfs:label "Maria Catharina Cornelia van Gils" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Cornelia van Gils" ;
    a2a:PersonNameFirstName "Maria Catharina Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gils"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "65" ;
    rdfs:label "65"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:event_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1961" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1961-11-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_Person:66f6b49e-0ad9-63a6-a15c-17ec8903c873 ;
  a2a:EventKeyRef oa:event_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_Event1 .

oa:relationep_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_Person:782feb17-93a7-67d1-15d1-b7c1bb505827 ;
  a2a:EventKeyRef oa:event_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_Event1 .

oa:relationep_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_Person:4c5e561e-7ffe-333e-7b90-f403d2b9cbdd ;
  a2a:EventKeyRef oa:event_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_Event1 .

oa:relationpp_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_Person:4c5e561e-7ffe-333e-7b90-f403d2b9cbdd, oa:person_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29_Person:6d734992-bdad-b33f-cdd8-4a56724d3762 .

oa:source_rat_19431e9d-a9f5-0c3a-e0ff-6880327d4e29
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1961-11-24 - 1961-11-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1961-11-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1961-11-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1961" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1961-11-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1961" ;
    a2a:Book "Overlijdensregister 1961" ;
    a2a:DocumentNumber "948" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1961, Overlijdensregister 1961, 948"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/be7afc48-ecb6-3b82-0cc2-42b8503936ba.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/19431e9d-a9f5-0c3a-e0ff-6880327d4e29" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/be7afc48-ecb6-3b82-0cc2-42b8503936ba.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-09-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/19431e9d-a9f5-0c3a-e0ff-6880327d4e29" ;
  a2a:RecordGUID "{19431e9d-a9f5-0c3a-e0ff-6880327d4e29}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_22362_00022362.xml van RAT" .

