@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_5deb578d-ff80-396d-5c3d-5347d52ca1b2
  a a2a:Record ;
  rdfs:label "Overlijden op 6 juni 1973 te Roosendaal en Nispen" ;
  a2a:hasPerson oa:person_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_Person-8a5985bf-efb9-d18f-7cfb-82fa2a210c21, oa:person_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_Person-4b817aae-a348-490e-5247-067095e6c7fa, oa:person_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_Person-804e0587-8efe-9a0f-4f63-89b397bef131, oa:person_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_Person-4b959632-a332-266e-df8d-a02a6fffdec9 ;
  a2a:hasEvent oa:event_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_0, oa:relationep_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_1, oa:relationep_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_2 ;
  a2a:hasRelationPP oa:relationpp_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_0 ;
  a2a:hasSource oa:source_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2 .

oa:person_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_Person-8a5985bf-efb9-d18f-7cfb-82fa2a210c21
  a a2a:Person ;
  rdfs:label "Louise Petronella Maria Schepers" ;
  a2a:PersonName [
    rdfs:label "Louise Petronella Maria Schepers" ;
    a2a:PersonNameFirstName "Louise Petronella Maria" ;
    a2a:PersonNameLastName "Schepers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_Person-4b817aae-a348-490e-5247-067095e6c7fa
  a a2a:Person ;
  rdfs:label "Josephus Petrus Philippus Borghouts" ;
  a2a:PersonName [
    rdfs:label "Josephus Petrus Philippus Borghouts" ;
    a2a:PersonNameFirstName "Josephus Petrus Philippus" ;
    a2a:PersonNameLastName "Borghouts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_Person-804e0587-8efe-9a0f-4f63-89b397bef131
  a a2a:Person ;
  rdfs:label "Petronella Cornelia Slooters" ;
  a2a:PersonName [
    rdfs:label "Petronella Cornelia Slooters" ;
    a2a:PersonNameFirstName "Petronella Cornelia" ;
    a2a:PersonNameLastName "Slooters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_Person-4b959632-a332-266e-df8d-a02a6fffdec9
  a a2a:Person ;
  rdfs:label "Jacobus Petrus Leonardus Borghouts" ;
  a2a:PersonName [
    rdfs:label "Jacobus Petrus Leonardus Borghouts" ;
    a2a:PersonNameFirstName "Jacobus Petrus Leonardus" ;
    a2a:PersonNameLastName "Borghouts"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:event_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1973" ;
    a2a:Month "6" ;
    a2a:Day "6" ;
    rdfs:label "1973-06-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roosendaal en Nispen" ;
    rdfs:label "Roosendaal en Nispen"
  ] .

oa:relationep_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_Person:4b817aae-a348-490e-5247-067095e6c7fa ;
  a2a:EventKeyRef oa:event_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_Event1 .

oa:relationep_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_Person:804e0587-8efe-9a0f-4f63-89b397bef131 ;
  a2a:EventKeyRef oa:event_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_Event1 .

oa:relationep_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_Person:4b959632-a332-266e-df8d-a02a6fffdec9 ;
  a2a:EventKeyRef oa:event_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_Event1 .

oa:relationpp_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_Person:4b959632-a332-266e-df8d-a02a6fffdec9, oa:person_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2_Person:8a5985bf-efb9-d18f-7cfb-82fa2a210c21 .

oa:source_wba_5deb578d-ff80-396d-5c3d-5347d52ca1b2
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1973-06-06 - 1973-06-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1973-06-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1973-06-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1973" ;
    a2a:Month "6" ;
    a2a:Day "6" ;
    rdfs:label "1973-06-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Roosendaal en Nispen, 1936-1975, Bron: boek, Deel: 18523/32,..." ;
    a2a:Book "Overlijdensregister Roosendaal 1973" ;
    a2a:DocumentNumber "200" ;
    a2a:RegistryNumber "18523/32" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Roosendaal en Nispen, 1936-1975, Bron: boek, Deel: 18523/32,..., Overlijdensregister Roosendaal 1973, 200, 18523/32"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/iiif/4a427890-12c1-8c09-562e-f0899339c762/info.json" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/5deb578d-ff80-396d-5c3d-5347d52ca1b2" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/4a427890-12c1-8c09-562e-f0899339c762.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-11-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/5deb578d-ff80-396d-5c3d-5347d52ca1b2" ;
  a2a:RecordGUID "{5deb578d-ff80-396d-5c3d-5347d52ca1b2}" ;
  a2a:SourceRemarkarchiefnaam "Archief van de gemeente Roosendaal en Nispen, 1936-1975" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "18523/32" ;
  a2a:SourceRemarkregister_periode "1973" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_224_00000224.xml van WBA" .

[]
  a2a:PersonRemarkplaats_overlijden "Roosendaal en Nispen" ;
  a2a:PersonRemarkdatum_overlijden "1973-06-06" .

