@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_23db71dd-0ea4-b2c1-c2c2-129bb059aaec
  a a2a:Record ;
  rdfs:label "Overlijden op 5 maart 1814 te Waspik" ;
  a2a:hasPerson oa:person_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Person-809f0b9c-856d-58e6-6391-7c818c2b5ab9, oa:person_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Person-1d47b7b7-37f2-dfbc-43de-8c248bd20a6d, oa:person_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Person-b283738b-9895-9025-05f4-b0d0f997001b, oa:person_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Person-94b134f8-e25f-21a6-b5c8-74957f28e601, oa:person_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Person-3dd36811-1335-8c49-c17a-71d29f709703 ;
  a2a:hasEvent oa:event_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_0, oa:relationep_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_1, oa:relationep_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_2, oa:relationep_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_3, oa:relationep_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_4 ;
  a2a:hasSource oa:source_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec .

oa:person_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Person-809f0b9c-856d-58e6-6391-7c818c2b5ab9
  a a2a:Person ;
  rdfs:label "Jenneke Hagoort" ;
  a2a:PersonName [
    rdfs:label "Jenneke Hagoort" ;
    a2a:PersonNameFirstName "Jenneke" ;
    a2a:PersonNameLastName "Hagoort"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Person-1d47b7b7-37f2-dfbc-43de-8c248bd20a6d
  a a2a:Person ;
  rdfs:label "Adriaan van Daal" ;
  a2a:PersonName [
    rdfs:label "Adriaan van Daal" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Daal"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "58" ;
    rdfs:label "58"
  ] ;
  a2a:Profession "metselaar" .

oa:person_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Person-b283738b-9895-9025-05f4-b0d0f997001b
  a a2a:Person ;
  rdfs:label "Mels van Gijzel" ;
  a2a:PersonName [
    rdfs:label "Mels van Gijzel" ;
    a2a:PersonNameFirstName "Mels" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gijzel"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "61" ;
    rdfs:label "61"
  ] ;
  a2a:Profession "kleermaker" .

oa:person_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Person-94b134f8-e25f-21a6-b5c8-74957f28e601
  a a2a:Person ;
  rdfs:label "Cornelis van der Schans" ;
  a2a:PersonName [
    rdfs:label "Cornelis van der Schans" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Schans"
  ] ;
  a2a:Gender "Man" .

oa:person_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Person-3dd36811-1335-8c49-c17a-71d29f709703
  a a2a:Person ;
  rdfs:label "Willem van der Schans" ;
  a2a:PersonName [
    rdfs:label "Willem van der Schans" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Schans"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "59" ;
    rdfs:label "59"
  ] .

oa:event_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1814" ;
    a2a:Month "3" ;
    a2a:Day "5" ;
    rdfs:label "1814-03-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik"
  ] .

oa:relationep_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Person:809f0b9c-856d-58e6-6391-7c818c2b5ab9 ;
  a2a:EventKeyRef oa:event_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Event1 .

oa:relationep_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_1
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Person:1d47b7b7-37f2-dfbc-43de-8c248bd20a6d ;
  a2a:EventKeyRef oa:event_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Event1 .

oa:relationep_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_2
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Person:b283738b-9895-9025-05f4-b0d0f997001b ;
  a2a:EventKeyRef oa:event_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Event1 .

oa:relationep_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Person:94b134f8-e25f-21a6-b5c8-74957f28e601 ;
  a2a:EventKeyRef oa:event_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Event1 .

oa:relationep_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_4
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Person:3dd36811-1335-8c49-c17a-71d29f709703 ;
  a2a:EventKeyRef oa:event_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec_Event1 .

oa:source_sha_23db71dd-0ea4-b2c1-c2c2-129bb059aaec
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik", "1814-03-05 - 1814-03-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1814-03-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1814-03-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1814" ;
    a2a:Month "3" ;
    a2a:Day "5" ;
    rdfs:label "1814-03-05"^^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: 174, Periode: 1813-1819" ;
    a2a:Book "Overlijdensregister" ;
    a2a:RegistryNumber "174" ;
    a2a:Folio "7v" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 174, Periode: 1813-1819, Overlijdensregister, 174, 7v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/d5c46d6b-31b6-735c-ba11-4cbcfdbe1dde.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/23db71dd-0ea4-b2c1-c2c2-129bb059aaec" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/d5c46d6b-31b6-735c-ba11-4cbcfdbe1dde.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-12-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/23db71dd-0ea4-b2c1-c2c2-129bb059aaec" ;
  a2a:RecordGUID "{23db71dd-0ea4-b2c1-c2c2-129bb059aaec}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_133_00000133.xml van SHA" .

