@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_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e
  a a2a:Record ;
  rdfs:label "Overlijden op 14 juni 1959 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_Person2044729111, oa:person_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_Person2044729112, oa:person_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_Person2044729113 ;
  a2a:hasEvent oa:event_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_0, oa:relationep_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_1, oa:relationep_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_2 ;
  a2a:hasSource oa:source_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e .

oa:person_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_Person2044729111
  a a2a:Person ;
  rdfs:label "Anna Elizabeth Torsij" ;
  a2a:PersonName [
    rdfs:label "Anna Elizabeth Torsij" ;
    a2a:PersonNameFirstName "Anna Elizabeth" ;
    a2a:PersonNameLastName "Torsij"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "79 jaar" ;
    rdfs:label "79 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_Person2044729112
  a a2a:Person ;
  rdfs:label "Caspar Torsij" ;
  a2a:PersonName [
    rdfs:label "Caspar Torsij" ;
    a2a:PersonNameFirstName "Caspar" ;
    a2a:PersonNameLastName "Torsij"
  ] .

oa:person_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_Person2044729113
  a a2a:Person ;
  rdfs:label "Anna Elizabeth Marschal" ;
  a2a:PersonName [
    rdfs:label "Anna Elizabeth Marschal" ;
    a2a:PersonNameFirstName "Anna Elizabeth" ;
    a2a:PersonNameLastName "Marschal"
  ] .

oa:event_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "14-06-1959" ;
    a2a:Year "1959" ;
    a2a:Month "06" ;
    a2a:Day "14" ;
    rdfs:label "1959-06-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_Person2044729111 ;
  a2a:EventKeyRef oa:event_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_Event1 .

oa:relationep_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_Person2044729112 ;
  a2a:EventKeyRef oa:event_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_Event1 .

oa:relationep_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_Person2044729113 ;
  a2a:EventKeyRef oa:event_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e_Event1 .

oa:source_srt_1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1959-01-01 - 1959-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1959-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1959-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1959" ;
    a2a:Year "1959" ;
    rdfs:label "1959"
  ] ;
  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 "1959.1392" ;
    a2a:RegistryNumber "1959B2" ;
    a2a:Folio "b2-148v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, overlijdensakten, Nadere toegang op het overlijdensregister van de gemeente Rotterdam, 1959.1392, 1959B2, b2-148v"
  ] ;
  a2a:SourceLastChangeDate "2023-02-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/4D1957907B124BC19126D65F74DC2539" ;
  a2a:RecordIdentifier "2044729110" ;
  a2a:RecordGUID "{1e9348bb-9b7f-0dae-4e5a-e9193f2c8e2e}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 4D195790-7B12-4BC1-9126-D65F74DC2539" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-091959B2_54_A2A.xml van SRT" .

