@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_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D
  a a2a:Record ;
  rdfs:label "Overlijden op 12 september 1953 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_Person2045029809, oa:person_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_Person2045029810, oa:person_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_Person2045029811 ;
  a2a:hasEvent oa:event_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_0, oa:relationep_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_1, oa:relationep_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_2 ;
  a2a:hasSource oa:source_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D .

oa:person_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_Person2045029809
  a a2a:Person ;
  rdfs:label "Mathilda Maria Rennings" ;
  a2a:PersonName [
    rdfs:label "Mathilda Maria Rennings" ;
    a2a:PersonNameFirstName "Mathilda Maria" ;
    a2a:PersonNameLastName "Rennings"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "56 jaar" ;
    rdfs:label "56 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_Person2045029810
  a a2a:Person ;
  rdfs:label "Friedrich Rennings" ;
  a2a:PersonName [
    rdfs:label "Friedrich Rennings" ;
    a2a:PersonNameFirstName "Friedrich" ;
    a2a:PersonNameLastName "Rennings"
  ] .

oa:person_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_Person2045029811
  a a2a:Person ;
  rdfs:label "Wilhelmina Vugts" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina Vugts" ;
    a2a:PersonNameFirstName "Wilhelmina" ;
    a2a:PersonNameLastName "Vugts"
  ] .

oa:event_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "12-09-1953" ;
    a2a:Year "1953" ;
    a2a:Month "09" ;
    a2a:Day "12" ;
    rdfs:label "1953-09-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_Person2045029809 ;
  a2a:EventKeyRef oa:event_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_Event1 .

oa:relationep_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_Person2045029810 ;
  a2a:EventKeyRef oa:event_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_Event1 .

oa:relationep_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_Person2045029811 ;
  a2a:EventKeyRef oa:event_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D_Event1 .

oa:source_srt_854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1953-01-01 - 1953-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1953-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1953-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1953" ;
    a2a:Year "1953" ;
    rdfs:label "1953"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Burgerlijke Stand Rotterdam, overlijdensakten" ;
    a2a:Book "Nadere toegang op het overlijdensregister van de gemeente Rotterdam" ;
    a2a:DocumentNumber "1953.1878" ;
    a2a:RegistryNumber "1953A2" ;
    a2a:Folio "a2-134v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, overlijdensakten, Nadere toegang op het overlijdensregister van de gemeente Rotterdam, 1953.1878, 1953A2, a2-134v"
  ] ;
  a2a:SourceLastChangeDate "2025-11-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/854C109FC8C24B1DBCADF1F0EC3CAB3D" ;
  a2a:RecordIdentifier "2045029808" ;
  a2a:RecordGUID "{854C109F-C8C2-4B1D-BCAD-F1F0EC3CAB3D}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/DEBEBB08F7CB420AA3582B382FDA7C78" .

