@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_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4
  a a2a:Record ;
  rdfs:label "Overlijden op 27 november 1945 te Breda" ;
  a2a:hasPerson oa:person_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_Person-01b1d5ac-7f61-e16a-78ca-69e27510ff0c, oa:person_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_Person-4dd71c30-1ce4-1de7-d80e-9248ef7e8c59, oa:person_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_Person-74937f5a-21c6-a6b6-e7b0-8f0d61c703a2 ;
  a2a:hasEvent oa:event_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_0, oa:relationep_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_1, oa:relationep_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_2 ;
  a2a:hasSource oa:source_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4 .

oa:person_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_Person-01b1d5ac-7f61-e16a-78ca-69e27510ff0c
  a a2a:Person ;
  rdfs:label "Augusta Willebois" ;
  a2a:PersonName [
    rdfs:label "Augusta Willebois" ;
    a2a:PersonNameFirstName "Augusta" ;
    a2a:PersonNameLastName "Willebois"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_Person-4dd71c30-1ce4-1de7-d80e-9248ef7e8c59
  a a2a:Person ;
  rdfs:label "Arie Antonie Kant" ;
  a2a:PersonName [
    rdfs:label "Arie Antonie Kant" ;
    a2a:PersonNameFirstName "Arie Antonie" ;
    a2a:PersonNameLastName "Kant"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_Person-74937f5a-21c6-a6b6-e7b0-8f0d61c703a2
  a a2a:Person ;
  rdfs:label "Arie Henri Louis Joseph Kant" ;
  a2a:PersonName [
    rdfs:label "Arie Henri Louis Joseph Kant" ;
    a2a:PersonNameFirstName "Arie Henri Louis Joseph" ;
    a2a:PersonNameLastName "Kant"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1945" ;
    a2a:Month "11" ;
    a2a:Day "27" ;
    rdfs:label "1945-11-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_Person:01b1d5ac-7f61-e16a-78ca-69e27510ff0c ;
  a2a:EventKeyRef oa:event_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_Event1 .

oa:relationep_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_Person:4dd71c30-1ce4-1de7-d80e-9248ef7e8c59 ;
  a2a:EventKeyRef oa:event_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_Event1 .

oa:relationep_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_Person:74937f5a-21c6-a6b6-e7b0-8f0d61c703a2 ;
  a2a:EventKeyRef oa:event_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4_Event1 .

oa:source_brd_7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1945-11-29 - 1945-11-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1945-11-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1945-11-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1945" ;
    a2a:Month "11" ;
    a2a:Day "29" ;
    rdfs:label "1945-11-29"^^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: 1945" ;
    a2a:Book "Overlijdensregister 1945 B" ;
    a2a:DocumentNumber "493B" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Breda, Bron: boek, Periode: 1945, Overlijdensregister 1945 B, 493B"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/82ee28e4-8751-11e3-914f-479d585b75d1.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/82ee28e4-8751-11e3-914f-479d585b75d1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4" ;
  a2a:RecordGUID "{7d8419a3-b5b6-7d95-bb4a-ce2d1ac07df4}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Overlijdensregister+1945+B\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_3398_00003398.xml van BRD" .

