@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_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e
  a a2a:Record ;
  rdfs:label "Overlijden op 2 augustus 1943 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_Person3294971237, oa:person_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_Person3294971238, oa:person_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_Person3294971239 ;
  a2a:hasEvent oa:event_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_0, oa:relationep_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_1, oa:relationep_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_2 ;
  a2a:hasSource oa:source_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e .

oa:person_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_Person3294971237
  a a2a:Person ;
  rdfs:label "Helena Cornelia Maria Pols" ;
  a2a:PersonName [
    rdfs:label "Helena Cornelia Maria Pols" ;
    a2a:PersonNameFirstName "Helena Cornelia Maria" ;
    a2a:PersonNameLastName "Pols"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "3 jaar" ;
    rdfs:label "3 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_Person3294971238
  a a2a:Person ;
  rdfs:label "Christiaan Gerardus Antonius Pols" ;
  a2a:PersonName [
    rdfs:label "Christiaan Gerardus Antonius Pols" ;
    a2a:PersonNameFirstName "Christiaan Gerardus Antonius" ;
    a2a:PersonNameLastName "Pols"
  ] .

oa:person_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_Person3294971239
  a a2a:Person ;
  rdfs:label "Johanna Christina Maria de Bot" ;
  a2a:PersonName [
    rdfs:label "Johanna Christina Maria de Bot" ;
    a2a:PersonNameFirstName "Johanna Christina Maria" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bot"
  ] .

oa:event_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "02-08-1943" ;
    a2a:Year "1943" ;
    a2a:Month "08" ;
    a2a:Day "02" ;
    rdfs:label "1943-08-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_Person3294971237 ;
  a2a:EventKeyRef oa:event_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_Event1 .

oa:relationep_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_Person3294971238 ;
  a2a:EventKeyRef oa:event_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_Event1 .

oa:relationep_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_Person3294971239 ;
  a2a:EventKeyRef oa:event_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e_Event1 .

oa:source_srt_dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1943-01-01 - 1943-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1943-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1943-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1943" ;
    a2a:Year "1943" ;
    rdfs:label "1943"
  ] ;
  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 "1943.3519" ;
    a2a:RegistryNumber "1943C" ;
    a2a:Folio "c115" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, overlijdensakten, Nadere toegang op het overlijdensregister van de gemeente Rotterdam, 1943.3519, 1943C, c115"
  ] ;
  a2a:SourceLastChangeDate "2023-07-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/19A4ADD8618E42578D9976DDF5083E3E" ;
  a2a:RecordIdentifier "3294971236" ;
  a2a:RecordGUID "{dd9c8494-b6f5-9a7f-85f2-a7eefa275a3e}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 19A4ADD8-618E-4257-8D99-76DDF5083E3E" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-091943C_54_A2A.xml van SRT" .

