@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_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436
  a a2a:Record ;
  rdfs:label "Overlijden op 10 november 1973 te Breda" ;
  a2a:hasPerson oa:person_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_Person-b6e4b5ae-8936-f7f5-a417-159adb0eb698, oa:person_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_Person-bd97e60d-b446-b4e6-666e-dcda770e1edb, oa:person_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_Person-ec24f22c-1b24-e72b-c907-1b20be8a7342, oa:person_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_Person-8c302d82-0f5f-c355-5837-14f308837fc8 ;
  a2a:hasEvent oa:event_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_0, oa:relationep_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_1, oa:relationep_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_2 ;
  a2a:hasRelationPP oa:relationpp_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_0 ;
  a2a:hasSource oa:source_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436 .

oa:person_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_Person-b6e4b5ae-8936-f7f5-a417-159adb0eb698
  a a2a:Person ;
  rdfs:label "Gerardus Arnoldus van Riel" ;
  a2a:PersonName [
    rdfs:label "Gerardus Arnoldus van Riel" ;
    a2a:PersonNameFirstName "Gerardus Arnoldus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Riel"
  ] ;
  a2a:Gender "Man" .

oa:person_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_Person-bd97e60d-b446-b4e6-666e-dcda770e1edb
  a a2a:Person ;
  rdfs:label "Ludovica Maria Francisca Marien" ;
  a2a:PersonName [
    rdfs:label "Ludovica Maria Francisca Marien" ;
    a2a:PersonNameFirstName "Ludovica Maria Francisca" ;
    a2a:PersonNameLastName "Marien"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_Person-ec24f22c-1b24-e72b-c907-1b20be8a7342
  a a2a:Person ;
  rdfs:label "Johanna Martens" ;
  a2a:PersonName [
    rdfs:label "Johanna Martens" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Martens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_Person-8c302d82-0f5f-c355-5837-14f308837fc8
  a a2a:Person ;
  rdfs:label "Johannes van Riel" ;
  a2a:PersonName [
    rdfs:label "Johannes van Riel" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Riel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1973" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "1973-11-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_Person:b6e4b5ae-8936-f7f5-a417-159adb0eb698 ;
  a2a:EventKeyRef oa:event_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_Event1 .

oa:relationep_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_Person:ec24f22c-1b24-e72b-c907-1b20be8a7342 ;
  a2a:EventKeyRef oa:event_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_Event1 .

oa:relationep_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_Person:8c302d82-0f5f-c355-5837-14f308837fc8 ;
  a2a:EventKeyRef oa:event_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_Event1 .

oa:relationpp_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_Person:b6e4b5ae-8936-f7f5-a417-159adb0eb698, oa:person_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436_Person:bd97e60d-b446-b4e6-666e-dcda770e1edb .

oa:source_brd_f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1973-11-14 - 1973-11-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1973-11-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1973-11-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1973" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1973-11-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Book "Overlijdensregister 1973" ;
    a2a:DocumentNumber "1231" ;
    rdfs:label "Stadsarchief Breda, Breda, Overlijdensregister 1973, 1231"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/c709acaa-579c-757a-765c-5126778433b3.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/c709acaa-579c-757a-765c-5126778433b3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-04-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436" ;
  a2a:RecordGUID "{f70e5e2d-eb76-80b4-4d3a-d1e67b6ec436}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Overlijdensregister+1973\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240611_502_00000502.xml van BRD" .

