@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_00440c36-8d20-48d8-8715-552ecf33e8b2
  a a2a:Record ;
  rdfs:label "Overlijden op 28 juli 1970 te Zevenbergen" ;
  a2a:hasPerson oa:person_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_Person-c2de1078-aa55-4e9c-b283-8cb100b0fc03, oa:person_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_Person-48af7463-99e2-4a45-8fad-7f7655e475e0, oa:person_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_Person-bd71c253-65ad-4f7b-a223-6537b860f43f, oa:person_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_Person-a0dfe509-d2d6-47a1-9c7e-82962d9b5f77 ;
  a2a:hasEvent oa:event_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_0, oa:relationep_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_1, oa:relationep_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_2 ;
  a2a:hasRelationPP oa:relationpp_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_0 ;
  a2a:hasSource oa:source_wba_00440c36-8d20-48d8-8715-552ecf33e8b2 .

oa:person_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_Person-c2de1078-aa55-4e9c-b283-8cb100b0fc03
  a a2a:Person ;
  rdfs:label "Cornelis Jacobus Marcelis" ;
  a2a:PersonName [
    rdfs:label "Cornelis Jacobus Marcelis" ;
    a2a:PersonNameFirstName "Cornelis Jacobus" ;
    a2a:PersonNameLastName "Marcelis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_Person-48af7463-99e2-4a45-8fad-7f7655e475e0
  a a2a:Person ;
  rdfs:label "Joanna Maria Bruurs" ;
  a2a:PersonName [
    rdfs:label "Joanna Maria Bruurs" ;
    a2a:PersonNameFirstName "Joanna Maria" ;
    a2a:PersonNameLastName "Bruurs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_Person-bd71c253-65ad-4f7b-a223-6537b860f43f
  a a2a:Person ;
  rdfs:label "Walterus Marcelis" ;
  a2a:PersonName [
    rdfs:label "Walterus Marcelis" ;
    a2a:PersonNameFirstName "Walterus" ;
    a2a:PersonNameLastName "Marcelis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_Person-a0dfe509-d2d6-47a1-9c7e-82962d9b5f77
  a a2a:Person ;
  rdfs:label "Theresia Melania Cools" ;
  a2a:PersonName [
    rdfs:label "Theresia Melania Cools" ;
    a2a:PersonNameFirstName "Theresia Melania" ;
    a2a:PersonNameLastName "Cools"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1970" ;
    a2a:Month "7" ;
    a2a:Day "28" ;
    rdfs:label "1970-07-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zevenbergen" ;
    rdfs:label "Zevenbergen"
  ] .

oa:relationep_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_Person:c2de1078-aa55-4e9c-b283-8cb100b0fc03 ;
  a2a:EventKeyRef oa:event_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_Event1 .

oa:relationep_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_Person:48af7463-99e2-4a45-8fad-7f7655e475e0 ;
  a2a:EventKeyRef oa:event_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_Event1 .

oa:relationep_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_Person:bd71c253-65ad-4f7b-a223-6537b860f43f ;
  a2a:EventKeyRef oa:event_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_Event1 .

oa:relationpp_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_Person:c2de1078-aa55-4e9c-b283-8cb100b0fc03, oa:person_wba_00440c36-8d20-48d8-8715-552ecf33e8b2_Person:a0dfe509-d2d6-47a1-9c7e-82962d9b5f77 .

oa:source_wba_00440c36-8d20-48d8-8715-552ecf33e8b2
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Zevenbergen" ;
    rdfs:label "Zevenbergen", "1970-07-28 - 1970-07-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1970-07-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1970-07-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1970" ;
    a2a:Month "7" ;
    a2a:Day "28" ;
    rdfs:label "1970-07-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Zevenbergen, 1930-1996, Bron: boek, Deel: 6273, Periode: 1970" ;
    a2a:Book "Overlijdensregister 1970" ;
    a2a:DocumentNumber "048" ;
    a2a:RegistryNumber "6273" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Zevenbergen, 1930-1996, Bron: boek, Deel: 6273, Periode: 1970, Overlijdensregister 1970, 048, 6273"
  ] ;
  a2a:SourceLastChangeDate "2016-04-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/00440c36-8d20-48d8-8715-552ecf33e8b2" ;
  a2a:RecordGUID "{00440c36-8d20-48d8-8715-552ecf33e8b2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240223_284_00000284.xml van WBA" .

