@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_849b488f-1eac-2bb2-32ba-3ac4ae090ea1
  a a2a:Record ;
  rdfs:label "Overlijden op 4 maart 1837 te Kalmthout" ;
  a2a:hasPerson oa:person_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_Person-d199619c-bf27-c254-119c-87aa2b698611, oa:person_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_Person-c191a554-94ce-1716-6d6d-2a82766f4049, oa:person_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_Person-e85610a4-efab-90ae-8e1e-a8f2f4b4d6f4, oa:person_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_Person-bb22d066-fa64-0e7f-8483-dd8b5b31bbc3 ;
  a2a:hasEvent oa:event_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_0, oa:relationep_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_1, oa:relationep_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_2 ;
  a2a:hasRelationPP oa:relationpp_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_0 ;
  a2a:hasSource oa:source_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1 .

oa:person_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_Person-d199619c-bf27-c254-119c-87aa2b698611
  a a2a:Person ;
  rdfs:label "Maria Catharina Goetschalk" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Goetschalk" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Goetschalk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_Person-c191a554-94ce-1716-6d6d-2a82766f4049
  a a2a:Person ;
  rdfs:label "Cornelius Laureys Jacobs" ;
  a2a:PersonName [
    rdfs:label "Cornelius Laureys Jacobs" ;
    a2a:PersonNameFirstName "Cornelius Laureys" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_Person-e85610a4-efab-90ae-8e1e-a8f2f4b4d6f4
  a a2a:Person ;
  rdfs:label "Maria van Thillo" ;
  a2a:PersonName [
    rdfs:label "Maria van Thillo" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Thillo"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_Person-bb22d066-fa64-0e7f-8483-dd8b5b31bbc3
  a a2a:Person ;
  rdfs:label "Petrus Jacobs" ;
  a2a:PersonName [
    rdfs:label "Petrus Jacobs" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "75" ;
    rdfs:label "75"
  ] ;
  a2a:BirthDate [
    a2a:Year "1761" ;
    a2a:Month "9" ;
    a2a:Day "3" ;
    rdfs:label "1761-09-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] ;
  a2a:Profession "landbouwer" .

oa:event_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1837" ;
    a2a:Month "3" ;
    a2a:Day "4" ;
    rdfs:label "1837-03-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] .

oa:relationep_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_Person:c191a554-94ce-1716-6d6d-2a82766f4049 ;
  a2a:EventKeyRef oa:event_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_Event1 .

oa:relationep_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_Person:e85610a4-efab-90ae-8e1e-a8f2f4b4d6f4 ;
  a2a:EventKeyRef oa:event_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_Event1 .

oa:relationep_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_Person:bb22d066-fa64-0e7f-8483-dd8b5b31bbc3 ;
  a2a:EventKeyRef oa:event_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_Event1 .

oa:relationpp_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_Person:bb22d066-fa64-0e7f-8483-dd8b5b31bbc3, oa:person_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1_Person:d199619c-bf27-c254-119c-87aa2b698611 .

oa:source_wba_849b488f-1eac-2bb2-32ba-3ac4ae090ea1
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1837-03-04 - 1837-03-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1837-03-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1837-03-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1837" ;
    a2a:Month "3" ;
    a2a:Day "4" ;
    rdfs:label "1837-03-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 22, Periode: 1837" ;
    a2a:Book "Overlijdensregister Kalmthout 1837" ;
    a2a:DocumentNumber "15" ;
    a2a:RegistryNumber "22" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 22, Periode: 1837, Overlijdensregister Kalmthout 1837, 15, 22"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/59aabdbc-2822-c7d6-9287-4e3a56999b45.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/849b488f-1eac-2bb2-32ba-3ac4ae090ea1" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/59aabdbc-2822-c7d6-9287-4e3a56999b45.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-07-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/849b488f-1eac-2bb2-32ba-3ac4ae090ea1" ;
  a2a:RecordGUID "{849b488f-1eac-2bb2-32ba-3ac4ae090ea1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_12644_00012644.xml van WBA" .

