@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_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558
  a a2a:Record ;
  rdfs:label "Overlijden op 15 april 1948 te Breda" ;
  a2a:hasPerson oa:person_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_Person-de7f262e-e8bd-01a7-0ad3-e03e979222f8, oa:person_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_Person-b0a86a72-bb60-38fa-627c-1d1798d43f42, oa:person_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_Person-24d184ca-8c6b-fbb1-68ac-80a4afbe2bef, oa:person_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_Person-e91eb035-700f-6661-d232-6d3313ad1857 ;
  a2a:hasEvent oa:event_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_0, oa:relationep_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_1, oa:relationep_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_2 ;
  a2a:hasRelationPP oa:relationpp_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_0 ;
  a2a:hasSource oa:source_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558 .

oa:person_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_Person-de7f262e-e8bd-01a7-0ad3-e03e979222f8
  a a2a:Person ;
  rdfs:label "Herman Ligthart Schenk" ;
  a2a:PersonName [
    rdfs:label "Herman Ligthart Schenk" ;
    a2a:PersonNameFirstName "Herman" ;
    a2a:PersonNameLastName "Ligthart Schenk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_Person-b0a86a72-bb60-38fa-627c-1d1798d43f42
  a a2a:Person ;
  rdfs:label "Wilhelmina Hoogstad" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina Hoogstad" ;
    a2a:PersonNameFirstName "Wilhelmina" ;
    a2a:PersonNameLastName "Hoogstad"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_Person-24d184ca-8c6b-fbb1-68ac-80a4afbe2bef
  a a2a:Person ;
  rdfs:label "Marinus Maas" ;
  a2a:PersonName [
    rdfs:label "Marinus Maas" ;
    a2a:PersonNameFirstName "Marinus" ;
    a2a:PersonNameLastName "Maas"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_Person-e91eb035-700f-6661-d232-6d3313ad1857
  a a2a:Person ;
  rdfs:label "Johanna Anna Catharina Maas" ;
  a2a:PersonName [
    rdfs:label "Johanna Anna Catharina Maas" ;
    a2a:PersonNameFirstName "Johanna Anna Catharina" ;
    a2a:PersonNameLastName "Maas"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1948" ;
    a2a:Month "4" ;
    a2a:Day "15" ;
    rdfs:label "1948-04-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_Person:b0a86a72-bb60-38fa-627c-1d1798d43f42 ;
  a2a:EventKeyRef oa:event_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_Event1 .

oa:relationep_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_Person:24d184ca-8c6b-fbb1-68ac-80a4afbe2bef ;
  a2a:EventKeyRef oa:event_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_Event1 .

oa:relationep_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_Person:e91eb035-700f-6661-d232-6d3313ad1857 ;
  a2a:EventKeyRef oa:event_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_Event1 .

oa:relationpp_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_Person:e91eb035-700f-6661-d232-6d3313ad1857, oa:person_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558_Person:de7f262e-e8bd-01a7-0ad3-e03e979222f8 .

oa:source_brd_217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1948-04-17 - 1948-04-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1948-04-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1948-04-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1948" ;
    a2a:Month "4" ;
    a2a:Day "17" ;
    rdfs:label "1948-04-17"^^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: 1948" ;
    a2a:Book "Overlijdensregister 1948 A" ;
    a2a:DocumentNumber "154A" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Breda, Bron: boek, Periode: 1948, Overlijdensregister 1948 A, 154A"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/82f28448-8751-11e3-af84-1b068ba83978.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/82f28448-8751-11e3-af84-1b068ba83978.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558" ;
  a2a:RecordGUID "{217bbcd1-9a9d-9f41-ae63-dfe0c8bfe558}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Overlijdensregister+1948+A\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_2616_00002616.xml van BRD" .

