@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_018ac41b-bdd8-2fcd-ae3e-3e90a348beab
  a a2a:Record ;
  rdfs:label "Overlijden op 22 april 1966 te Tilburg" ;
  a2a:hasPerson oa:person_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_Person-8fdfd8ca-8523-74d4-05da-b96741ad3525, oa:person_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_Person-400ccb56-58cc-2e4d-1cc3-a857cbf7be55, oa:person_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_Person-421a159b-bdff-e0d8-c541-6af6b70c76f1, oa:person_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_Person-17d6593b-6e95-ab60-470b-58a823f4aeab ;
  a2a:hasEvent oa:event_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_0, oa:relationep_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_1, oa:relationep_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_2 ;
  a2a:hasRelationPP oa:relationpp_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_0 ;
  a2a:hasSource oa:source_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab .

oa:person_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_Person-8fdfd8ca-8523-74d4-05da-b96741ad3525
  a a2a:Person ;
  rdfs:label "Elisabeth Maria Josefine Rein" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Maria Josefine Rein" ;
    a2a:PersonNameFirstName "Elisabeth Maria Josefine" ;
    a2a:PersonNameLastName "Rein"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_Person-400ccb56-58cc-2e4d-1cc3-a857cbf7be55
  a a2a:Person ;
  rdfs:label "Josef Gustav Frohn" ;
  a2a:PersonName [
    rdfs:label "Josef Gustav Frohn" ;
    a2a:PersonNameFirstName "Josef Gustav" ;
    a2a:PersonNameLastName "Frohn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_Person-421a159b-bdff-e0d8-c541-6af6b70c76f1
  a a2a:Person ;
  rdfs:label "Josef Gustav Frohn" ;
  a2a:PersonName [
    rdfs:label "Josef Gustav Frohn" ;
    a2a:PersonNameFirstName "Josef Gustav" ;
    a2a:PersonNameLastName "Frohn"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "68 jaar" ;
    rdfs:label "68 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Duisburg (Duitsland)" ;
    rdfs:label "Duisburg (Duitsland)"
  ] .

oa:person_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_Person-17d6593b-6e95-ab60-470b-58a823f4aeab
  a a2a:Person ;
  rdfs:label "Bertha Nussbaum" ;
  a2a:PersonName [
    rdfs:label "Bertha Nussbaum" ;
    a2a:PersonNameFirstName "Bertha" ;
    a2a:PersonNameLastName "Nussbaum"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1966" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1966-04-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_Person:400ccb56-58cc-2e4d-1cc3-a857cbf7be55 ;
  a2a:EventKeyRef oa:event_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_Event1 .

oa:relationep_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_Person:421a159b-bdff-e0d8-c541-6af6b70c76f1 ;
  a2a:EventKeyRef oa:event_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_Event1 .

oa:relationep_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_Person:17d6593b-6e95-ab60-470b-58a823f4aeab ;
  a2a:EventKeyRef oa:event_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_Event1 .

oa:relationpp_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_Person:421a159b-bdff-e0d8-c541-6af6b70c76f1, oa:person_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab_Person:8fdfd8ca-8523-74d4-05da-b96741ad3525 .

oa:source_rat_018ac41b-bdd8-2fcd-ae3e-3e90a348beab
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1966-04-22 - 1966-04-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1966-04-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1966-04-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1966" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1966-04-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Bron: boek, Periode: 1966" ;
    a2a:Book "Overlijdensregister 1966" ;
    a2a:DocumentNumber "392" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Bron: boek, Periode: 1966, Overlijdensregister 1966, 392"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/4ab633b8-8643-f0f0-02ed-f0f2c5e68bf3.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/018ac41b-bdd8-2fcd-ae3e-3e90a348beab" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/4ab633b8-8643-f0f0-02ed-f0f2c5e68bf3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/018ac41b-bdd8-2fcd-ae3e-3e90a348beab" ;
  a2a:RecordGUID "{018ac41b-bdd8-2fcd-ae3e-3e90a348beab}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_22182_00022182.xml van RAT" .

