@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_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc
  a a2a:Record ;
  rdfs:label "Overlijden op 9 juni 1804 te Kalmthout" ;
  a2a:hasPerson oa:person_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_Person-1922d0ba-4efd-3c47-290c-7f3146d9f81a, oa:person_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_Person-1663c6eb-e610-fc27-fd2d-67631e691403, oa:person_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_Person-a8fd7311-aa6c-37f5-2775-f32b4aaa4593, oa:person_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_Person-109f6b3f-11be-456f-ea78-8be6ba0ef96b ;
  a2a:hasEvent oa:event_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_0, oa:relationep_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_1, oa:relationep_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_2 ;
  a2a:hasRelationPP oa:relationpp_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_0 ;
  a2a:hasSource oa:source_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc .

oa:person_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_Person-1922d0ba-4efd-3c47-290c-7f3146d9f81a
  a a2a:Person ;
  rdfs:label "Pierre ?" ;
  a2a:PersonName [
    rdfs:label "Pierre ?" ;
    a2a:PersonNameFirstName "Pierre" ;
    a2a:PersonNameLastName "?"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_Person-1663c6eb-e610-fc27-fd2d-67631e691403
  a a2a:Person ;
  rdfs:label "Jacques Elst" ;
  a2a:PersonName [
    rdfs:label "Jacques Elst" ;
    a2a:PersonNameFirstName "Jacques" ;
    a2a:PersonNameLastName "Elst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_Person-a8fd7311-aa6c-37f5-2775-f32b4aaa4593
  a a2a:Person ;
  rdfs:label "Marie Bolders" ;
  a2a:PersonName [
    rdfs:label "Marie Bolders" ;
    a2a:PersonNameFirstName "Marie" ;
    a2a:PersonNameLastName "Bolders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_Person-109f6b3f-11be-456f-ea78-8be6ba0ef96b
  a a2a:Person ;
  rdfs:label "Corneille Elst" ;
  a2a:PersonName [
    rdfs:label "Corneille Elst" ;
    a2a:PersonNameFirstName "Corneille" ;
    a2a:PersonNameLastName "Elst"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "63" ;
    rdfs:label "63"
  ] ;
  a2a:BirthDate [
    a2a:Year "1741" ;
    a2a:Month "3" ;
    a2a:Day "31" ;
    rdfs:label "1741-03-31"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] .

oa:event_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1804" ;
    a2a:Month "6" ;
    a2a:Day "9" ;
    rdfs:label "1804-06-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] .

oa:relationep_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_Person:1663c6eb-e610-fc27-fd2d-67631e691403 ;
  a2a:EventKeyRef oa:event_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_Event1 .

oa:relationep_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_Person:a8fd7311-aa6c-37f5-2775-f32b4aaa4593 ;
  a2a:EventKeyRef oa:event_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_Event1 .

oa:relationep_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_Person:109f6b3f-11be-456f-ea78-8be6ba0ef96b ;
  a2a:EventKeyRef oa:event_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_Event1 .

oa:relationpp_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_Person:109f6b3f-11be-456f-ea78-8be6ba0ef96b, oa:person_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc_Person:1922d0ba-4efd-3c47-290c-7f3146d9f81a .

oa:source_wba_e47b8de1-9994-4bc7-e96a-a63359efadfc
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1804-06-09 - 1804-06-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1804-06-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1804-06-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1804" ;
    a2a:Month "6" ;
    a2a:Day "9" ;
    rdfs:label "1804-06-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 72, Periode: 1803-1804" ;
    a2a:Book "Overlijdensregister Kalmthout 1803-1804" ;
    a2a:DocumentNumber "25" ;
    a2a:RegistryNumber "72" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 72, Periode: 1803-1804, Overlijdensregister Kalmthout 1803-1804, 25, 72"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/8472ee57-e10f-5ebc-5418-7a5677977912.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e47b8de1-9994-4bc7-e96a-a63359efadfc" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/8472ee57-e10f-5ebc-5418-7a5677977912.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-05-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e47b8de1-9994-4bc7-e96a-a63359efadfc" ;
  a2a:RecordGUID "{e47b8de1-9994-4bc7-e96a-a63359efadfc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_19728_00019728.xml van WBA" .

