@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_fd2d71c4-d7b9-e052-04bd-4669adece4df
  a a2a:Record ;
  rdfs:label "Overlijden op 14 september 1866 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_Person2042692111, oa:person_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_Person2042692114, oa:person_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_Person2042692112, oa:person_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_Person2042692113 ;
  a2a:hasEvent oa:event_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_0, oa:relationep_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_1, oa:relationep_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_2, oa:relationep_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_3 ;
  a2a:hasSource oa:source_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df .

oa:person_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_Person2042692111
  a a2a:Person ;
  rdfs:label "Jacobus Relik" ;
  a2a:PersonName [
    rdfs:label "Jacobus Relik" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Relik"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "66 jaar en 6 mnd." ;
    rdfs:label "66 jaar en 6 mnd."
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gorinchem" ;
    rdfs:label "Gorinchem"
  ] .

oa:person_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_Person2042692114
  a a2a:Person ;
  rdfs:label "Cornelia Trapmans" ;
  a2a:PersonName [
    rdfs:label "Cornelia Trapmans" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Trapmans"
  ] .

oa:person_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_Person2042692112
  a a2a:Person ;
  rdfs:label "Jacobus Relik" ;
  a2a:PersonName [
    rdfs:label "Jacobus Relik" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Relik"
  ] .

oa:person_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_Person2042692113
  a a2a:Person ;
  rdfs:label "Antonia Vervoorn" ;
  a2a:PersonName [
    rdfs:label "Antonia Vervoorn" ;
    a2a:PersonNameFirstName "Antonia" ;
    a2a:PersonNameLastName "Vervoorn"
  ] .

oa:event_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "14-09-1866" ;
    a2a:Year "1866" ;
    a2a:Month "09" ;
    a2a:Day "14" ;
    rdfs:label "1866-09-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_Person2042692111 ;
  a2a:EventKeyRef oa:event_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_Event1 .

oa:relationep_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_Person2042692114 ;
  a2a:EventKeyRef oa:event_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_Event1 .

oa:relationep_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_Person2042692112 ;
  a2a:EventKeyRef oa:event_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_Event1 .

oa:relationep_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_Person2042692113 ;
  a2a:EventKeyRef oa:event_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df_Event1 .

oa:source_srt_fd2d71c4-d7b9-e052-04bd-4669adece4df
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1866-01-01 - 1866-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1866-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1866-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1866" ;
    a2a:Year "1866" ;
    rdfs:label "1866"
  ] ;
  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 "1866.3947" ;
    a2a:RegistryNumber "1866E" ;
    a2a:Folio "e165" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, overlijdensakten, Nadere toegang op het overlijdensregister van de gemeente Rotterdam, 1866.3947, 1866E, e165"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/C571F9401E0D451FB54465C069C6C01F" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/C571F9401E0D451FB54465C069C6C01F" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/C571F9401E0D451FB54465C069C6C01F"
  ] ;
  a2a:SourceLastChangeDate "2021-04-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/E7630D7028654C3590436A56F14946B6" ;
  a2a:RecordIdentifier "2042692110" ;
  a2a:RecordGUID "{fd2d71c4-d7b9-e052-04bd-4669adece4df}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder E7630D70-2865-4C35-9043-6A56F14946B6" ;
  a2a:SourceRemarkOpmerking "eerder weduwnaar van Elizabeth van Eck" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-091866E_54_A2A.xml van SRT" .

