@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_01cba0a0-cd45-ec83-7774-084a97d63ba2
  a a2a:Record ;
  rdfs:label "Overlijden op 31 december 1859 te Woudrichem" ;
  a2a:hasPerson oa:person_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_Person-034070e8-bcd2-4fad-0671-ad5f6c0070d3, oa:person_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_Person-bfa22271-aa8e-d0ba-985c-63fe6180cb2d, oa:person_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_Person-7e2758f6-a8a4-36a0-8f30-db93df4079a9, oa:person_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_Person-29d55bc2-0206-3f5e-3728-116b0dd08dd6 ;
  a2a:hasEvent oa:event_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_0, oa:relationep_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_1, oa:relationep_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_2, oa:relationep_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_3 ;
  a2a:hasSource oa:source_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2 .

oa:person_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_Person-034070e8-bcd2-4fad-0671-ad5f6c0070d3
  a a2a:Person ;
  rdfs:label "Guillaume Heshusius" ;
  a2a:PersonName [
    rdfs:label "Guillaume Heshusius" ;
    a2a:PersonNameFirstName "Guillaume" ;
    a2a:PersonNameLastName "Heshusius"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "46" ;
    rdfs:label "46"
  ] ;
  a2a:Profession "veldwachter" .

oa:person_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_Person-bfa22271-aa8e-d0ba-985c-63fe6180cb2d
  a a2a:Person ;
  rdfs:label "Arie Borg" ;
  a2a:PersonName [
    rdfs:label "Arie Borg" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNameLastName "Borg"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "34" ;
    rdfs:label "34"
  ] ;
  a2a:Profession "schipper" .

oa:person_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_Person-7e2758f6-a8a4-36a0-8f30-db93df4079a9
  a a2a:Person ;
  rdfs:label "Martje van Weijgerden" ;
  a2a:PersonName [
    rdfs:label "Martje van Weijgerden" ;
    a2a:PersonNameFirstName "Martje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Weijgerden"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_Person-29d55bc2-0206-3f5e-3728-116b0dd08dd6
  a a2a:Person ;
  rdfs:label "Cornelis Borg" ;
  a2a:PersonName [
    rdfs:label "Cornelis Borg" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Borg"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "5 maanden" ;
    rdfs:label "5 maanden"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1859" ;
    a2a:Month "12" ;
    a2a:Day "31" ;
    rdfs:label "1859-12-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem"
  ] .

oa:relationep_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_0
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_Person:034070e8-bcd2-4fad-0671-ad5f6c0070d3 ;
  a2a:EventKeyRef oa:event_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_Event1 .

oa:relationep_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_Person:bfa22271-aa8e-d0ba-985c-63fe6180cb2d ;
  a2a:EventKeyRef oa:event_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_Event1 .

oa:relationep_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_Person:7e2758f6-a8a4-36a0-8f30-db93df4079a9 ;
  a2a:EventKeyRef oa:event_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_Event1 .

oa:relationep_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_3
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_Person:29d55bc2-0206-3f5e-3728-116b0dd08dd6 ;
  a2a:EventKeyRef oa:event_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2_Event1 .

oa:source_sha_01cba0a0-cd45-ec83-7774-084a97d63ba2
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Woudrichem" ;
    rdfs:label "Woudrichem", "1859-12-31 - 1859-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1859-12-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1859-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1859" ;
    a2a:Month "12" ;
    a2a:Day "31" ;
    rdfs:label "1859-12-31"^^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: 6316, Periode: 1853-1862" ;
    a2a:Book "Overlijdensregister" ;
    a2a:DocumentNumber "46" ;
    a2a:RegistryNumber "6316" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 6316, Periode: 1853-1862, Overlijdensregister, 46, 6316"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/4a42784e-fc9d-8227-d4a1-1f529d842c23.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/01cba0a0-cd45-ec83-7774-084a97d63ba2" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/4a42784e-fc9d-8227-d4a1-1f529d842c23.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-07-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/01cba0a0-cd45-ec83-7774-084a97d63ba2" ;
  a2a:RecordGUID "{01cba0a0-cd45-ec83-7774-084a97d63ba2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_548_00000548.xml van SHA" .

