@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_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b
  a a2a:Record ;
  rdfs:label "Overlijden op 23 april 1804 te Kalmthout" ;
  a2a:hasPerson oa:person_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_Person-102232c9-e27d-507e-f501-92f771eba954, oa:person_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_Person-5745390b-629c-8e8f-3962-978e4f67fe97, oa:person_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_Person-4a6cecf7-03ae-546e-21d4-12eee6538750, oa:person_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_Person-df4a8918-ac23-db9b-fd3d-9ef50fd5a0b8 ;
  a2a:hasEvent oa:event_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_0, oa:relationep_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_1, oa:relationep_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_2 ;
  a2a:hasRelationPP oa:relationpp_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_0 ;
  a2a:hasSource oa:source_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b .

oa:person_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_Person-102232c9-e27d-507e-f501-92f771eba954
  a a2a:Person ;
  rdfs:label "Anne ?" ;
  a2a:PersonName [
    rdfs:label "Anne ?" ;
    a2a:PersonNameFirstName "Anne" ;
    a2a:PersonNameLastName "?"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_Person-5745390b-629c-8e8f-3962-978e4f67fe97
  a a2a:Person ;
  rdfs:label "Martin Somers" ;
  a2a:PersonName [
    rdfs:label "Martin Somers" ;
    a2a:PersonNameFirstName "Martin" ;
    a2a:PersonNameLastName "Somers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_Person-4a6cecf7-03ae-546e-21d4-12eee6538750
  a a2a:Person ;
  rdfs:label "Elaine Sloten" ;
  a2a:PersonName [
    rdfs:label "Elaine Sloten" ;
    a2a:PersonNameFirstName "Elaine" ;
    a2a:PersonNameLastName "Sloten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_Person-df4a8918-ac23-db9b-fd3d-9ef50fd5a0b8
  a a2a:Person ;
  rdfs:label "Jean Somers" ;
  a2a:PersonName [
    rdfs:label "Jean Somers" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNameLastName "Somers"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "74" ;
    rdfs:label "74"
  ] ;
  a2a:BirthDate [ a2a:Year "1730" ] ;
  a2a:BirthPlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] .

oa:event_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1804" ;
    a2a:Month "4" ;
    a2a:Day "23" ;
    rdfs:label "1804-04-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] .

oa:relationep_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_Person:5745390b-629c-8e8f-3962-978e4f67fe97 ;
  a2a:EventKeyRef oa:event_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_Event1 .

oa:relationep_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_Person:4a6cecf7-03ae-546e-21d4-12eee6538750 ;
  a2a:EventKeyRef oa:event_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_Event1 .

oa:relationep_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_Person:df4a8918-ac23-db9b-fd3d-9ef50fd5a0b8 ;
  a2a:EventKeyRef oa:event_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_Event1 .

oa:relationpp_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_Person:df4a8918-ac23-db9b-fd3d-9ef50fd5a0b8, oa:person_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b_Person:102232c9-e27d-507e-f501-92f771eba954 .

oa:source_wba_0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1804-04-23 - 1804-04-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1804-04-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1804-04-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1804" ;
    a2a:Month "4" ;
    a2a:Day "23" ;
    rdfs:label "1804-04-23"^^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 "21" ;
    a2a:RegistryNumber "72" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 72, Periode: 1803-1804, Overlijdensregister Kalmthout 1803-1804, 21, 72"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/aa8a97c3-14f7-2489-6945-602e6323fb3d.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/aa8a97c3-14f7-2489-6945-602e6323fb3d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-05-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b" ;
  a2a:RecordGUID "{0eec50f4-2b20-5f7a-8d64-a2d8a9f1323b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_19726_00019726.xml van WBA" .

