@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_4ee2cfcf-82b5-0dc7-e370-9088300bbdff
  a a2a:Record ;
  rdfs:label "Overlijden op 17 januari 1831 te Kalmthout" ;
  a2a:hasPerson oa:person_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_Person-e169e8b2-b028-1bfa-7164-207c9cf5450a, oa:person_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_Person-3c504f15-5275-e570-4e5c-a20102458c22, oa:person_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_Person-9270dbdb-44ef-166a-e41d-06967b2a427e ;
  a2a:hasEvent oa:event_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_0, oa:relationep_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_1, oa:relationep_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_2 ;
  a2a:hasSource oa:source_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff .

oa:person_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_Person-e169e8b2-b028-1bfa-7164-207c9cf5450a
  a a2a:Person ;
  rdfs:label "Joannes van Dorst" ;
  a2a:PersonName [
    rdfs:label "Joannes van Dorst" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dorst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_Person-3c504f15-5275-e570-4e5c-a20102458c22
  a a2a:Person ;
  rdfs:label "Anna Maria Wesenbeeck" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Wesenbeeck" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Wesenbeeck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_Person-9270dbdb-44ef-166a-e41d-06967b2a427e
  a a2a:Person ;
  rdfs:label "Antonius van Dorst" ;
  a2a:PersonName [
    rdfs:label "Antonius van Dorst" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dorst"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthDate [
    a2a:Year "1804" ;
    a2a:Month "10" ;
    a2a:Day "22" ;
    rdfs:label "1804-10-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] ;
  a2a:Profession "handwerker" .

oa:event_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1831" ;
    a2a:Month "1" ;
    a2a:Day "17" ;
    rdfs:label "1831-01-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] .

oa:relationep_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_Person:e169e8b2-b028-1bfa-7164-207c9cf5450a ;
  a2a:EventKeyRef oa:event_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_Event1 .

oa:relationep_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_Person:3c504f15-5275-e570-4e5c-a20102458c22 ;
  a2a:EventKeyRef oa:event_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_Event1 .

oa:relationep_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_Person:9270dbdb-44ef-166a-e41d-06967b2a427e ;
  a2a:EventKeyRef oa:event_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff_Event1 .

oa:source_wba_4ee2cfcf-82b5-0dc7-e370-9088300bbdff
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1831-01-17 - 1831-01-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1831-01-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1831-01-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1831" ;
    a2a:Month "1" ;
    a2a:Day "17" ;
    rdfs:label "1831-01-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 18, Periode: 1831" ;
    a2a:Book "Overlijdensregister Kalmthout 1831" ;
    a2a:DocumentNumber "7" ;
    a2a:RegistryNumber "18" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 18, Periode: 1831, Overlijdensregister Kalmthout 1831, 7, 18"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/e50d3521-008a-c149-74fb-1dc4b4c8f573.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/4ee2cfcf-82b5-0dc7-e370-9088300bbdff" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/e50d3521-008a-c149-74fb-1dc4b4c8f573.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-08-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/4ee2cfcf-82b5-0dc7-e370-9088300bbdff" ;
  a2a:RecordGUID "{4ee2cfcf-82b5-0dc7-e370-9088300bbdff}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_13337_00013337.xml van WBA" .

