@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_365de3cf-99b3-7acd-cfe6-b003ec2c5997
  a a2a:Record ;
  rdfs:label "Overlijden op 22 februari 1947 te Breda" ;
  a2a:hasPerson oa:person_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_Person-b46d8c4a-652b-9eea-8b1f-8a531e17cbe3, oa:person_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_Person-23fd0842-9f2e-856a-5864-107803f09ef5, oa:person_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_Person-9eeaccdb-dd65-6f63-ebbe-e8e5cee44fc2 ;
  a2a:hasEvent oa:event_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_0, oa:relationep_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_1, oa:relationep_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_2 ;
  a2a:hasSource oa:source_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997 .

oa:person_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_Person-b46d8c4a-652b-9eea-8b1f-8a531e17cbe3
  a a2a:Person ;
  rdfs:label "Catharina de Rijk" ;
  a2a:PersonName [
    rdfs:label "Catharina de Rijk" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Rijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_Person-23fd0842-9f2e-856a-5864-107803f09ef5
  a a2a:Person ;
  rdfs:label "Adrianus van Est" ;
  a2a:PersonName [
    rdfs:label "Adrianus van Est" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Est"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_Person-9eeaccdb-dd65-6f63-ebbe-e8e5cee44fc2
  a a2a:Person ;
  rdfs:label "Cornelis Catharina Maria van Est" ;
  a2a:PersonName [
    rdfs:label "Cornelis Catharina Maria van Est" ;
    a2a:PersonNameFirstName "Cornelis Catharina Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Est"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1947" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1947-02-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_Person:b46d8c4a-652b-9eea-8b1f-8a531e17cbe3 ;
  a2a:EventKeyRef oa:event_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_Event1 .

oa:relationep_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_Person:23fd0842-9f2e-856a-5864-107803f09ef5 ;
  a2a:EventKeyRef oa:event_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_Event1 .

oa:relationep_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_Person:9eeaccdb-dd65-6f63-ebbe-e8e5cee44fc2 ;
  a2a:EventKeyRef oa:event_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997_Event1 .

oa:source_brd_365de3cf-99b3-7acd-cfe6-b003ec2c5997
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1947-02-24 - 1947-02-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1947-02-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1947-02-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1947" ;
    a2a:Month "2" ;
    a2a:Day "24" ;
    rdfs:label "1947-02-24"^^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: 1947" ;
    a2a:Book "Overlijdensregister 1947 B" ;
    a2a:DocumentNumber "118B" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Breda, Bron: boek, Periode: 1947, Overlijdensregister 1947 B, 118B"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/82f1a212-8751-11e3-8b9d-bb23a4835a72.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/365de3cf-99b3-7acd-cfe6-b003ec2c5997" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/82f1a212-8751-11e3-8b9d-bb23a4835a72.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/365de3cf-99b3-7acd-cfe6-b003ec2c5997" ;
  a2a:RecordGUID "{365de3cf-99b3-7acd-cfe6-b003ec2c5997}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Overlijdensregister+1947+B\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_2716_00002716.xml van BRD" .

