@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_8393D130-C582-4815-8D2C-48B3B12EEE2A
  a a2a:Record ;
  rdfs:label "Overlijden op 3 mei 1910 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_Person2043447239, oa:person_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_Person2043447240, oa:person_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_Person2043447241, oa:person_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_Person2043447242 ;
  a2a:hasEvent oa:event_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_0, oa:relationep_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_1, oa:relationep_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_2, oa:relationep_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_3 ;
  a2a:hasSource oa:source_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A .

oa:person_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_Person2043447239
  a a2a:Person ;
  rdfs:label "Jacoba Campignon" ;
  a2a:PersonName [
    rdfs:label "Jacoba Campignon" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNameLastName "Campignon"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "66 jaar" ;
    rdfs:label "66 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_Person2043447240
  a a2a:Person ;
  rdfs:label "Abraham Samuel Campignon" ;
  a2a:PersonName [
    rdfs:label "Abraham Samuel Campignon" ;
    a2a:PersonNameFirstName "Abraham Samuel" ;
    a2a:PersonNameLastName "Campignon"
  ] .

oa:person_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_Person2043447241
  a a2a:Person ;
  rdfs:label "Roosje Simon Stad" ;
  a2a:PersonName [
    rdfs:label "Roosje Simon Stad" ;
    a2a:PersonNameFirstName "Roosje Simon" ;
    a2a:PersonNameLastName "Stad"
  ] .

oa:person_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_Person2043447242
  a a2a:Person ;
  rdfs:label "Anthonij Samson" ;
  a2a:PersonName [
    rdfs:label "Anthonij Samson" ;
    a2a:PersonNameFirstName "Anthonij" ;
    a2a:PersonNameLastName "Samson"
  ] .

oa:event_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "03-05-1910" ;
    a2a:Year "1910" ;
    a2a:Month "05" ;
    a2a:Day "03" ;
    rdfs:label "1910-05-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_Person2043447239 ;
  a2a:EventKeyRef oa:event_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_Event1 .

oa:relationep_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_Person2043447240 ;
  a2a:EventKeyRef oa:event_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_Event1 .

oa:relationep_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_Person2043447241 ;
  a2a:EventKeyRef oa:event_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_Event1 .

oa:relationep_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_3
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere partner" ;
  a2a:RelationType "other:Eerdere partner" ;
  a2a:PersonKeyRef oa:person_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_Person2043447242 ;
  a2a:EventKeyRef oa:event_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A_Event1 .

oa:source_srt_8393D130-C582-4815-8D2C-48B3B12EEE2A
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1910-01-01 - 1910-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1910" ;
    a2a:Year "1910" ;
    rdfs:label "1910"
  ] ;
  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 "1910.2101" ;
    a2a:RegistryNumber "1910C" ;
    a2a:Folio "c038" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, overlijdensakten, Nadere toegang op het overlijdensregister van de gemeente Rotterdam, 1910.2101, 1910C, c038"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/763D273B0B43472291704FC3810DAF8C" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/763D273B0B43472291704FC3810DAF8C" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/763D273B0B43472291704FC3810DAF8C"
  ] ;
  a2a:SourceLastChangeDate "2021-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/8393D130C58248158D2C48B3B12EEE2A" ;
  a2a:RecordIdentifier "2043447238" ;
  a2a:RecordGUID "{8393D130-C582-4815-8D2C-48B3B12EEE2A}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/20CDA4751A664EE7AFEE539CE0054E83" .

