@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_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd
  a a2a:Record ;
  rdfs:label "Geboorte op 1 juni 1891 te Breda" ;
  a2a:hasPerson oa:person_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_Person-c2b995ed-2bad-65bf-61de-e40e83187b1d, oa:person_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_Person-7f686174-d86f-48e7-452a-b813036c408e, oa:person_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_Person-bbaff89b-adb8-bbad-baf4-fe6cd625e427 ;
  a2a:hasEvent oa:event_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_0, oa:relationep_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_1, oa:relationep_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_2 ;
  a2a:hasSource oa:source_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd .

oa:person_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_Person-c2b995ed-2bad-65bf-61de-e40e83187b1d
  a a2a:Person ;
  rdfs:label "Adriana Cornelia van den Bergh" ;
  a2a:PersonName [
    rdfs:label "Adriana Cornelia van den Bergh" ;
    a2a:PersonNameFirstName "Adriana Cornelia" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Bergh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_Person-7f686174-d86f-48e7-452a-b813036c408e
  a a2a:Person ;
  rdfs:label "Hermann Friedrich Ludwig Uhde" ;
  a2a:PersonName [
    rdfs:label "Hermann Friedrich Ludwig Uhde" ;
    a2a:PersonNameFirstName "Hermann Friedrich Ludwig" ;
    a2a:PersonNameLastName "Uhde"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_Person-bbaff89b-adb8-bbad-baf4-fe6cd625e427
  a a2a:Person ;
  rdfs:label "Anna Margaretha Uhde" ;
  a2a:PersonName [
    rdfs:label "Anna Margaretha Uhde" ;
    a2a:PersonNameFirstName "Anna Margaretha" ;
    a2a:PersonNameLastName "Uhde"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1891" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1891-06-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:event_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1891" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1891-06-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_Person:c2b995ed-2bad-65bf-61de-e40e83187b1d ;
  a2a:EventKeyRef oa:event_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_Event1 .

oa:relationep_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_Person:7f686174-d86f-48e7-452a-b813036c408e ;
  a2a:EventKeyRef oa:event_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_Event1 .

oa:relationep_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_Person:bbaff89b-adb8-bbad-baf4-fe6cd625e427 ;
  a2a:EventKeyRef oa:event_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd_Event1 .

oa:source_brd_14ddbbe5-e6d8-2b9b-ba14-b24e448129bd
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1891-06-03 - 1891-06-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1891-06-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1891-06-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1891" ;
    a2a:Month "6" ;
    a2a:Day "3" ;
    rdfs:label "1891-06-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Archief van de ambtenaar Burgerlijke Stand Breda, Bron: boek, Periode: 1891" ;
    a2a:Book "Geboorteregister 1891" ;
    a2a:DocumentNumber "361" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief van de ambtenaar Burgerlijke Stand Breda, Bron: boek, Periode: 1891, Geboorteregister 1891, 361"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8174831e-8751-11e3-91fa-f750adf3875c.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/14ddbbe5-e6d8-2b9b-ba14-b24e448129bd" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8174831e-8751-11e3-91fa-f750adf3875c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/14ddbbe5-e6d8-2b9b-ba14-b24e448129bd" ;
  a2a:RecordGUID "{14ddbbe5-e6d8-2b9b-ba14-b24e448129bd}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1891\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_2825_00002825.xml van BRD" .

