@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_004b4f05-ebc5-180c-0ccb-0807de2d4a24
  a a2a:Record ;
  rdfs:label "Overlijden op 13 augustus 1874 te Princenhage" ;
  a2a:hasPerson oa:person_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_Person-1c44e802-4fa0-5491-369c-7c1c3e30454e, oa:person_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_Person-f5452332-f928-4c3c-c330-fbedbb6a9d7c, oa:person_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_Person-f2b04669-09a6-9be3-6d5e-d1453f06315f, oa:person_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_Person-b77e498a-a191-9305-ac67-854bbcd681c4 ;
  a2a:hasEvent oa:event_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_0, oa:relationep_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_1, oa:relationep_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_2 ;
  a2a:hasRelationPP oa:relationpp_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_0 ;
  a2a:hasSource oa:source_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24 .

oa:person_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_Person-1c44e802-4fa0-5491-369c-7c1c3e30454e
  a a2a:Person ;
  rdfs:label "Jacobus Aerts" ;
  a2a:PersonName [
    rdfs:label "Jacobus Aerts" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Aerts"
  ] ;
  a2a:Gender "Man" .

oa:person_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_Person-f5452332-f928-4c3c-c330-fbedbb6a9d7c
  a a2a:Person ;
  rdfs:label "Lucia Eelen" ;
  a2a:PersonName [
    rdfs:label "Lucia Eelen" ;
    a2a:PersonNameFirstName "Lucia" ;
    a2a:PersonNameLastName "Eelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_Person-f2b04669-09a6-9be3-6d5e-d1453f06315f
  a a2a:Person ;
  rdfs:label "Adrianus Aerts" ;
  a2a:PersonName [
    rdfs:label "Adrianus Aerts" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Aerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_Person-b77e498a-a191-9305-ac67-854bbcd681c4
  a a2a:Person ;
  rdfs:label "Adriana van der Linden" ;
  a2a:PersonName [
    rdfs:label "Adriana van der Linden" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Linden"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1874" ;
    a2a:Month "8" ;
    a2a:Day "13" ;
    rdfs:label "1874-08-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage"
  ] .

oa:relationep_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_Person:1c44e802-4fa0-5491-369c-7c1c3e30454e ;
  a2a:EventKeyRef oa:event_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_Event1 .

oa:relationep_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_Person:f5452332-f928-4c3c-c330-fbedbb6a9d7c ;
  a2a:EventKeyRef oa:event_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_Event1 .

oa:relationep_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_Person:f2b04669-09a6-9be3-6d5e-d1453f06315f ;
  a2a:EventKeyRef oa:event_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_Event1 .

oa:relationpp_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_Person:1c44e802-4fa0-5491-369c-7c1c3e30454e, oa:person_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24_Person:b77e498a-a191-9305-ac67-854bbcd681c4 .

oa:source_brd_004b4f05-ebc5-180c-0ccb-0807de2d4a24
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage", "1874-08-13 - 1874-08-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1874-08-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1874-08-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1874" ;
    a2a:Month "8" ;
    a2a:Day "13" ;
    rdfs:label "1874-08-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Archief van de ambtenaar Burgerlijke Stand Princenhage, Bron: boek, Periode: 1874" ;
    a2a:Book "Overlijdensregister 1874" ;
    a2a:DocumentNumber "071" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief van de ambtenaar Burgerlijke Stand Princenhage, Bron: boek, Periode: 1874, Overlijdensregister 1874, 071"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8390eaf2-8751-11e3-a66f-73f634dbf84c.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/004b4f05-ebc5-180c-0ccb-0807de2d4a24" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8390eaf2-8751-11e3-a66f-73f634dbf84c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/004b4f05-ebc5-180c-0ccb-0807de2d4a24" ;
  a2a:RecordGUID "{004b4f05-ebc5-180c-0ccb-0807de2d4a24}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Overlijdensregister+1874\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_2457_00002457.xml van BRD" .

