@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_354e2f05-ecfa-1fde-04fa-418c0d87d4d7
  a a2a:Record ;
  rdfs:label "Overlijden op 16 december 1835 te Heusden" ;
  a2a:hasPerson oa:person_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_Person-b60ba032-2c34-e85e-f20a-1d6c4bcf4b58, oa:person_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_Person-7455a575-c22b-6bbb-cbe9-5fdc0addeb8d, oa:person_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_Person-2c691be0-02ad-715e-fea5-56347407d185, oa:person_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_Person-4ae69f4e-63de-1775-33fe-6ce3d505d103 ;
  a2a:hasEvent oa:event_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_0, oa:relationep_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_1, oa:relationep_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_2, oa:relationep_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_3 ;
  a2a:hasSource oa:source_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7 .

oa:person_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_Person-b60ba032-2c34-e85e-f20a-1d6c4bcf4b58
  a a2a:Person ;
  rdfs:label "Magdalena Bieri" ;
  a2a:PersonName [
    rdfs:label "Magdalena Bieri" ;
    a2a:PersonNameFirstName "Magdalena" ;
    a2a:PersonNameLastName "Bieri"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "4" ;
    rdfs:label "4"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_Person-7455a575-c22b-6bbb-cbe9-5fdc0addeb8d
  a a2a:Person ;
  rdfs:label "Jacob Haupt" ;
  a2a:PersonName [
    rdfs:label "Jacob Haupt" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Haupt"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "39" ;
    rdfs:label "39"
  ] ;
  a2a:Profession "korporaal titulair" .

oa:person_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_Person-2c691be0-02ad-715e-fea5-56347407d185
  a a2a:Person ;
  rdfs:label "Elizabeth van den Broek" ;
  a2a:PersonName [
    rdfs:label "Elizabeth van den Broek" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Broek"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] .

oa:person_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_Person-4ae69f4e-63de-1775-33fe-6ce3d505d103
  a a2a:Person ;
  rdfs:label "Christiaan Bieri" ;
  a2a:PersonName [
    rdfs:label "Christiaan Bieri" ;
    a2a:PersonNameFirstName "Christiaan" ;
    a2a:PersonNameLastName "Bieri"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "36" ;
    rdfs:label "36"
  ] ;
  a2a:Profession "korporaal titulair" .

oa:event_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1835" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1835-12-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden"
  ] .

oa:relationep_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_Person:b60ba032-2c34-e85e-f20a-1d6c4bcf4b58 ;
  a2a:EventKeyRef oa:event_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_Event1 .

oa:relationep_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_1
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_Person:7455a575-c22b-6bbb-cbe9-5fdc0addeb8d ;
  a2a:EventKeyRef oa:event_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_Event1 .

oa:relationep_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_Person:2c691be0-02ad-715e-fea5-56347407d185 ;
  a2a:EventKeyRef oa:event_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_Event1 .

oa:relationep_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_Person:4ae69f4e-63de-1775-33fe-6ce3d505d103 ;
  a2a:EventKeyRef oa:event_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7_Event1 .

oa:source_sha_354e2f05-ecfa-1fde-04fa-418c0d87d4d7
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden", "1835-12-16 - 1835-12-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1835-12-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1835-12-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1835" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1835-12-16"^^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: 4094, Periode: 1831-1840" ;
    a2a:Book "Overlijdensregister" ;
    a2a:DocumentNumber "53" ;
    a2a:RegistryNumber "4094" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 4094, Periode: 1831-1840, Overlijdensregister, 53, 4094"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/b38f799f-7017-113f-c85a-fdd5657d5fae.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/354e2f05-ecfa-1fde-04fa-418c0d87d4d7" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/b38f799f-7017-113f-c85a-fdd5657d5fae.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-09-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/354e2f05-ecfa-1fde-04fa-418c0d87d4d7" ;
  a2a:RecordGUID "{354e2f05-ecfa-1fde-04fa-418c0d87d4d7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_8161_00008161.xml van SHA" .

