@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_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD
  a a2a:Record ;
  rdfs:label "Overlijden op 20 augustus 1857 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_Person2033675792, oa:person_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_Person2033675795, oa:person_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_Person2033675793, oa:person_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_Person2033675794 ;
  a2a:hasEvent oa:event_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_0, oa:relationep_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_1, oa:relationep_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_2, oa:relationep_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_3 ;
  a2a:hasSource oa:source_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD .

oa:person_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_Person2033675792
  a a2a:Person ;
  rdfs:label "Ester Heilbron" ;
  a2a:PersonName [
    rdfs:label "Ester Heilbron" ;
    a2a:PersonNameFirstName "Ester" ;
    a2a:PersonNameLastName "Heilbron"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "60 jaar en 5 mnd." ;
    rdfs:label "60 jaar en 5 mnd."
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zwolle" ;
    rdfs:label "Zwolle"
  ] .

oa:person_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_Person2033675795
  a a2a:Person ;
  rdfs:label "Benedictus Snitsler" ;
  a2a:PersonName [
    rdfs:label "Benedictus Snitsler" ;
    a2a:PersonNameFirstName "Benedictus" ;
    a2a:PersonNameLastName "Snitsler"
  ] .

oa:person_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_Person2033675793
  a a2a:Person ;
  rdfs:label "Hijman Levij Heilbron" ;
  a2a:PersonName [
    rdfs:label "Hijman Levij Heilbron" ;
    a2a:PersonNameFirstName "Hijman Levij" ;
    a2a:PersonNameLastName "Heilbron"
  ] .

oa:person_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_Person2033675794
  a a2a:Person ;
  rdfs:label "Roosje Raphaël" ;
  a2a:PersonName [
    rdfs:label "Roosje Raphaël" ;
    a2a:PersonNameFirstName "Roosje" ;
    a2a:PersonNameLastName "Raphaël"
  ] .

oa:event_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "20-08-1857" ;
    a2a:Year "1857" ;
    a2a:Month "08" ;
    a2a:Day "20" ;
    rdfs:label "1857-08-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_Person2033675792 ;
  a2a:EventKeyRef oa:event_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_Event1 .

oa:relationep_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_Person2033675795 ;
  a2a:EventKeyRef oa:event_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_Event1 .

oa:relationep_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_Person2033675793 ;
  a2a:EventKeyRef oa:event_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_Event1 .

oa:relationep_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_Person2033675794 ;
  a2a:EventKeyRef oa:event_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD_Event1 .

oa:source_srt_C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1857-01-01 - 1857-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1857-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1857-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1857" ;
    a2a:Year "1857" ;
    rdfs:label "1857"
  ] ;
  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 "1857.2209" ;
    a2a:RegistryNumber "1857D" ;
    a2a:Folio "d051" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, overlijdensakten, Nadere toegang op het overlijdensregister van de gemeente Rotterdam, 1857.2209, 1857D, d051"
  ] ;
  a2a:SourceLastChangeDate "2024-12-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/C49D3C52DBDF4E5091B7B0159BAF2DCD" ;
  a2a:RecordIdentifier "2033675791" ;
  a2a:RecordGUID "{C49D3C52-DBDF-4E50-91B7-B0159BAF2DCD}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/91ADB16B1A464532A2C8EA94424B1AF7" .

