@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_f85aa514-eae6-024f-66cb-7d1f405ca414
  a a2a:Record ;
  rdfs:label "Overlijden op 25 oktober 1891 te Essen" ;
  a2a:hasPerson oa:person_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_Person-5d8812b7-2393-b5fa-cf0b-8a39266d5cdc, oa:person_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_Person-abae885e-09c5-b20a-8858-7361527f1bf9, oa:person_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_Person-be5984df-180e-f4e2-e5ad-0851c5062cd1 ;
  a2a:hasEvent oa:event_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_0, oa:relationep_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_1, oa:relationep_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_2 ;
  a2a:hasSource oa:source_wba_f85aa514-eae6-024f-66cb-7d1f405ca414 .

oa:person_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_Person-5d8812b7-2393-b5fa-cf0b-8a39266d5cdc
  a a2a:Person ;
  rdfs:label "Joannes Franciscus Kerstens" ;
  a2a:PersonName [
    rdfs:label "Joannes Franciscus Kerstens" ;
    a2a:PersonNameFirstName "Joannes Franciscus" ;
    a2a:PersonNameLastName "Kerstens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_Person-abae885e-09c5-b20a-8858-7361527f1bf9
  a a2a:Person ;
  rdfs:label "Maria Josephina Elisabeth Verbist" ;
  a2a:PersonName [
    rdfs:label "Maria Josephina Elisabeth Verbist" ;
    a2a:PersonNameFirstName "Maria Josephina Elisabeth" ;
    a2a:PersonNameLastName "Verbist"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_Person-be5984df-180e-f4e2-e5ad-0851c5062cd1
  a a2a:Person ;
  rdfs:label "Maria Antonia Kerstens" ;
  a2a:PersonName [
    rdfs:label "Maria Antonia Kerstens" ;
    a2a:PersonNameFirstName "Maria Antonia" ;
    a2a:PersonNameLastName "Kerstens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Essen" ;
    rdfs:label "Essen"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen"
  ] .

oa:event_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1891" ;
    a2a:Month "10" ;
    a2a:Day "25" ;
    rdfs:label "1891-10-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen"
  ] .

oa:relationep_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_Person:5d8812b7-2393-b5fa-cf0b-8a39266d5cdc ;
  a2a:EventKeyRef oa:event_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_Event1 .

oa:relationep_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_Person:abae885e-09c5-b20a-8858-7361527f1bf9 ;
  a2a:EventKeyRef oa:event_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_Event1 .

oa:relationep_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_Person:be5984df-180e-f4e2-e5ad-0851c5062cd1 ;
  a2a:EventKeyRef oa:event_wba_f85aa514-eae6-024f-66cb-7d1f405ca414_Event1 .

oa:source_wba_f85aa514-eae6-024f-66cb-7d1f405ca414
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen", "1891-10-25 - 1891-10-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1891-10-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1891-10-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1891" ;
    a2a:Month "10" ;
    a2a:Day "25" ;
    rdfs:label "1891-10-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 32, Periode: 1891" ;
    a2a:Book "Overlijdensregister Essen 1891" ;
    a2a:DocumentNumber "60" ;
    a2a:RegistryNumber "32" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 32, Periode: 1891, Overlijdensregister Essen 1891, 60, 32"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/5b4a9017-1a7e-8d1c-31a6-6a57b3ba6e83.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/f85aa514-eae6-024f-66cb-7d1f405ca414" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/5b4a9017-1a7e-8d1c-31a6-6a57b3ba6e83.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/f85aa514-eae6-024f-66cb-7d1f405ca414" ;
  a2a:RecordGUID "{f85aa514-eae6-024f-66cb-7d1f405ca414}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_123_00000123.xml van WBA" .

