@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_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e
  a a2a:Record ;
  rdfs:label "Overlijden op 14 mei 1964 te Oosterhout" ;
  a2a:hasPerson oa:person_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_Person-bbe39e71-6ee2-e5ca-a539-e5597492b8a9, oa:person_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_Person-0c8c9579-2d57-9b46-a3fb-56f1af38d562, oa:person_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_Person-dac2510d-17d1-5294-7356-96354f95d6e3 ;
  a2a:hasEvent oa:event_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_0, oa:relationep_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_1, oa:relationep_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_2 ;
  a2a:hasSource oa:source_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e .

oa:person_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_Person-bbe39e71-6ee2-e5ca-a539-e5597492b8a9
  a a2a:Person ;
  rdfs:label "Cornelis Jan Tjebbes" ;
  a2a:PersonName [
    rdfs:label "Cornelis Jan Tjebbes" ;
    a2a:PersonNameFirstName "Cornelis Jan" ;
    a2a:PersonNameLastName "Tjebbes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_Person-0c8c9579-2d57-9b46-a3fb-56f1af38d562
  a a2a:Person ;
  rdfs:label "Doodgeboren kind Tjebbes" ;
  a2a:PersonName [
    rdfs:label "Doodgeboren kind Tjebbes" ;
    a2a:PersonNameFirstName "Doodgeboren kind" ;
    a2a:PersonNameLastName "Tjebbes"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1964" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1964-05-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:person_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_Person-dac2510d-17d1-5294-7356-96354f95d6e3
  a a2a:Person ;
  rdfs:label "Trudi Waelput" ;
  a2a:PersonName [
    rdfs:label "Trudi Waelput" ;
    a2a:PersonNameFirstName "Trudi" ;
    a2a:PersonNameLastName "Waelput"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1964" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1964-05-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_Person:bbe39e71-6ee2-e5ca-a539-e5597492b8a9 ;
  a2a:EventKeyRef oa:event_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_Event1 .

oa:relationep_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_Person:0c8c9579-2d57-9b46-a3fb-56f1af38d562 ;
  a2a:EventKeyRef oa:event_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_Event1 .

oa:relationep_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_Person:dac2510d-17d1-5294-7356-96354f95d6e3 ;
  a2a:EventKeyRef oa:event_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e_Event1 .

oa:source_rat_cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1964-05-14 - 1964-05-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1964-05-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1964-05-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1964" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1964-05-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1964" ;
    a2a:Book "Overlijdensregister 1964" ;
    a2a:DocumentNumber "70" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1964, Overlijdensregister 1964, 70"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/ff93f492-a8cb-4cf0-e7fa-524d0bc036b8.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/ff93f492-a8cb-4cf0-e7fa-524d0bc036b8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-05-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e" ;
  a2a:RecordGUID "{cd1e2592-c2c1-efeb-c35d-3e51a9f3e75e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210908_17545_00017545.xml van RAT" .

