@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_67e83f7b-5f13-2741-47fa-e4e22d8bbd58
  a a2a:Record ;
  rdfs:label "Overlijden op 15 mei 1969 te Tilburg" ;
  a2a:hasPerson oa:person_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_Person-790d0f51-bc4d-cc6a-d235-905e9640660d, oa:person_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_Person-6c71d4b8-76c7-bcdc-dca6-86e1c9021105, oa:person_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_Person-6076c21c-454e-dd5b-0fd7-760da43f7102, oa:person_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_Person-341b4572-f01f-0a50-6c33-0052f7a3c9c6 ;
  a2a:hasEvent oa:event_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_0, oa:relationep_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_1, oa:relationep_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_2 ;
  a2a:hasRelationPP oa:relationpp_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_0 ;
  a2a:hasSource oa:source_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58 .

oa:person_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_Person-790d0f51-bc4d-cc6a-d235-905e9640660d
  a a2a:Person ;
  rdfs:label "Gertruda Maria Ceron" ;
  a2a:PersonName [
    rdfs:label "Gertruda Maria Ceron" ;
    a2a:PersonNameFirstName "Gertruda Maria" ;
    a2a:PersonNameLastName "Ceron"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_Person-6c71d4b8-76c7-bcdc-dca6-86e1c9021105
  a a2a:Person ;
  rdfs:label "Cornelis Johannes van Heijst" ;
  a2a:PersonName [
    rdfs:label "Cornelis Johannes van Heijst" ;
    a2a:PersonNameFirstName "Cornelis Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heijst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_Person-6076c21c-454e-dd5b-0fd7-760da43f7102
  a a2a:Person ;
  rdfs:label "Petrus Johannes Cornelis Wilhelmus van Heijst" ;
  a2a:PersonName [
    rdfs:label "Petrus Johannes Cornelis Wilhelmus van Heijst" ;
    a2a:PersonNameFirstName "Petrus Johannes Cornelis Wilhelmus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heijst"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "58 jaar" ;
    rdfs:label "58 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:person_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_Person-341b4572-f01f-0a50-6c33-0052f7a3c9c6
  a a2a:Person ;
  rdfs:label "Helena Denissen" ;
  a2a:PersonName [
    rdfs:label "Helena Denissen" ;
    a2a:PersonNameFirstName "Helena" ;
    a2a:PersonNameLastName "Denissen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1969" ;
    a2a:Month "5" ;
    a2a:Day "15" ;
    rdfs:label "1969-05-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_Person:6c71d4b8-76c7-bcdc-dca6-86e1c9021105 ;
  a2a:EventKeyRef oa:event_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_Event1 .

oa:relationep_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_Person:6076c21c-454e-dd5b-0fd7-760da43f7102 ;
  a2a:EventKeyRef oa:event_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_Event1 .

oa:relationep_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_Person:341b4572-f01f-0a50-6c33-0052f7a3c9c6 ;
  a2a:EventKeyRef oa:event_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_Event1 .

oa:relationpp_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_Person:6076c21c-454e-dd5b-0fd7-760da43f7102, oa:person_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58_Person:790d0f51-bc4d-cc6a-d235-905e9640660d .

oa:source_rat_67e83f7b-5f13-2741-47fa-e4e22d8bbd58
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1969-05-15 - 1969-05-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1969-05-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1969-05-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1969" ;
    a2a:Month "5" ;
    a2a:Day "15" ;
    rdfs:label "1969-05-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Bron: boek, Periode: 1969" ;
    a2a:Book "Overlijdensregister 1969" ;
    a2a:DocumentNumber "631" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Bron: boek, Periode: 1969, Overlijdensregister 1969, 631"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/2e040314-a529-e49d-13bc-cd498fc6e768.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/67e83f7b-5f13-2741-47fa-e4e22d8bbd58" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/2e040314-a529-e49d-13bc-cd498fc6e768.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-04-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/67e83f7b-5f13-2741-47fa-e4e22d8bbd58" ;
  a2a:RecordGUID "{67e83f7b-5f13-2741-47fa-e4e22d8bbd58}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210908_19115_00019115.xml van RAT" .

[] a2a:PersonRemarkdiversen "overleden" .
[] a2a:PersonRemarkdiversen "overleden" .
