@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_dcedca45-e325-c8a8-3026-0b982fdb9f62
  a a2a:Record ;
  rdfs:label "Overlijden op 14 augustus 1868 te Waalwijk" ;
  a2a:hasPerson oa:person_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_Person-bce40f95-f257-2d0d-4b9c-964133d54d32, oa:person_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_Person-0b2135e8-f70e-ccde-4ac4-adfe949c1dd5, oa:person_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_Person-bc53edab-530b-9ea1-6503-4c8738e7d1d6, oa:person_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_Person-9667b025-8a7e-a3e2-d8fa-bd6bb6e4c0c8 ;
  a2a:hasEvent oa:event_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_0, oa:relationep_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_1, oa:relationep_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_2, oa:relationep_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_3 ;
  a2a:hasSource oa:source_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62 .

oa:person_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_Person-bce40f95-f257-2d0d-4b9c-964133d54d32
  a a2a:Person ;
  rdfs:label "Dorothea Maria Lucia Hesselberth" ;
  a2a:PersonName [
    rdfs:label "Dorothea Maria Lucia Hesselberth" ;
    a2a:PersonNameFirstName "Dorothea Maria Lucia" ;
    a2a:PersonNameLastName "Hesselberth"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "3 maanden" ;
    rdfs:label "3 maanden"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_Person-0b2135e8-f70e-ccde-4ac4-adfe949c1dd5
  a a2a:Person ;
  rdfs:label "Petrus Cornelis Baijens" ;
  a2a:PersonName [
    rdfs:label "Petrus Cornelis Baijens" ;
    a2a:PersonNameFirstName "Petrus Cornelis" ;
    a2a:PersonNameLastName "Baijens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "23" ;
    rdfs:label "23"
  ] ;
  a2a:Profession "verwer" .

oa:person_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_Person-bc53edab-530b-9ea1-6503-4c8738e7d1d6
  a a2a:Person ;
  rdfs:label "Adrianus Hesselberth" ;
  a2a:PersonName [
    rdfs:label "Adrianus Hesselberth" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Hesselberth"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "schoenmaker" .

oa:person_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_Person-9667b025-8a7e-a3e2-d8fa-bd6bb6e4c0c8
  a a2a:Person ;
  rdfs:label "Maria Ipenbroek" ;
  a2a:PersonName [
    rdfs:label "Maria Ipenbroek" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Ipenbroek"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1868" ;
    a2a:Month "8" ;
    a2a:Day "14" ;
    rdfs:label "1868-08-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk"
  ] .

oa:relationep_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_Person:bce40f95-f257-2d0d-4b9c-964133d54d32 ;
  a2a:EventKeyRef oa:event_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_Event1 .

oa:relationep_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_1
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_Person:0b2135e8-f70e-ccde-4ac4-adfe949c1dd5 ;
  a2a:EventKeyRef oa:event_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_Event1 .

oa:relationep_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_Person:bc53edab-530b-9ea1-6503-4c8738e7d1d6 ;
  a2a:EventKeyRef oa:event_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_Event1 .

oa:relationep_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_Person:9667b025-8a7e-a3e2-d8fa-bd6bb6e4c0c8 ;
  a2a:EventKeyRef oa:event_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62_Event1 .

oa:source_sha_dcedca45-e325-c8a8-3026-0b982fdb9f62
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk", "1868-08-14 - 1868-08-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1868-08-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1868-08-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1868" ;
    a2a:Month "8" ;
    a2a:Day "14" ;
    rdfs:label "1868-08-14"^^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: 2628, Periode: 1868-1876" ;
    a2a:Book "Overlijdensregister" ;
    a2a:DocumentNumber "51" ;
    a2a:RegistryNumber "2628" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 2628, Periode: 1868-1876, Overlijdensregister, 51, 2628"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/3ee22af2-58d8-3bc4-c1c6-9088ee65d946.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/dcedca45-e325-c8a8-3026-0b982fdb9f62" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/3ee22af2-58d8-3bc4-c1c6-9088ee65d946.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-11-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/dcedca45-e325-c8a8-3026-0b982fdb9f62" ;
  a2a:RecordGUID "{dcedca45-e325-c8a8-3026-0b982fdb9f62}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_6906_00006906.xml van SHA" .

