@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_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce
  a a2a:Record ;
  rdfs:label "Overlijden op 1 april 1969 te Breda" ;
  a2a:hasPerson oa:person_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_Person-7c64988f-fe74-3f82-8f33-2ccd692bdb32, oa:person_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_Person-5d8aab9c-d029-5b7b-7473-aaa9f930e9cc, oa:person_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_Person-7245c50f-cd91-86b8-8c16-9cf1ebd77165, oa:person_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_Person-f8ca41bd-6607-b50d-5bb0-a3f89ce783c3 ;
  a2a:hasEvent oa:event_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_0, oa:relationep_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_1, oa:relationep_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_2 ;
  a2a:hasRelationPP oa:relationpp_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_0 ;
  a2a:hasSource oa:source_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce .

oa:person_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_Person-7c64988f-fe74-3f82-8f33-2ccd692bdb32
  a a2a:Person ;
  rdfs:label "Tonia Westervoorde" ;
  a2a:PersonName [
    rdfs:label "Tonia Westervoorde" ;
    a2a:PersonNameFirstName "Tonia" ;
    a2a:PersonNameLastName "Westervoorde"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_Person-5d8aab9c-d029-5b7b-7473-aaa9f930e9cc
  a a2a:Person ;
  rdfs:label "Peter Johannes de Groot" ;
  a2a:PersonName [
    rdfs:label "Peter Johannes de Groot" ;
    a2a:PersonNameFirstName "Peter Johannes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Groot"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_Person-7245c50f-cd91-86b8-8c16-9cf1ebd77165
  a a2a:Person ;
  rdfs:label "Gerardina Nolten" ;
  a2a:PersonName [
    rdfs:label "Gerardina Nolten" ;
    a2a:PersonNameFirstName "Gerardina" ;
    a2a:PersonNameLastName "Nolten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_Person-f8ca41bd-6607-b50d-5bb0-a3f89ce783c3
  a a2a:Person ;
  rdfs:label "Harm Jan de Groot" ;
  a2a:PersonName [
    rdfs:label "Harm Jan de Groot" ;
    a2a:PersonNameFirstName "Harm Jan" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Groot"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1969" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1969-04-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_Person:7c64988f-fe74-3f82-8f33-2ccd692bdb32 ;
  a2a:EventKeyRef oa:event_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_Event1 .

oa:relationep_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_Person:5d8aab9c-d029-5b7b-7473-aaa9f930e9cc ;
  a2a:EventKeyRef oa:event_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_Event1 .

oa:relationep_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_Person:f8ca41bd-6607-b50d-5bb0-a3f89ce783c3 ;
  a2a:EventKeyRef oa:event_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_Event1 .

oa:relationpp_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_Person:f8ca41bd-6607-b50d-5bb0-a3f89ce783c3, oa:person_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce_Person:7245c50f-cd91-86b8-8c16-9cf1ebd77165 .

oa:source_brd_50e9c415-2f7f-d7b4-08c8-c228cd9e9fce
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1969-04-01 - 1969-04-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1969-04-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1969-04-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1969" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1969-04-01"^^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 "411" ;
    rdfs:label "Stadsarchief Breda, Breda, Periode: 1969, Overlijdensregister 1969, 411"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/dad1ea7c-c463-b094-ab02-71fa600d1267.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/50e9c415-2f7f-d7b4-08c8-c228cd9e9fce" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/dad1ea7c-c463-b094-ab02-71fa600d1267.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-08-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/50e9c415-2f7f-d7b4-08c8-c228cd9e9fce" ;
  a2a:RecordGUID "{50e9c415-2f7f-d7b4-08c8-c228cd9e9fce}" ;
  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_20119_00020119.xml van BRD" .

