@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_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c
  a a2a:Record ;
  rdfs:label "Doop op 12 februari 1784 te Breda" ;
  a2a:hasPerson oa:person_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Person-774b362f-e6c6-62fe-3e18-146a2cd1b220, oa:person_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Person-3affa214-4c2b-eb69-77f2-8b817aca7ff4, oa:person_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Person-64dbe9fc-377a-362f-6855-efc67d985d31, oa:person_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Person-e74b979e-af17-466c-95aa-eee3ffa55c24, oa:person_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Person-f4a52bc4-5e14-38db-a3c6-dabd64348ce7 ;
  a2a:hasEvent oa:event_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_0, oa:relationep_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_1, oa:relationep_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_2, oa:relationep_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_3, oa:relationep_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_4 ;
  a2a:hasSource oa:source_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c .

oa:person_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Person-774b362f-e6c6-62fe-3e18-146a2cd1b220
  a a2a:Person ;
  rdfs:label "Agatha van Aken" ;
  a2a:PersonName [
    rdfs:label "Agatha van Aken" ;
    a2a:PersonNameFirstName "Agatha" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Aken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Person-3affa214-4c2b-eb69-77f2-8b817aca7ff4
  a a2a:Person ;
  rdfs:label "Elisabeth Maas" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Maas" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Maas"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Person-64dbe9fc-377a-362f-6855-efc67d985d31
  a a2a:Person ;
  rdfs:label "Cornelius Smolders" ;
  a2a:PersonName [
    rdfs:label "Cornelius Smolders" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Smolders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Person-e74b979e-af17-466c-95aa-eee3ffa55c24
  a a2a:Person ;
  rdfs:label "Simon Brasseler" ;
  a2a:PersonName [
    rdfs:label "Simon Brasseler" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNameLastName "Brasseler"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Person-f4a52bc4-5e14-38db-a3c6-dabd64348ce7
  a a2a:Person ;
  rdfs:label "Cornelius Brasseler" ;
  a2a:PersonName [
    rdfs:label "Cornelius Brasseler" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Brasseler"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1784" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1784-02-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Person:774b362f-e6c6-62fe-3e18-146a2cd1b220 ;
  a2a:EventKeyRef oa:event_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Event1 .

oa:relationep_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Person:3affa214-4c2b-eb69-77f2-8b817aca7ff4 ;
  a2a:EventKeyRef oa:event_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Event1 .

oa:relationep_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Person:64dbe9fc-377a-362f-6855-efc67d985d31 ;
  a2a:EventKeyRef oa:event_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Event1 .

oa:relationep_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Person:e74b979e-af17-466c-95aa-eee3ffa55c24 ;
  a2a:EventKeyRef oa:event_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Event1 .

oa:relationep_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Person:f4a52bc4-5e14-38db-a3c6-dabd64348ce7 ;
  a2a:EventKeyRef oa:event_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c_Event1 .

oa:source_brd_f96e6892-acd5-a8a2-e12c-1b1d1b104e4c
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1784-02-12 - 1784-02-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1784-02-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1784-02-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1784" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1784-02-12"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 11, Periode: 1782-1811" ;
    a2a:Book "Dopen rk Brugstraat 1782-1811" ;
    a2a:RegistryNumber "11" ;
    a2a:Folio "22" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 11, Periode: 1782-1811, Dopen rk Brugstraat 1782-1811, 11, 22"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83c814c8-8751-11e3-b7ba-e72cadb3d3f8.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/f96e6892-acd5-a8a2-e12c-1b1d1b104e4c" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83c814c8-8751-11e3-b7ba-e72cadb3d3f8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/f96e6892-acd5-a8a2-e12c-1b1d1b104e4c" ;
  a2a:RecordGUID "{f96e6892-acd5-a8a2-e12c-1b1d1b104e4c}" ;
  a2a:SourceRemarkOpmerking "vader uit Breda moeder uit Hoogstraten", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Brugstraat+1782-1811\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5327_00005327.xml van BRD" .

