@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_bc6fcf67-38fc-e209-9a96-b7c243e0f274
  a a2a:Record ;
  rdfs:label "Overlijden op 22 april 1971 te Bergen op Zoom" ;
  a2a:hasPerson oa:person_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_Person-9f60f988-4b42-577c-ccf1-54e0946fdba1, oa:person_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_Person-a834143d-7a7e-99e2-eba1-1b63b6c29a25, oa:person_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_Person-49fb1a8c-7cdf-eaa6-be74-706d32fd8f73, oa:person_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_Person-7eb0ef1c-fb80-78cc-f24a-c088c86b848f ;
  a2a:hasEvent oa:event_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_0, oa:relationep_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_1, oa:relationep_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_2 ;
  a2a:hasRelationPP oa:relationpp_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_0 ;
  a2a:hasSource oa:source_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274 .

oa:person_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_Person-9f60f988-4b42-577c-ccf1-54e0946fdba1
  a a2a:Person ;
  rdfs:label "Anna Maria Catharina Eysermans" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Catharina Eysermans" ;
    a2a:PersonNameFirstName "Anna Maria Catharina" ;
    a2a:PersonNameLastName "Eysermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_Person-a834143d-7a7e-99e2-eba1-1b63b6c29a25
  a a2a:Person ;
  rdfs:label "Johannes Baptist Oerlemans" ;
  a2a:PersonName [
    rdfs:label "Johannes Baptist Oerlemans" ;
    a2a:PersonNameFirstName "Johannes Baptist" ;
    a2a:PersonNameLastName "Oerlemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_Person-49fb1a8c-7cdf-eaa6-be74-706d32fd8f73
  a a2a:Person ;
  rdfs:label "Apolonia Tieleman" ;
  a2a:PersonName [
    rdfs:label "Apolonia Tieleman" ;
    a2a:PersonNameFirstName "Apolonia" ;
    a2a:PersonNameLastName "Tieleman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_Person-7eb0ef1c-fb80-78cc-f24a-c088c86b848f
  a a2a:Person ;
  rdfs:label "Petrus Franciscus Oerlemans" ;
  a2a:PersonName [
    rdfs:label "Petrus Franciscus Oerlemans" ;
    a2a:PersonNameFirstName "Petrus Franciscus" ;
    a2a:PersonNameLastName "Oerlemans"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht"
  ] .

oa:event_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1971" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1971-04-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:relationep_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_Person:a834143d-7a7e-99e2-eba1-1b63b6c29a25 ;
  a2a:EventKeyRef oa:event_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_Event1 .

oa:relationep_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_Person:49fb1a8c-7cdf-eaa6-be74-706d32fd8f73 ;
  a2a:EventKeyRef oa:event_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_Event1 .

oa:relationep_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_Person:7eb0ef1c-fb80-78cc-f24a-c088c86b848f ;
  a2a:EventKeyRef oa:event_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_Event1 .

oa:relationpp_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_Person:7eb0ef1c-fb80-78cc-f24a-c088c86b848f, oa:person_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274_Person:9f60f988-4b42-577c-ccf1-54e0946fdba1 .

oa:source_wba_bc6fcf67-38fc-e209-9a96-b7c243e0f274
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom", "1971-04-22 - 1971-04-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1971-04-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1971-04-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1971" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1971-04-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Bergen op Zoom - burgerlijke stand, Bron: boek, Deel: 602, P..." ;
    a2a:Book "Overlijdensregister 1971" ;
    a2a:DocumentNumber "162" ;
    a2a:RegistryNumber "602" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Bergen op Zoom - burgerlijke stand, Bron: boek, Deel: 602, P..., Overlijdensregister 1971, 162, 602"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/iiif/0c6111e9-84c3-5020-9f2b-276d83b11ff6/info.json" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/bc6fcf67-38fc-e209-9a96-b7c243e0f274" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/0c6111e9-84c3-5020-9f2b-276d83b11ff6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-04-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/bc6fcf67-38fc-e209-9a96-b7c243e0f274" ;
  a2a:RecordGUID "{bc6fcf67-38fc-e209-9a96-b7c243e0f274}" ;
  a2a:SourceRemarkarchiefnaam "Archief van de gemeente Bergen op Zoom - burgerlijke stand" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "602" ;
  a2a:SourceRemarkregister_periode "1971" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_25_00000025.xml van WBA" .

[]
  a2a:PersonRemarkplaats_overlijden "Bergen op Zoom" ;
  a2a:PersonRemarkdatum_overlijden "1971-04-22" .

