@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_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9
  a a2a:Record ;
  rdfs:label "Overlijden op 14 april 1838 te Kalmthout" ;
  a2a:hasPerson oa:person_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_Person-bbbf974b-5399-b17e-f9fb-235594d91d5a, oa:person_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_Person-3dc0f466-0cb7-fcbb-e5d1-c0240bd03439, oa:person_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_Person-c62d0658-c00e-2376-a3fa-0dfefdd48bb1, oa:person_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_Person-6a9ace97-08f0-6afc-db59-01102ea300be ;
  a2a:hasEvent oa:event_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_0, oa:relationep_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_1, oa:relationep_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_2 ;
  a2a:hasRelationPP oa:relationpp_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_0 ;
  a2a:hasSource oa:source_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9 .

oa:person_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_Person-bbbf974b-5399-b17e-f9fb-235594d91d5a
  a a2a:Person ;
  rdfs:label "Waltherus Nys" ;
  a2a:PersonName [
    rdfs:label "Waltherus Nys" ;
    a2a:PersonNameFirstName "Waltherus" ;
    a2a:PersonNameLastName "Nys"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_Person-3dc0f466-0cb7-fcbb-e5d1-c0240bd03439
  a a2a:Person ;
  rdfs:label "Joannes Jacobs" ;
  a2a:PersonName [
    rdfs:label "Joannes Jacobs" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_Person-c62d0658-c00e-2376-a3fa-0dfefdd48bb1
  a a2a:Person ;
  rdfs:label "Wilhelmina Guns" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina Guns" ;
    a2a:PersonNameFirstName "Wilhelmina" ;
    a2a:PersonNameLastName "Guns"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_Person-6a9ace97-08f0-6afc-db59-01102ea300be
  a a2a:Person ;
  rdfs:label "Joanna Cornelia Jacobs" ;
  a2a:PersonName [
    rdfs:label "Joanna Cornelia Jacobs" ;
    a2a:PersonNameFirstName "Joanna Cornelia" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "73" ;
    rdfs:label "73"
  ] ;
  a2a:BirthDate [
    a2a:Year "1764" ;
    a2a:Month "9" ;
    a2a:Day "14" ;
    rdfs:label "1764-09-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] ;
  a2a:Profession "zonder" .

oa:event_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1838" ;
    a2a:Month "4" ;
    a2a:Day "14" ;
    rdfs:label "1838-04-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] .

oa:relationep_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_Person:3dc0f466-0cb7-fcbb-e5d1-c0240bd03439 ;
  a2a:EventKeyRef oa:event_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_Event1 .

oa:relationep_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_Person:c62d0658-c00e-2376-a3fa-0dfefdd48bb1 ;
  a2a:EventKeyRef oa:event_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_Event1 .

oa:relationep_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_Person:6a9ace97-08f0-6afc-db59-01102ea300be ;
  a2a:EventKeyRef oa:event_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_Event1 .

oa:relationpp_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_Person:6a9ace97-08f0-6afc-db59-01102ea300be, oa:person_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9_Person:bbbf974b-5399-b17e-f9fb-235594d91d5a .

oa:source_wba_1ef60ee0-075b-e4fe-67c9-c839cf9aeac9
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1838-04-14 - 1838-04-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1838-04-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1838-04-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1838" ;
    a2a:Month "4" ;
    a2a:Day "14" ;
    rdfs:label "1838-04-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 23, Periode: 1838" ;
    a2a:Book "Overlijdensregister Kalmthout 1838" ;
    a2a:DocumentNumber "19" ;
    a2a:RegistryNumber "23" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 23, Periode: 1838, Overlijdensregister Kalmthout 1838, 19, 23"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/f4eeb206-cd96-f656-abc4-89a20ccfc7dc.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/1ef60ee0-075b-e4fe-67c9-c839cf9aeac9" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/f4eeb206-cd96-f656-abc4-89a20ccfc7dc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-07-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/1ef60ee0-075b-e4fe-67c9-c839cf9aeac9" ;
  a2a:RecordGUID "{1ef60ee0-075b-e4fe-67c9-c839cf9aeac9}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_12918_00012918.xml van WBA" .

