@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_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9
  a a2a:Record ;
  rdfs:label "Overlijden op 31 mei 1971 te Breda" ;
  a2a:hasPerson oa:person_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_Person-754317fa-aa6c-d03a-0bf3-2062ae6e4468, oa:person_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_Person-fc6d5d63-b502-1432-3f34-2eda02858c62, oa:person_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_Person-4b829b05-a43e-3e54-def4-fb6b128cebd1, oa:person_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_Person-55beb390-5114-7b11-da4b-b2a6f0a7dc61 ;
  a2a:hasEvent oa:event_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_0, oa:relationep_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_1, oa:relationep_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_2 ;
  a2a:hasRelationPP oa:relationpp_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_0 ;
  a2a:hasSource oa:source_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9 .

oa:person_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_Person-754317fa-aa6c-d03a-0bf3-2062ae6e4468
  a a2a:Person ;
  rdfs:label "Anna Christina Herckenrath" ;
  a2a:PersonName [
    rdfs:label "Anna Christina Herckenrath" ;
    a2a:PersonNameFirstName "Anna Christina" ;
    a2a:PersonNameLastName "Herckenrath"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_Person-fc6d5d63-b502-1432-3f34-2eda02858c62
  a a2a:Person ;
  rdfs:label "Arnoldus Johannes Beukermans" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Johannes Beukermans" ;
    a2a:PersonNameFirstName "Arnoldus Johannes" ;
    a2a:PersonNameLastName "Beukermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_Person-4b829b05-a43e-3e54-def4-fb6b128cebd1
  a a2a:Person ;
  rdfs:label "Geertruida Arnolda Josepha Maria Yzermans" ;
  a2a:PersonName [
    rdfs:label "Geertruida Arnolda Josepha Maria Yzermans" ;
    a2a:PersonNameFirstName "Geertruida Arnolda Josepha Maria" ;
    a2a:PersonNameLastName "Yzermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_Person-55beb390-5114-7b11-da4b-b2a6f0a7dc61
  a a2a:Person ;
  rdfs:label "Arnoldus Franciscus Johannes Beukers" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Franciscus Johannes Beukers" ;
    a2a:PersonNameFirstName "Arnoldus Franciscus Johannes" ;
    a2a:PersonNameLastName "Beukers"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1971" ;
    a2a:Month "5" ;
    a2a:Day "31" ;
    rdfs:label "1971-05-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_Person:754317fa-aa6c-d03a-0bf3-2062ae6e4468 ;
  a2a:EventKeyRef oa:event_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_Event1 .

oa:relationep_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_Person:fc6d5d63-b502-1432-3f34-2eda02858c62 ;
  a2a:EventKeyRef oa:event_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_Event1 .

oa:relationep_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_Person:55beb390-5114-7b11-da4b-b2a6f0a7dc61 ;
  a2a:EventKeyRef oa:event_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_Event1 .

oa:relationpp_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_Person:55beb390-5114-7b11-da4b-b2a6f0a7dc61, oa:person_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9_Person:4b829b05-a43e-3e54-def4-fb6b128cebd1 .

oa:source_brd_32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1971-06-02 - 1971-06-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1971-06-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1971-06-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1971" ;
    a2a:Month "6" ;
    a2a:Day "2" ;
    rdfs:label "1971-06-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Book "Overlijdensregister 1971" ;
    a2a:DocumentNumber "644" ;
    rdfs:label "Stadsarchief Breda, Breda, Overlijdensregister 1971, 644"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/2f003593-015c-e999-a551-e40ffd9ed779.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/2f003593-015c-e999-a551-e40ffd9ed779.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9" ;
  a2a:RecordGUID "{32ba4af2-9f8a-86e4-c8cf-2f8f78625fa9}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Overlijdensregister+1971\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_545_00000545.xml van BRD" .

