@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_555bb5ed-e3da-c13a-04c8-e2247a53bd6f
  a a2a:Record ;
  rdfs:label "Overlijden op 30 juni 1818 te Calmpthout" ;
  a2a:hasPerson oa:person_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_Person-b9754336-02ae-e780-3edc-9b2eb218b933, oa:person_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_Person-e788d4ae-a9a1-49cc-e9ab-c6f66585fadd, oa:person_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_Person-9281b432-176b-95dd-b256-437dc1175a3a, oa:person_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_Person-7a1821cc-8b46-f677-a8e9-17bbd04ca8eb ;
  a2a:hasEvent oa:event_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_0, oa:relationep_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_1, oa:relationep_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_2 ;
  a2a:hasRelationPP oa:relationpp_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_0 ;
  a2a:hasSource oa:source_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f .

oa:person_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_Person-b9754336-02ae-e780-3edc-9b2eb218b933
  a a2a:Person ;
  rdfs:label "Anna Maria Greefs" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Greefs" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Greefs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_Person-e788d4ae-a9a1-49cc-e9ab-c6f66585fadd
  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_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_Person-9281b432-176b-95dd-b256-437dc1175a3a
  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_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_Person-7a1821cc-8b46-f677-a8e9-17bbd04ca8eb
  a a2a:Person ;
  rdfs:label "Guilielmus Jacobs" ;
  a2a:PersonName [
    rdfs:label "Guilielmus Jacobs" ;
    a2a:PersonNameFirstName "Guilielmus" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Calmpthout" ;
    rdfs:label "Calmpthout"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "67" ;
    rdfs:label "67"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Calmpthout" ;
    rdfs:label "Calmpthout"
  ] ;
  a2a:Profession "landbouwer" .

oa:event_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1818" ;
    a2a:Month "6" ;
    a2a:Day "30" ;
    rdfs:label "1818-06-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Calmpthout" ;
    rdfs:label "Calmpthout"
  ] .

oa:relationep_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_Person:e788d4ae-a9a1-49cc-e9ab-c6f66585fadd ;
  a2a:EventKeyRef oa:event_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_Event1 .

oa:relationep_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_Person:9281b432-176b-95dd-b256-437dc1175a3a ;
  a2a:EventKeyRef oa:event_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_Event1 .

oa:relationep_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_Person:7a1821cc-8b46-f677-a8e9-17bbd04ca8eb ;
  a2a:EventKeyRef oa:event_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_Event1 .

oa:relationpp_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_Person:7a1821cc-8b46-f677-a8e9-17bbd04ca8eb, oa:person_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f_Person:b9754336-02ae-e780-3edc-9b2eb218b933 .

oa:source_wba_555bb5ed-e3da-c13a-04c8-e2247a53bd6f
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1818-06-30 - 1818-06-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1818-06-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1818-06-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1818" ;
    a2a:Month "6" ;
    a2a:Day "30" ;
    rdfs:label "1818-06-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 09, Periode: 1818" ;
    a2a:Book "Overlijdensregister Kalmthout 1818" ;
    a2a:DocumentNumber "12" ;
    a2a:RegistryNumber "09" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 09, Periode: 1818, Overlijdensregister Kalmthout 1818, 12, 09"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/6538daf9-c5c1-0e8e-d643-e57a03df1970.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/555bb5ed-e3da-c13a-04c8-e2247a53bd6f" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/6538daf9-c5c1-0e8e-d643-e57a03df1970.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/555bb5ed-e3da-c13a-04c8-e2247a53bd6f" ;
  a2a:RecordGUID "{555bb5ed-e3da-c13a-04c8-e2247a53bd6f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_13390_00013390.xml van WBA" .

[] a2a:PersonRemarkdiversen "landbouwster, wonende te Calmpthout" .
[] a2a:PersonRemarkdiversen "overleden" .
[] a2a:PersonRemarkdiversen "overleden" .
[] a2a:PersonRemarkdiversen """overleden op den kijkuijt
eerste Sectie Nr: 84""" .
