@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_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a
  a a2a:Record ;
  rdfs:label "Geboorte op 6 februari 1923" ;
  a2a:hasPerson oa:person_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_Person-e954137f-52ea-9304-9ede-0c1eea600058, oa:person_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_Person-876742e5-f71c-038b-7fa2-4a7055321246, oa:person_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_Person-b2afbc7c-724c-ba8b-505c-c038aa52dc4b ;
  a2a:hasEvent oa:event_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_0, oa:relationep_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_1, oa:relationep_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_2 ;
  a2a:hasSource oa:source_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a .

oa:person_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_Person-e954137f-52ea-9304-9ede-0c1eea600058
  a a2a:Person ;
  rdfs:label "Adriana Hendrika Johanna Cornelia Bergmans" ;
  a2a:PersonName [
    rdfs:label "Adriana Hendrika Johanna Cornelia Bergmans" ;
    a2a:PersonNameFirstName "Adriana Hendrika Johanna Cornelia" ;
    a2a:PersonNameLastName "Bergmans"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_Person-876742e5-f71c-038b-7fa2-4a7055321246
  a a2a:Person ;
  rdfs:label "Maria Johanna Snellen" ;
  a2a:PersonName [
    rdfs:label "Maria Johanna Snellen" ;
    a2a:PersonNameFirstName "Maria Johanna" ;
    a2a:PersonNameLastName "Snellen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_Person-b2afbc7c-724c-ba8b-505c-c038aa52dc4b
  a a2a:Person ;
  rdfs:label "Henricus Ignatius Petrus Bergmans" ;
  a2a:PersonName [
    rdfs:label "Henricus Ignatius Petrus Bergmans" ;
    a2a:PersonNameFirstName "Henricus Ignatius Petrus" ;
    a2a:PersonNameLastName "Bergmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1923" ;
    a2a:Month "2" ;
    a2a:Day "6" ;
    rdfs:label "1923-02-06"^^xsd:date
  ] .

oa:relationep_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_Person:e954137f-52ea-9304-9ede-0c1eea600058 ;
  a2a:EventKeyRef oa:event_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_Event1 .

oa:relationep_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_Person:876742e5-f71c-038b-7fa2-4a7055321246 ;
  a2a:EventKeyRef oa:event_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_Event1 .

oa:relationep_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_Person:b2afbc7c-724c-ba8b-505c-c038aa52dc4b ;
  a2a:EventKeyRef oa:event_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a_Event1 .

oa:source_brd_cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1923-02-06 - 1923-02-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-02-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-02-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1923" ;
    a2a:Month "2" ;
    a2a:Day "6" ;
    rdfs:label "1923-02-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Book "Geboorteregister 1923" ;
    a2a:DocumentNumber "82" ;
    rdfs:label "Stadsarchief Breda, Breda, Geboorteregister 1923, 82"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/5c9f6403-d6d4-d277-4013-293bf8c0209f.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/5c9f6403-d6d4-d277-4013-293bf8c0209f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-04-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a" ;
  a2a:RecordGUID "{cf5cb73b-d8ca-025a-ee24-5aaf272c1d9a}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1923\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240611_480_00000480.xml van BRD" .

