@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_0e9649d3-e066-bf33-e323-c666f91a6b9f
  a a2a:Record ;
  rdfs:label "Overlijden op 26 juli 1905 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_Person2041867197, oa:person_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_Person2041867198, oa:person_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_Person2041867199 ;
  a2a:hasEvent oa:event_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_0, oa:relationep_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_1, oa:relationep_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_2 ;
  a2a:hasSource oa:source_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f .

oa:person_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_Person2041867197
  a a2a:Person ;
  rdfs:label "Berendina Geertruida Rötel" ;
  a2a:PersonName [
    rdfs:label "Berendina Geertruida Rötel" ;
    a2a:PersonNameFirstName "Berendina Geertruida" ;
    a2a:PersonNameLastName "Rötel"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "16 dagen" ;
    rdfs:label "16 dagen"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_Person2041867198
  a a2a:Person ;
  rdfs:label "Johannes Wilhelmus Leonardus Rötel" ;
  a2a:PersonName [
    rdfs:label "Johannes Wilhelmus Leonardus Rötel" ;
    a2a:PersonNameFirstName "Johannes Wilhelmus Leonardus" ;
    a2a:PersonNameLastName "Rötel"
  ] .

oa:person_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_Person2041867199
  a a2a:Person ;
  rdfs:label "Margrietha Ruiten" ;
  a2a:PersonName [
    rdfs:label "Margrietha Ruiten" ;
    a2a:PersonNameFirstName "Margrietha" ;
    a2a:PersonNameLastName "Ruiten"
  ] .

oa:event_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "26-07-1905" ;
    a2a:Year "1905" ;
    a2a:Month "07" ;
    a2a:Day "26" ;
    rdfs:label "1905-07-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_Person2041867197 ;
  a2a:EventKeyRef oa:event_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_Event1 .

oa:relationep_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_Person2041867198 ;
  a2a:EventKeyRef oa:event_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_Event1 .

oa:relationep_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_Person2041867199 ;
  a2a:EventKeyRef oa:event_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f_Event1 .

oa:source_srt_0e9649d3-e066-bf33-e323-c666f91a6b9f
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1905-01-01 - 1905-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1905-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1905-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1905" ;
    a2a:Year "1905" ;
    rdfs:label "1905"
  ] ;
  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 "1905.3533" ;
    a2a:RegistryNumber "1905C" ;
    a2a:Folio "c137" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, overlijdensakten, Nadere toegang op het overlijdensregister van de gemeente Rotterdam, 1905.3533, 1905C, c137"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/04667D94A2DF481B8E81C3B6286DBE6E" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/04667D94A2DF481B8E81C3B6286DBE6E" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/04667D94A2DF481B8E81C3B6286DBE6E"
  ] ;
  a2a:SourceLastChangeDate "2022-08-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/7C897640785A4E6D89CEF0B5DB65083A" ;
  a2a:RecordIdentifier "2041867196" ;
  a2a:RecordGUID "{0e9649d3-e066-bf33-e323-c666f91a6b9f}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 7C897640-785A-4E6D-89CE-F0B5DB65083A" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-091905C_54_A2A.xml van SRT" .

