@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_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6
  a a2a:Record ;
  rdfs:label "Overlijden op 12 juli 1889 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_Person2040333352, oa:person_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_Person2040333353, oa:person_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_Person2040333354, oa:person_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_Person2040333355 ;
  a2a:hasEvent oa:event_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_0, oa:relationep_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_1, oa:relationep_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_2, oa:relationep_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_3 ;
  a2a:hasSource oa:source_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6 .

oa:person_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_Person2040333352
  a a2a:Person ;
  rdfs:label "Antje Zwarenstein" ;
  a2a:PersonName [
    rdfs:label "Antje Zwarenstein" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Zwarenstein"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "53 jaar" ;
    rdfs:label "53 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Strijen" ;
    rdfs:label "Strijen"
  ] .

oa:person_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_Person2040333353
  a a2a:Person ;
  rdfs:label "Jozeph Zwarenstein" ;
  a2a:PersonName [
    rdfs:label "Jozeph Zwarenstein" ;
    a2a:PersonNameFirstName "Jozeph" ;
    a2a:PersonNameLastName "Zwarenstein"
  ] .

oa:person_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_Person2040333354
  a a2a:Person ;
  rdfs:label "Pietje Blom" ;
  a2a:PersonName [
    rdfs:label "Pietje Blom" ;
    a2a:PersonNameFirstName "Pietje" ;
    a2a:PersonNameLastName "Blom"
  ] .

oa:person_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_Person2040333355
  a a2a:Person ;
  rdfs:label "Barend de Reeder" ;
  a2a:PersonName [
    rdfs:label "Barend de Reeder" ;
    a2a:PersonNameFirstName "Barend" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Reeder"
  ] .

oa:event_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "12-07-1889" ;
    a2a:Year "1889" ;
    a2a:Month "07" ;
    a2a:Day "12" ;
    rdfs:label "1889-07-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_Person2040333352 ;
  a2a:EventKeyRef oa:event_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_Event1 .

oa:relationep_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_Person2040333353 ;
  a2a:EventKeyRef oa:event_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_Event1 .

oa:relationep_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_Person2040333354 ;
  a2a:EventKeyRef oa:event_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_Event1 .

oa:relationep_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_3
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere partner" ;
  a2a:RelationType "other:Eerdere partner" ;
  a2a:PersonKeyRef oa:person_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_Person2040333355 ;
  a2a:EventKeyRef oa:event_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6_Event1 .

oa:source_srt_451b1dc1-e95b-71bc-49ee-8f69b6d71ab6
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1889-01-01 - 1889-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1889-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1889-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1889" ;
    a2a:Year "1889" ;
    rdfs:label "1889"
  ] ;
  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 "1889.2721" ;
    a2a:RegistryNumber "1889D" ;
    a2a:Folio "d137" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, overlijdensakten, Nadere toegang op het overlijdensregister van de gemeente Rotterdam, 1889.2721, 1889D, d137"
  ] ;
  a2a:SourceLastChangeDate "2023-02-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/E7CE4BFC23F74436B5AAF98BC0B8E927" ;
  a2a:RecordIdentifier "2040333351" ;
  a2a:RecordGUID "{451b1dc1-e95b-71bc-49ee-8f69b6d71ab6}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder E7CE4BFC-23F7-4436-B5AA-F98BC0B8E927" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-091889D_54_A2A.xml van SRT" .

