@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_9b5c91ce-e55a-22d3-064c-71e3c4b646f4
  a a2a:Record ;
  rdfs:label "Overlijden op 25 juli 1969 te Breda" ;
  a2a:hasPerson oa:person_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_Person-e8d522c8-c1d0-5ea1-f4ed-b9f19535112f, oa:person_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_Person-7a726128-4db8-b94d-6d21-cc599813f9b5, oa:person_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_Person-7ad82fec-5d59-3e7b-7949-043262e47ff2, oa:person_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_Person-c6afc2dc-8836-20be-b3b1-be60f8816bfc ;
  a2a:hasEvent oa:event_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_0, oa:relationep_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_1, oa:relationep_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_2 ;
  a2a:hasRelationPP oa:relationpp_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_0 ;
  a2a:hasSource oa:source_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4 .

oa:person_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_Person-e8d522c8-c1d0-5ea1-f4ed-b9f19535112f
  a a2a:Person ;
  rdfs:label "Petronella Johanna Mechelina van Kuijk" ;
  a2a:PersonName [
    rdfs:label "Petronella Johanna Mechelina van Kuijk" ;
    a2a:PersonNameFirstName "Petronella Johanna Mechelina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Kuijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_Person-7a726128-4db8-b94d-6d21-cc599813f9b5
  a a2a:Person ;
  rdfs:label "Antonie van Mil" ;
  a2a:PersonName [
    rdfs:label "Antonie van Mil" ;
    a2a:PersonNameFirstName "Antonie" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Mil"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_Person-7ad82fec-5d59-3e7b-7949-043262e47ff2
  a a2a:Person ;
  rdfs:label "Josephus Petrus van Ree" ;
  a2a:PersonName [
    rdfs:label "Josephus Petrus van Ree" ;
    a2a:PersonNameFirstName "Josephus Petrus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Ree"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_Person-c6afc2dc-8836-20be-b3b1-be60f8816bfc
  a a2a:Person ;
  rdfs:label "Elizabeth Maria Josepha van Mil" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Maria Josepha van Mil" ;
    a2a:PersonNameFirstName "Elizabeth Maria Josepha" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Mil"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1969" ;
    a2a:Month "7" ;
    a2a:Day "25" ;
    rdfs:label "1969-07-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_Person:e8d522c8-c1d0-5ea1-f4ed-b9f19535112f ;
  a2a:EventKeyRef oa:event_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_Event1 .

oa:relationep_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_Person:7a726128-4db8-b94d-6d21-cc599813f9b5 ;
  a2a:EventKeyRef oa:event_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_Event1 .

oa:relationep_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_Person:c6afc2dc-8836-20be-b3b1-be60f8816bfc ;
  a2a:EventKeyRef oa:event_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_Event1 .

oa:relationpp_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_Person:c6afc2dc-8836-20be-b3b1-be60f8816bfc, oa:person_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4_Person:7ad82fec-5d59-3e7b-7949-043262e47ff2 .

oa:source_brd_9b5c91ce-e55a-22d3-064c-71e3c4b646f4
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1969-07-25 - 1969-07-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1969-07-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1969-07-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1969" ;
    a2a:Month "7" ;
    a2a:Day "25" ;
    rdfs:label "1969-07-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Periode: 1969" ;
    a2a:Book "Overlijdensregister 1969" ;
    a2a:DocumentNumber "818" ;
    rdfs:label "Stadsarchief Breda, Breda, Periode: 1969, Overlijdensregister 1969, 818"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/a5ea0d65-f609-3082-af89-5cfb89e467da.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/9b5c91ce-e55a-22d3-064c-71e3c4b646f4" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/a5ea0d65-f609-3082-af89-5cfb89e467da.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-08-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/9b5c91ce-e55a-22d3-064c-71e3c4b646f4" ;
  a2a:RecordGUID "{9b5c91ce-e55a-22d3-064c-71e3c4b646f4}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Overlijdensregister+1969\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_20128_00020128.xml van BRD" .

