@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_b5d54371-e512-e50f-23ec-ded3b31c27df
  a a2a:Record ;
  rdfs:label "Doop op 26 september 1773 te Breda" ;
  a2a:hasPerson oa:person_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_Person-d42572bd-460b-6acf-90fa-90312f5436f6, oa:person_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_Person-f72fd621-fd5a-2ea8-d1db-8b9e433e5b81, oa:person_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_Person-08d07feb-bf52-b1a8-4551-1db006fe04db ;
  a2a:hasEvent oa:event_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_0, oa:relationep_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_1, oa:relationep_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_2 ;
  a2a:hasSource oa:source_brd_b5d54371-e512-e50f-23ec-ded3b31c27df .

oa:person_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_Person-d42572bd-460b-6acf-90fa-90312f5436f6
  a a2a:Person ;
  rdfs:label "Bastiaan Kannemans" ;
  a2a:PersonName [
    rdfs:label "Bastiaan Kannemans" ;
    a2a:PersonNameFirstName "Bastiaan" ;
    a2a:PersonNameLastName "Kannemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_Person-f72fd621-fd5a-2ea8-d1db-8b9e433e5b81
  a a2a:Person ;
  rdfs:label "Lucia Factor" ;
  a2a:PersonName [
    rdfs:label "Lucia Factor" ;
    a2a:PersonNameFirstName "Lucia" ;
    a2a:PersonNameLastName "Factor"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_Person-08d07feb-bf52-b1a8-4551-1db006fe04db
  a a2a:Person ;
  rdfs:label "Elisabeth Kannemans" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Kannemans" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Kannemans"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1773" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1773-09-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_Person:d42572bd-460b-6acf-90fa-90312f5436f6 ;
  a2a:EventKeyRef oa:event_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_Event1 .

oa:relationep_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_Person:f72fd621-fd5a-2ea8-d1db-8b9e433e5b81 ;
  a2a:EventKeyRef oa:event_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_Event1 .

oa:relationep_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_Person:08d07feb-bf52-b1a8-4551-1db006fe04db ;
  a2a:EventKeyRef oa:event_brd_b5d54371-e512-e50f-23ec-ded3b31c27df_Event1 .

oa:source_brd_b5d54371-e512-e50f-23ec-ded3b31c27df
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1773-09-26 - 1773-09-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1773-09-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1773-09-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1773" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1773-09-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 "164v" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 32, Periode: 1743-1778, Dopen nh Breda 1743-1778, 32, 164v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83f8d7d4-8751-11e3-9b5e-6b2974debdbd.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/b5d54371-e512-e50f-23ec-ded3b31c27df" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83f8d7d4-8751-11e3-9b5e-6b2974debdbd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/b5d54371-e512-e50f-23ec-ded3b31c27df" ;
  a2a:RecordGUID "{b5d54371-e512-e50f-23ec-ded3b31c27df}" ;
  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_5472_00005472.xml van BRD" .

