@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_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce
  a a2a:Record ;
  rdfs:label "Overlijden op 24 mei 1959 te Breda" ;
  a2a:hasPerson oa:person_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Person-5c0a84b8-3f99-1623-c043-b0a7b4d4edcc, oa:person_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Person-f75cd6c8-9fac-6f66-b893-7a47a08c7770, oa:person_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Person-d27455e9-f0ac-c413-a188-c54adb9bfdbb, oa:person_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Person-23a9dee9-bdc2-6866-17a3-2762cf085d2f, oa:person_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Person-47eb12e7-e25a-9e24-eee4-0cccbcd43a14 ;
  a2a:hasEvent oa:event_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_0, oa:relationep_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_1, oa:relationep_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_2 ;
  a2a:hasRelationPP oa:relationpp_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_0, oa:relationpp_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_1 ;
  a2a:hasSource oa:source_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce .

oa:person_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Person-5c0a84b8-3f99-1623-c043-b0a7b4d4edcc
  a a2a:Person ;
  rdfs:label "Geertruida Johanna Roozenboom" ;
  a2a:PersonName [
    rdfs:label "Geertruida Johanna Roozenboom" ;
    a2a:PersonNameFirstName "Geertruida Johanna" ;
    a2a:PersonNameLastName "Roozenboom"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Person-f75cd6c8-9fac-6f66-b893-7a47a08c7770
  a a2a:Person ;
  rdfs:label "Jantje Kiekebos" ;
  a2a:PersonName [
    rdfs:label "Jantje Kiekebos" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Kiekebos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Person-d27455e9-f0ac-c413-a188-c54adb9bfdbb
  a a2a:Person ;
  rdfs:label "Adriana Catharina Voermans" ;
  a2a:PersonName [
    rdfs:label "Adriana Catharina Voermans" ;
    a2a:PersonNameFirstName "Adriana Catharina" ;
    a2a:PersonNameLastName "Voermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Person-23a9dee9-bdc2-6866-17a3-2762cf085d2f
  a a2a:Person ;
  rdfs:label "Jacob Bakker" ;
  a2a:PersonName [
    rdfs:label "Jacob Bakker" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Bakker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Person-47eb12e7-e25a-9e24-eee4-0cccbcd43a14
  a a2a:Person ;
  rdfs:label "Dirk Bakker" ;
  a2a:PersonName [
    rdfs:label "Dirk Bakker" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Bakker"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1959" ;
    a2a:Month "5" ;
    a2a:Day "24" ;
    rdfs:label "1959-05-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Person:f75cd6c8-9fac-6f66-b893-7a47a08c7770 ;
  a2a:EventKeyRef oa:event_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Event1 .

oa:relationep_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Person:23a9dee9-bdc2-6866-17a3-2762cf085d2f ;
  a2a:EventKeyRef oa:event_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Event1 .

oa:relationep_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Person:47eb12e7-e25a-9e24-eee4-0cccbcd43a14 ;
  a2a:EventKeyRef oa:event_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Event1 .

oa:relationpp_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Person:47eb12e7-e25a-9e24-eee4-0cccbcd43a14, oa:person_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Person:5c0a84b8-3f99-1623-c043-b0a7b4d4edcc .

oa:relationpp_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Person:47eb12e7-e25a-9e24-eee4-0cccbcd43a14, oa:person_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce_Person:d27455e9-f0ac-c413-a188-c54adb9bfdbb .

oa:source_brd_b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1959-05-25 - 1959-05-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1959-05-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1959-05-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1959" ;
    a2a:Month "5" ;
    a2a:Day "25" ;
    rdfs:label "1959-05-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Breda, Bron: boek, Periode: 1959" ;
    a2a:Book "Overlijdensregister 1959" ;
    a2a:DocumentNumber "412" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Breda, Bron: boek, Periode: 1959, Overlijdensregister 1959, 412"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/830c0940-8751-11e3-a970-c388ae8fb4de.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/830c0940-8751-11e3-a970-c388ae8fb4de.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce" ;
  a2a:RecordGUID "{b05c6a9e-eb9f-8b84-8f31-c1f2bbb04dce}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Overlijdensregister+1959\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_3641_00003641.xml van BRD" .

