@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_B7171C57-1503-43FC-B340-0F03345D9DAE
  a a2a:Record ;
  rdfs:label "Overlijden op 7 april 1879 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_Person2040182015, oa:person_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_Person2040182018, oa:person_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_Person2040182016, oa:person_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_Person2040182017 ;
  a2a:hasEvent oa:event_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_0, oa:relationep_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_1, oa:relationep_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_2, oa:relationep_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_3 ;
  a2a:hasSource oa:source_srt_B7171C57-1503-43FC-B340-0F03345D9DAE .

oa:person_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_Person2040182015
  a a2a:Person ;
  rdfs:label "Ida Falger" ;
  a2a:PersonName [
    rdfs:label "Ida Falger" ;
    a2a:PersonNameFirstName "Ida" ;
    a2a:PersonNameLastName "Falger"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "80 jaar" ;
    rdfs:label "80 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:person_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_Person2040182018
  a a2a:Person ;
  rdfs:label "Johannes Rinjer" ;
  a2a:PersonName [
    rdfs:label "Johannes Rinjer" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Rinjer"
  ] .

oa:person_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_Person2040182016
  a a2a:Person ;
  rdfs:label "n.n. Falger" ;
  a2a:PersonName [
    rdfs:label "n.n. Falger" ;
    a2a:PersonNameFirstName "n.n." ;
    a2a:PersonNameLastName "Falger"
  ] .

oa:person_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_Person2040182017
  a a2a:Person ;
  rdfs:label "Maria van Mierlo" ;
  a2a:PersonName [
    rdfs:label "Maria van Mierlo" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Mierlo"
  ] .

oa:event_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "07-04-1879" ;
    a2a:Year "1879" ;
    a2a:Month "04" ;
    a2a:Day "07" ;
    rdfs:label "1879-04-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_Person2040182015 ;
  a2a:EventKeyRef oa:event_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_Event1 .

oa:relationep_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_Person2040182018 ;
  a2a:EventKeyRef oa:event_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_Event1 .

oa:relationep_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_Person2040182016 ;
  a2a:EventKeyRef oa:event_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_Event1 .

oa:relationep_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_Person2040182017 ;
  a2a:EventKeyRef oa:event_srt_B7171C57-1503-43FC-B340-0F03345D9DAE_Event1 .

oa:source_srt_B7171C57-1503-43FC-B340-0F03345D9DAE
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1879-01-01 - 1879-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1879-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1879-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1879" ;
    a2a:Year "1879" ;
    rdfs:label "1879"
  ] ;
  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 "1879.1270" ;
    a2a:RegistryNumber "1879B" ;
    a2a:Folio "b021" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, overlijdensakten, Nadere toegang op het overlijdensregister van de gemeente Rotterdam, 1879.1270, 1879B, b021"
  ] ;
  a2a:SourceLastChangeDate "2025-06-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/B7171C57150343FCB3400F03345D9DAE" ;
  a2a:RecordIdentifier "2040182014" ;
  a2a:RecordGUID "{B7171C57-1503-43FC-B340-0F03345D9DAE}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/0A1CE1A43C984D83918799326F890A51" .

