@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_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F
  a a2a:Record ;
  rdfs:label "Overlijden op 21 juni 1820 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_Person2037133050, oa:person_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_Person2037133051, oa:person_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_Person2037133052 ;
  a2a:hasEvent oa:event_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_0, oa:relationep_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_1, oa:relationep_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_2 ;
  a2a:hasSource oa:source_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F .

oa:person_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_Person2037133050
  a a2a:Person ;
  rdfs:label "Apolonia Catharina Schenk" ;
  a2a:PersonName [
    rdfs:label "Apolonia Catharina Schenk" ;
    a2a:PersonNameFirstName "Apolonia Catharina" ;
    a2a:PersonNameLastName "Schenk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "8 jaar" ;
    rdfs:label "8 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_Person2037133051
  a a2a:Person ;
  rdfs:label "Johannes Schenk" ;
  a2a:PersonName [
    rdfs:label "Johannes Schenk" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Schenk"
  ] .

oa:person_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_Person2037133052
  a a2a:Person ;
  rdfs:label "Geertrui Elshout" ;
  a2a:PersonName [
    rdfs:label "Geertrui Elshout" ;
    a2a:PersonNameFirstName "Geertrui" ;
    a2a:PersonNameLastName "Elshout"
  ] .

oa:event_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "21-06-1820" ;
    a2a:Year "1820" ;
    a2a:Month "06" ;
    a2a:Day "21" ;
    rdfs:label "1820-06-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_Person2037133050 ;
  a2a:EventKeyRef oa:event_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_Event1 .

oa:relationep_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_Person2037133051 ;
  a2a:EventKeyRef oa:event_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_Event1 .

oa:relationep_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_Person2037133052 ;
  a2a:EventKeyRef oa:event_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F_Event1 .

oa:source_srt_AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1820-01-01 - 1820-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1820-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1820-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1820" ;
    a2a:Year "1820" ;
    rdfs:label "1820"
  ] ;
  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 "1820.1168" ;
    a2a:RegistryNumber "1820A" ;
    a2a:Folio "a237" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, overlijdensakten, Nadere toegang op het overlijdensregister van de gemeente Rotterdam, 1820.1168, 1820A, a237"
  ] ;
  a2a:SourceLastChangeDate "2025-03-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/AC21744FD9D14EB59DA4B9B5CC2A2F9F" ;
  a2a:RecordIdentifier "2037133049" ;
  a2a:RecordGUID "{AC21744F-D9D1-4EB5-9DA4-B9B5CC2A2F9F}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/B91A0853C006432481DBD575E48E371C" .

