@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_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8
  a a2a:Record ;
  rdfs:label "Overlijden op 10 augustus 1926 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_Person2655183999, oa:person_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_Person2655184002, oa:person_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_Person2655184000, oa:person_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_Person2655184001 ;
  a2a:hasEvent oa:event_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_0, oa:relationep_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_1, oa:relationep_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_2, oa:relationep_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_3 ;
  a2a:hasSource oa:source_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8 .

oa:person_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_Person2655183999
  a a2a:Person ;
  rdfs:label "Lodewijk van Gent" ;
  a2a:PersonName [
    rdfs:label "Lodewijk van Gent" ;
    a2a:PersonNameFirstName "Lodewijk" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gent"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "76 jaar" ;
    rdfs:label "76 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:person_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_Person2655184002
  a a2a:Person ;
  rdfs:label "Anna Maria Duis" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Duis" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Duis"
  ] .

oa:person_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_Person2655184000
  a a2a:Person ;
  rdfs:label "Engel van Gent" ;
  a2a:PersonName [
    rdfs:label "Engel van Gent" ;
    a2a:PersonNameFirstName "Engel" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gent"
  ] .

oa:person_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_Person2655184001
  a a2a:Person ;
  rdfs:label "Luitje Bos" ;
  a2a:PersonName [
    rdfs:label "Luitje Bos" ;
    a2a:PersonNameFirstName "Luitje" ;
    a2a:PersonNameLastName "Bos"
  ] .

oa:event_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "10-08-1926" ;
    a2a:Year "1926" ;
    a2a:Month "08" ;
    a2a:Day "10" ;
    rdfs:label "1926-08-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_Person2655183999 ;
  a2a:EventKeyRef oa:event_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_Event1 .

oa:relationep_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_Person2655184002 ;
  a2a:EventKeyRef oa:event_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_Event1 .

oa:relationep_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_Person2655184000 ;
  a2a:EventKeyRef oa:event_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_Event1 .

oa:relationep_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_Person2655184001 ;
  a2a:EventKeyRef oa:event_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8_Event1 .

oa:source_srt_28b4e7d0-63d4-1b9f-ae85-e395c248f5e8
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1926-01-01 - 1926-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1926-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1926-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1926" ;
    a2a:Year "1926" ;
    rdfs:label "1926"
  ] ;
  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 "1926.3211" ;
    a2a:RegistryNumber "1926C" ;
    a2a:Folio "c099v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, overlijdensakten, Nadere toegang op het overlijdensregister van de gemeente Rotterdam, 1926.3211, 1926C, c099v"
  ] ;
  a2a:SourceLastChangeDate "2023-07-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/13BD9877A88D4CA8877A7DA0E38987EF" ;
  a2a:RecordIdentifier "2655183998" ;
  a2a:RecordGUID "{28b4e7d0-63d4-1b9f-ae85-e395c248f5e8}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 13BD9877-A88D-4CA8-877A-7DA0E38987EF" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-091926C_54_A2A.xml van SRT" .

