@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_5ba73b8a-abc6-7b47-9296-119c8c2e20c2
  a a2a:Record ;
  rdfs:label "Overlijden op 25 maart 1882 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_Person2042808831, oa:person_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_Person2042808834, oa:person_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_Person2042808832, oa:person_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_Person2042808833 ;
  a2a:hasEvent oa:event_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_0, oa:relationep_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_1, oa:relationep_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_2, oa:relationep_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_3 ;
  a2a:hasSource oa:source_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2 .

oa:person_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_Person2042808831
  a a2a:Person ;
  rdfs:label "Henrietta Catharina Elizabeth Rotteveel" ;
  a2a:PersonName [
    rdfs:label "Henrietta Catharina Elizabeth Rotteveel" ;
    a2a:PersonNameFirstName "Henrietta Catharina Elizabeth" ;
    a2a:PersonNameLastName "Rotteveel"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "31 jaar" ;
    rdfs:label "31 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "'s Gravenhage" ;
    rdfs:label "'s Gravenhage"
  ] .

oa:person_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_Person2042808834
  a a2a:Person ;
  rdfs:label "Anthonie Willem Huisman" ;
  a2a:PersonName [
    rdfs:label "Anthonie Willem Huisman" ;
    a2a:PersonNameFirstName "Anthonie Willem" ;
    a2a:PersonNameLastName "Huisman"
  ] .

oa:person_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_Person2042808832
  a a2a:Person ;
  rdfs:label "Hendrikus Rotteveel" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Rotteveel" ;
    a2a:PersonNameFirstName "Hendrikus" ;
    a2a:PersonNameLastName "Rotteveel"
  ] .

oa:person_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_Person2042808833
  a a2a:Person ;
  rdfs:label "Catharina Johanna Carolina Schmal" ;
  a2a:PersonName [
    rdfs:label "Catharina Johanna Carolina Schmal" ;
    a2a:PersonNameFirstName "Catharina Johanna Carolina" ;
    a2a:PersonNameLastName "Schmal"
  ] .

oa:event_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "25-03-1882" ;
    a2a:Year "1882" ;
    a2a:Month "03" ;
    a2a:Day "25" ;
    rdfs:label "1882-03-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_Person2042808831 ;
  a2a:EventKeyRef oa:event_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_Event1 .

oa:relationep_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_Person2042808834 ;
  a2a:EventKeyRef oa:event_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_Event1 .

oa:relationep_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_Person2042808832 ;
  a2a:EventKeyRef oa:event_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_Event1 .

oa:relationep_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_Person2042808833 ;
  a2a:EventKeyRef oa:event_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2_Event1 .

oa:source_srt_5ba73b8a-abc6-7b47-9296-119c8c2e20c2
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1882-01-01 - 1882-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1882-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1882-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1882" ;
    a2a:Year "1882" ;
    rdfs:label "1882"
  ] ;
  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 "1882.1118" ;
    a2a:RegistryNumber "1882A" ;
    a2a:Folio "a188" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, overlijdensakten, Nadere toegang op het overlijdensregister van de gemeente Rotterdam, 1882.1118, 1882A, a188"
  ] ;
  a2a:SourceLastChangeDate "2023-06-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/7F9ABCD1AABD4CE49C4DEC436D18B89B" ;
  a2a:RecordIdentifier "2042808830" ;
  a2a:RecordGUID "{5ba73b8a-abc6-7b47-9296-119c8c2e20c2}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 7F9ABCD1-AABD-4CE4-9C4D-EC436D18B89B" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-091882A_54_A2A.xml van SRT" .

