@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_1b8c9c8a-105a-d3da-721c-e4a48bbdb954
  a a2a:Record ;
  rdfs:label "Doop op 26 juli 1711 te Breda" ;
  a2a:hasPerson oa:person_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Person-b4e77cd3-504d-ba2a-d9a8-33aaf8c89637, oa:person_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Person-be1bc5ad-fd82-e432-a9a7-bfadeedc6e1f, oa:person_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Person-345b3e5e-92fa-1ee2-6812-432c7d295e9a, oa:person_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Person-5e34aaf2-152f-ee0d-4c51-0d67e3744644, oa:person_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Person-6370940a-16ba-44a8-4bd9-0a9ce8e17e6d ;
  a2a:hasEvent oa:event_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_0, oa:relationep_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_1, oa:relationep_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_2, oa:relationep_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_3, oa:relationep_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_4 ;
  a2a:hasSource oa:source_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954 .

oa:person_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Person-b4e77cd3-504d-ba2a-d9a8-33aaf8c89637
  a a2a:Person ;
  rdfs:label "Juliana Mons" ;
  a2a:PersonName [
    rdfs:label "Juliana Mons" ;
    a2a:PersonNameFirstName "Juliana" ;
    a2a:PersonNameLastName "Mons"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Person-be1bc5ad-fd82-e432-a9a7-bfadeedc6e1f
  a a2a:Person ;
  rdfs:label "Catharina van Miert" ;
  a2a:PersonName [
    rdfs:label "Catharina van Miert" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Miert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Person-345b3e5e-92fa-1ee2-6812-432c7d295e9a
  a a2a:Person ;
  rdfs:label "Simon van Dongen" ;
  a2a:PersonName [
    rdfs:label "Simon van Dongen" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dongen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Person-5e34aaf2-152f-ee0d-4c51-0d67e3744644
  a a2a:Person ;
  rdfs:label "Augustinus de Knodder" ;
  a2a:PersonName [
    rdfs:label "Augustinus de Knodder" ;
    a2a:PersonNameFirstName "Augustinus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Knodder"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Person-6370940a-16ba-44a8-4bd9-0a9ce8e17e6d
  a a2a:Person ;
  rdfs:label "Joannes Franciscus de Knodder" ;
  a2a:PersonName [
    rdfs:label "Joannes Franciscus de Knodder" ;
    a2a:PersonNameFirstName "Joannes Franciscus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Knodder"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1711" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1711-07-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Person:b4e77cd3-504d-ba2a-d9a8-33aaf8c89637 ;
  a2a:EventKeyRef oa:event_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Event1 .

oa:relationep_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_1
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Person:be1bc5ad-fd82-e432-a9a7-bfadeedc6e1f ;
  a2a:EventKeyRef oa:event_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Event1 .

oa:relationep_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Person:345b3e5e-92fa-1ee2-6812-432c7d295e9a ;
  a2a:EventKeyRef oa:event_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Event1 .

oa:relationep_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Person:5e34aaf2-152f-ee0d-4c51-0d67e3744644 ;
  a2a:EventKeyRef oa:event_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Event1 .

oa:relationep_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Person:6370940a-16ba-44a8-4bd9-0a9ce8e17e6d ;
  a2a:EventKeyRef oa:event_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954_Event1 .

oa:source_brd_1b8c9c8a-105a-d3da-721c-e4a48bbdb954
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1711-07-26 - 1711-07-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1711-07-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1711-07-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1711" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1711-07-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: 15, Periode: 1696-1742" ;
    a2a:Book "Dopen rk Nieuwstraat 1696-1742" ;
    a2a:RegistryNumber "15" ;
    a2a:Folio "140" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 15, Periode: 1696-1742, Dopen rk Nieuwstraat 1696-1742, 15, 140"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83e56d7a-8751-11e3-8ecc-cb78d365f6d3.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/1b8c9c8a-105a-d3da-721c-e4a48bbdb954" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83e56d7a-8751-11e3-8ecc-cb78d365f6d3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/1b8c9c8a-105a-d3da-721c-e4a48bbdb954" ;
  a2a:RecordGUID "{1b8c9c8a-105a-d3da-721c-e4a48bbdb954}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Nieuwstraat+1696-1742\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_1360_00001360.xml van BRD" .

