@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_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1
  a a2a:Record ;
  rdfs:label "Overlijden op 24 maart 1919 te Werkendam" ;
  a2a:hasPerson oa:person_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Person-9bf65b0f-d450-0157-df94-a2cce5ffe4db, oa:person_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Person-93c61271-abe2-5e08-e824-b86df0979823, oa:person_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Person-5890059c-4451-9d11-4d74-acb1e7524bcf, oa:person_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Person-6d7c8ef4-b999-53b5-af8c-d017f9396624, oa:person_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Person-81c8475c-76a0-34a8-7085-de501c51baff ;
  a2a:hasEvent oa:event_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_0, oa:relationep_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_1, oa:relationep_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_2, oa:relationep_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_3, oa:relationep_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_4 ;
  a2a:hasSource oa:source_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1 .

oa:person_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Person-9bf65b0f-d450-0157-df94-a2cce5ffe4db
  a a2a:Person ;
  rdfs:label "Adriana Buchner" ;
  a2a:PersonName [
    rdfs:label "Adriana Buchner" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Buchner"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Werkendam" ;
    rdfs:label "Werkendam"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "50" ;
    rdfs:label "50"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Almkerk" ;
    rdfs:label "Almkerk"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Person-93c61271-abe2-5e08-e824-b86df0979823
  a a2a:Person ;
  rdfs:label "Adriaan Tromp" ;
  a2a:PersonName [
    rdfs:label "Adriaan Tromp" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Tromp"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Werkendam" ;
    rdfs:label "Werkendam"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "55" ;
    rdfs:label "55"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Person-5890059c-4451-9d11-4d74-acb1e7524bcf
  a a2a:Person ;
  rdfs:label "Pieter Muiluijk" ;
  a2a:PersonName [
    rdfs:label "Pieter Muiluijk" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Muiluijk"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Werkendam" ;
    rdfs:label "Werkendam"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] ;
  a2a:Profession "ambtenaar secretarie" .

oa:person_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Person-6d7c8ef4-b999-53b5-af8c-d017f9396624
  a a2a:Person ;
  rdfs:label "Margrita de Graaf" ;
  a2a:PersonName [
    rdfs:label "Margrita de Graaf" ;
    a2a:PersonNameFirstName "Margrita" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Graaf"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Person-81c8475c-76a0-34a8-7085-de501c51baff
  a a2a:Person ;
  rdfs:label "Willem Buchner" ;
  a2a:PersonName [
    rdfs:label "Willem Buchner" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Buchner"
  ] ;
  a2a:Gender "Man" .

oa:event_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1919" ;
    a2a:Month "3" ;
    a2a:Day "24" ;
    rdfs:label "1919-03-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Werkendam" ;
    rdfs:label "Werkendam"
  ] .

oa:relationep_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Person:9bf65b0f-d450-0157-df94-a2cce5ffe4db ;
  a2a:EventKeyRef oa:event_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Event1 .

oa:relationep_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_1
  a a2a:RelationEP ;
  rdfs:label "other:Wed." ;
  a2a:RelationType "other:Wed." ;
  a2a:PersonKeyRef oa:person_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Person:93c61271-abe2-5e08-e824-b86df0979823 ;
  a2a:EventKeyRef oa:event_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Event1 .

oa:relationep_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_2
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Person:5890059c-4451-9d11-4d74-acb1e7524bcf ;
  a2a:EventKeyRef oa:event_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Event1 .

oa:relationep_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Person:6d7c8ef4-b999-53b5-af8c-d017f9396624 ;
  a2a:EventKeyRef oa:event_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Event1 .

oa:relationep_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Person:81c8475c-76a0-34a8-7085-de501c51baff ;
  a2a:EventKeyRef oa:event_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1_Event1 .

oa:source_sha_ba2a0a51-ef29-7f4d-64db-caaa208a9ef1
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Werkendam" ;
    rdfs:label "Werkendam", "1919-03-24 - 1919-03-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1919-03-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-03-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1919" ;
    a2a:Month "3" ;
    a2a:Day "24" ;
    rdfs:label "1919-03-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Langstraat Heusden Altena" ;
    a2a:Place "Heusden en Altena" ;
    a2a:Collection "Bron: Burgerlijke standregister, Deel: 5559, Periode: 1913-1922" ;
    a2a:Book "Overlijdensregister" ;
    a2a:DocumentNumber "17" ;
    a2a:RegistryNumber "5559" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 5559, Periode: 1913-1922, Overlijdensregister, 17, 5559"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/d3d7769a-93e0-4266-cf5e-87925068a6de.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/ba2a0a51-ef29-7f4d-64db-caaa208a9ef1" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/d3d7769a-93e0-4266-cf5e-87925068a6de.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-06-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/ba2a0a51-ef29-7f4d-64db-caaa208a9ef1" ;
  a2a:RecordGUID "{ba2a0a51-ef29-7f4d-64db-caaa208a9ef1}" ;
  a2a:SourceRemarkbron "Burgerlijke standregister" ;
  a2a:SourceRemarkdeel "5559" ;
  a2a:SourceRemarkregister_periode "1913-1922" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250910_10_00000010.xml van SHA" .

[]
  a2a:PersonRemarkplaats_overlijden "Werkendam" ;
  a2a:PersonRemarkdatum_overlijden "1919-03-24" .

[] a2a:PersonRemarkdiversen "overleden" .
[] a2a:PersonRemarkdiversen "overleden" .
