@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_1f3bbd3d-40e6-cfdb-6677-518629460cfc
  a a2a:Record ;
  rdfs:label "Overlijden op 21 maart 1816 te Capelle" ;
  a2a:hasPerson oa:person_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Person-0c623de7-90b7-e853-39e5-5e3625c78f9e, oa:person_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Person-cfcec107-8d8c-e297-dc01-6882168154ae, oa:person_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Person-60226c76-94b4-0b3c-6a57-0b7d1318002e, oa:person_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Person-26eae5f4-076e-67a3-a57b-07106bff966f, oa:person_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Person-a895e6c2-ead3-07d5-a061-688b139431d0 ;
  a2a:hasEvent oa:event_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_0, oa:relationep_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_1, oa:relationep_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_2, oa:relationep_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_3, oa:relationep_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_4 ;
  a2a:hasSource oa:source_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc .

oa:person_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Person-0c623de7-90b7-e853-39e5-5e3625c78f9e
  a a2a:Person ;
  rdfs:label "Cornelia van Dam" ;
  a2a:PersonName [
    rdfs:label "Cornelia van Dam" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dam"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Person-cfcec107-8d8c-e297-dc01-6882168154ae
  a a2a:Person ;
  rdfs:label "Gerrit Janse van den Hoek" ;
  a2a:PersonName [
    rdfs:label "Gerrit Janse van den Hoek" ;
    a2a:PersonNameFirstName "Gerrit Janse" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Hoek"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Capelle" ;
    rdfs:label "Capelle"
  ] ;
  a2a:Profession "scheepstimmerman" .

oa:person_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Person-60226c76-94b4-0b3c-6a57-0b7d1318002e
  a a2a:Person ;
  rdfs:label "Leenderd Wessels" ;
  a2a:PersonName [
    rdfs:label "Leenderd Wessels" ;
    a2a:PersonNameFirstName "Leenderd" ;
    a2a:PersonNameLastName "Wessels"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Capelle" ;
    rdfs:label "Capelle"
  ] ;
  a2a:Profession "verwer" .

oa:person_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Person-26eae5f4-076e-67a3-a57b-07106bff966f
  a a2a:Person ;
  rdfs:label "Willem Paans" ;
  a2a:PersonName [
    rdfs:label "Willem Paans" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Paans"
  ] ;
  a2a:Gender "Man" .

oa:person_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Person-a895e6c2-ead3-07d5-a061-688b139431d0
  a a2a:Person ;
  rdfs:label "Johannes Paans" ;
  a2a:PersonName [
    rdfs:label "Johannes Paans" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Paans"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "57" ;
    rdfs:label "57"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Capelle" ;
    rdfs:label "Capelle"
  ] .

oa:event_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1816" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1816-03-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Capelle" ;
    rdfs:label "Capelle"
  ] .

oa:relationep_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Person:0c623de7-90b7-e853-39e5-5e3625c78f9e ;
  a2a:EventKeyRef oa:event_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Event1 .

oa:relationep_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_1
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Person:cfcec107-8d8c-e297-dc01-6882168154ae ;
  a2a:EventKeyRef oa:event_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Event1 .

oa:relationep_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_2
  a a2a:RelationEP ;
  rdfs:label "other:Aangever" ;
  a2a:RelationType "other:Aangever" ;
  a2a:PersonKeyRef oa:person_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Person:60226c76-94b4-0b3c-6a57-0b7d1318002e ;
  a2a:EventKeyRef oa:event_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Event1 .

oa:relationep_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Person:26eae5f4-076e-67a3-a57b-07106bff966f ;
  a2a:EventKeyRef oa:event_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Event1 .

oa:relationep_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_4
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Person:a895e6c2-ead3-07d5-a061-688b139431d0 ;
  a2a:EventKeyRef oa:event_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc_Event1 .

oa:source_sha_1f3bbd3d-40e6-cfdb-6677-518629460cfc
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Capelle" ;
    rdfs:label "Capelle", "1816-03-21 - 1816-03-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1816-03-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1816-03-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1816" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1816-03-21"^^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: 324, Periode: 1813-1822" ;
    a2a:Book "Overlijdensregister" ;
    a2a:RegistryNumber "324" ;
    a2a:Folio "2v" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 324, Periode: 1813-1822, Overlijdensregister, 324, 2v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/c71a0dd5-521c-aad6-8b47-67d9670e3f6f.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/1f3bbd3d-40e6-cfdb-6677-518629460cfc" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/c71a0dd5-521c-aad6-8b47-67d9670e3f6f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-03-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/1f3bbd3d-40e6-cfdb-6677-518629460cfc" ;
  a2a:RecordGUID "{1f3bbd3d-40e6-cfdb-6677-518629460cfc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1453_00001453.xml van SHA" .

