@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_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC
  a a2a:Record ;
  rdfs:label "Overlijden op 13 augustus 1935 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_Person2045107500, oa:person_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_Person2045107503, oa:person_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_Person2045107501, oa:person_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_Person2045107502 ;
  a2a:hasEvent oa:event_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_0, oa:relationep_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_1, oa:relationep_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_2, oa:relationep_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_3 ;
  a2a:hasSource oa:source_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC .

oa:person_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_Person2045107500
  a a2a:Person ;
  rdfs:label "Johanna Cornelia Mulder" ;
  a2a:PersonName [
    rdfs:label "Johanna Cornelia Mulder" ;
    a2a:PersonNameFirstName "Johanna Cornelia" ;
    a2a:PersonNameLastName "Mulder"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "66 jaar" ;
    rdfs:label "66 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_Person2045107503
  a a2a:Person ;
  rdfs:label "Adrianus Johannes Bredius" ;
  a2a:PersonName [
    rdfs:label "Adrianus Johannes Bredius" ;
    a2a:PersonNameFirstName "Adrianus Johannes" ;
    a2a:PersonNameLastName "Bredius"
  ] .

oa:person_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_Person2045107501
  a a2a:Person ;
  rdfs:label "Jan Mulder" ;
  a2a:PersonName [
    rdfs:label "Jan Mulder" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Mulder"
  ] .

oa:person_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_Person2045107502
  a a2a:Person ;
  rdfs:label "Johanna van Gelderen" ;
  a2a:PersonName [
    rdfs:label "Johanna van Gelderen" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gelderen"
  ] .

oa:event_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "13-08-1935" ;
    a2a:Year "1935" ;
    a2a:Month "08" ;
    a2a:Day "13" ;
    rdfs:label "1935-08-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_Person2045107500 ;
  a2a:EventKeyRef oa:event_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_Event1 .

oa:relationep_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_Person2045107503 ;
  a2a:EventKeyRef oa:event_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_Event1 .

oa:relationep_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_Person2045107501 ;
  a2a:EventKeyRef oa:event_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_Event1 .

oa:relationep_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_Person2045107502 ;
  a2a:EventKeyRef oa:event_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC_Event1 .

oa:source_srt_07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1935-01-01 - 1935-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1935-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1935-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1935" ;
    a2a:Year "1935" ;
    rdfs:label "1935"
  ] ;
  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 "1935.3255" ;
    a2a:RegistryNumber "1935C" ;
    a2a:Folio "c093" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, overlijdensakten, Nadere toegang op het overlijdensregister van de gemeente Rotterdam, 1935.3255, 1935C, c093"
  ] ;
  a2a:SourceLastChangeDate "2024-04-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/07D97AFA2C5A4BF78DD9C2DBD2DFB6EC" ;
  a2a:RecordIdentifier "2045107499" ;
  a2a:RecordGUID "{07D97AFA-2C5A-4BF7-8DD9-C2DBD2DFB6EC}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/71DFA7058C8046A584984B7ACA3C1282" .

