@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_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92
  a a2a:Record ;
  rdfs:label "Overlijden op 23 mei 1876 te Gouda" ;
  a2a:hasPerson oa:person_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_Person-47be9231-82e9-9d70-6981-b1a09828e50e, oa:person_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_Person-13abc346-9bce-de49-ca1a-96852cc203d7, oa:person_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_Person-88bc6d17-a82d-7e2a-8be2-e7bb358a45d8, oa:person_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_Person-8bfe656f-9497-bfa0-887e-54957104d9bb ;
  a2a:hasEvent oa:event_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_0, oa:relationep_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_1, oa:relationep_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_2, oa:relationep_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_3 ;
  a2a:hasSource oa:source_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92 .

oa:person_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_Person-47be9231-82e9-9d70-6981-b1a09828e50e
  a a2a:Person ;
  rdfs:label "Matthijs Salverda" ;
  a2a:PersonName [
    rdfs:label "Matthijs Salverda" ;
    a2a:PersonNameFirstName "Matthijs" ;
    a2a:PersonNameLastName "Salverda"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_Person-13abc346-9bce-de49-ca1a-96852cc203d7
  a a2a:Person ;
  rdfs:label "Georg Philip Buchner" ;
  a2a:PersonName [
    rdfs:label "Georg Philip Buchner" ;
    a2a:PersonNameFirstName "Georg Philip" ;
    a2a:PersonNameLastName "Buchner"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_Person-88bc6d17-a82d-7e2a-8be2-e7bb358a45d8
  a a2a:Person ;
  rdfs:label "Rebecca Henrica Wilhelmina Salverda" ;
  a2a:PersonName [
    rdfs:label "Rebecca Henrica Wilhelmina Salverda" ;
    a2a:PersonNameFirstName "Rebecca Henrica Wilhelmina" ;
    a2a:PersonNameLastName "Salverda"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "67" ;
    rdfs:label "67"
  ] .

oa:person_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_Person-8bfe656f-9497-bfa0-887e-54957104d9bb
  a a2a:Person ;
  rdfs:label "Anna Swanida Maria Bachine" ;
  a2a:PersonName [
    rdfs:label "Anna Swanida Maria Bachine" ;
    a2a:PersonNameFirstName "Anna Swanida Maria" ;
    a2a:PersonNameLastName "Bachine"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1876" ;
    a2a:Month "5" ;
    a2a:Day "23" ;
    rdfs:label "1876-05-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:relationep_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_Person:47be9231-82e9-9d70-6981-b1a09828e50e ;
  a2a:EventKeyRef oa:event_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_Event1 .

oa:relationep_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_1
  a a2a:RelationEP ;
  rdfs:label "other:Echtgenote" ;
  a2a:RelationType "other:Echtgenote" ;
  a2a:PersonKeyRef oa:person_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_Person:13abc346-9bce-de49-ca1a-96852cc203d7 ;
  a2a:EventKeyRef oa:event_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_Event1 .

oa:relationep_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_Person:88bc6d17-a82d-7e2a-8be2-e7bb358a45d8 ;
  a2a:EventKeyRef oa:event_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_Event1 .

oa:relationep_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_Person:8bfe656f-9497-bfa0-887e-54957104d9bb ;
  a2a:EventKeyRef oa:event_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92_Event1 .

oa:source_smh_bf6b73db-a1fe-e32e-058d-026cfaf85d92
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda", "1876-05-24 - 1876-05-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1876-05-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1876-05-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1876" ;
    a2a:Month "5" ;
    a2a:Day "24" ;
    rdfs:label "1876-05-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 303, Periode: 1876" ;
    a2a:Book "BS Overlijdensregister" ;
    a2a:DocumentNumber "287" ;
    a2a:RegistryNumber "303" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 303, Periode: 1876, BS Overlijdensregister, 287, 303"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/37eb6e07-d251-c669-19cd-dfb32cd805de.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/bf6b73db-a1fe-e32e-058d-026cfaf85d92" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/37eb6e07-d251-c669-19cd-dfb32cd805de.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/bf6b73db-a1fe-e32e-058d-026cfaf85d92" ;
  a2a:RecordGUID "{bf6b73db-a1fe-e32e-058d-026cfaf85d92}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "303" ;
  a2a:SourceRemarkregister_periode "1876" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_4194_00004194.xml van SMH" .

[]
  a2a:PersonRemarkplaats_overlijden "Gouda" ;
  a2a:PersonRemarkdatum_overlijden "1876-05-23" .

