@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_a7622f28-13eb-1146-41d8-e4e99252fda8
  a a2a:Record ;
  rdfs:label "Doop op 26 november 1772 te Breda" ;
  a2a:hasPerson oa:person_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_Person-57a3f9d9-4e29-9698-7f47-c8acfa85927d, oa:person_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_Person-27d2236f-775e-8f25-8fb1-1405a006fd78, oa:person_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_Person-6427c2cc-6c1a-61f6-1a9f-4d542a5f4a12 ;
  a2a:hasEvent oa:event_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_0, oa:relationep_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_1, oa:relationep_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_2 ;
  a2a:hasSource oa:source_brd_a7622f28-13eb-1146-41d8-e4e99252fda8 .

oa:person_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_Person-57a3f9d9-4e29-9698-7f47-c8acfa85927d
  a a2a:Person ;
  rdfs:label "Arnoldus Verbeij" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Verbeij" ;
    a2a:PersonNameFirstName "Arnoldus" ;
    a2a:PersonNameLastName "Verbeij"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_Person-27d2236f-775e-8f25-8fb1-1405a006fd78
  a a2a:Person ;
  rdfs:label "Hendrina Alebeecq" ;
  a2a:PersonName [
    rdfs:label "Hendrina Alebeecq" ;
    a2a:PersonNameFirstName "Hendrina" ;
    a2a:PersonNameLastName "Alebeecq"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_Person-6427c2cc-6c1a-61f6-1a9f-4d542a5f4a12
  a a2a:Person ;
  rdfs:label "Anthony Verbeij" ;
  a2a:PersonName [
    rdfs:label "Anthony Verbeij" ;
    a2a:PersonNameFirstName "Anthony" ;
    a2a:PersonNameLastName "Verbeij"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1772" ;
    a2a:Month "11" ;
    a2a:Day "26" ;
    rdfs:label "1772-11-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_Person:57a3f9d9-4e29-9698-7f47-c8acfa85927d ;
  a2a:EventKeyRef oa:event_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_Event1 .

oa:relationep_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_Person:27d2236f-775e-8f25-8fb1-1405a006fd78 ;
  a2a:EventKeyRef oa:event_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_Event1 .

oa:relationep_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_Person:6427c2cc-6c1a-61f6-1a9f-4d542a5f4a12 ;
  a2a:EventKeyRef oa:event_brd_a7622f28-13eb-1146-41d8-e4e99252fda8_Event1 .

oa:source_brd_a7622f28-13eb-1146-41d8-e4e99252fda8
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1772-11-26 - 1772-11-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1772-11-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1772-11-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1772" ;
    a2a:Month "11" ;
    a2a:Day "26" ;
    rdfs:label "1772-11-26"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 32, Periode: 1743-1778" ;
    a2a:Book "Dopen nh Breda 1743-1778" ;
    a2a:RegistryNumber "32" ;
    a2a:Folio "161r" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 32, Periode: 1743-1778, Dopen nh Breda 1743-1778, 32, 161r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83f8d298-8751-11e3-a0b1-9fee63766ed2.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/a7622f28-13eb-1146-41d8-e4e99252fda8" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83f8d298-8751-11e3-a0b1-9fee63766ed2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/a7622f28-13eb-1146-41d8-e4e99252fda8" ;
  a2a:RecordGUID "{a7622f28-13eb-1146-41d8-e4e99252fda8}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+nh+Breda+1743-1778\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5413_00005413.xml van BRD" .

