@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_1d9c76f3-b48c-e68a-be3b-b1de91e353a2
  a a2a:Record ;
  rdfs:label "Doop op 3 september 1661 te Breda" ;
  a2a:hasPerson oa:person_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Person-c6ad1a4c-356c-565b-3274-44c92aa23eb1, oa:person_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Person-0be36d00-2967-b84a-0bad-a0b13049a0f4, oa:person_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Person-62eca7dc-f367-69b2-d8d3-982e2736d5af, oa:person_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Person-007ee1a6-758d-2f02-4476-cf0f435c062d, oa:person_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Person-1b27b6ce-3ae7-bbb6-1978-a8691620d47e ;
  a2a:hasEvent oa:event_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_0, oa:relationep_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_1, oa:relationep_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_2, oa:relationep_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_3, oa:relationep_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_4 ;
  a2a:hasSource oa:source_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2 .

oa:person_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Person-c6ad1a4c-356c-565b-3274-44c92aa23eb1
  a a2a:Person ;
  rdfs:label "Catharina Knapen" ;
  a2a:PersonName [
    rdfs:label "Catharina Knapen" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Knapen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Person-0be36d00-2967-b84a-0bad-a0b13049a0f4
  a a2a:Person ;
  rdfs:label "Anna Servaes" ;
  a2a:PersonName [
    rdfs:label "Anna Servaes" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Servaes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Person-62eca7dc-f367-69b2-d8d3-982e2736d5af
  a a2a:Person ;
  rdfs:label "Joannes Rijthoven" ;
  a2a:PersonName [
    rdfs:label "Joannes Rijthoven" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Rijthoven"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Person-007ee1a6-758d-2f02-4476-cf0f435c062d
  a a2a:Person ;
  rdfs:label "Bernardus Frencken" ;
  a2a:PersonName [
    rdfs:label "Bernardus Frencken" ;
    a2a:PersonNameFirstName "Bernardus" ;
    a2a:PersonNameLastName "Frencken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Person-1b27b6ce-3ae7-bbb6-1978-a8691620d47e
  a a2a:Person ;
  rdfs:label "Maria Frencken" ;
  a2a:PersonName [
    rdfs:label "Maria Frencken" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Frencken"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1661" ;
    a2a:Month "9" ;
    a2a:Day "3" ;
    rdfs:label "1661-09-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Person:c6ad1a4c-356c-565b-3274-44c92aa23eb1 ;
  a2a:EventKeyRef oa:event_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Event1 .

oa:relationep_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_1
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Person:0be36d00-2967-b84a-0bad-a0b13049a0f4 ;
  a2a:EventKeyRef oa:event_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Event1 .

oa:relationep_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Person:62eca7dc-f367-69b2-d8d3-982e2736d5af ;
  a2a:EventKeyRef oa:event_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Event1 .

oa:relationep_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Person:007ee1a6-758d-2f02-4476-cf0f435c062d ;
  a2a:EventKeyRef oa:event_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Event1 .

oa:relationep_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Person:1b27b6ce-3ae7-bbb6-1978-a8691620d47e ;
  a2a:EventKeyRef oa:event_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2_Event1 .

oa:source_brd_1d9c76f3-b48c-e68a-be3b-b1de91e353a2
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1661-09-03 - 1661-09-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1661-09-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1661-09-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1661" ;
    a2a:Month "9" ;
    a2a:Day "3" ;
    rdfs:label "1661-09-03"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 6, Periode: 1649-1672" ;
    a2a:Book "Dopen rk Brugstraat 1649-1672" ;
    a2a:RegistryNumber "6" ;
    a2a:Folio "110" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 6, Periode: 1649-1672, Dopen rk Brugstraat 1649-1672, 6, 110"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/840ce562-8751-11e3-a49c-77ff963ad08d.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/1d9c76f3-b48c-e68a-be3b-b1de91e353a2" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/840ce562-8751-11e3-a49c-77ff963ad08d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/1d9c76f3-b48c-e68a-be3b-b1de91e353a2" ;
  a2a:RecordGUID "{1d9c76f3-b48c-e68a-be3b-b1de91e353a2}" ;
  a2a:SourceRemarkOpmerking "peter afwezig", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Brugstraat+1649-1672\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_1369_00001369.xml van BRD" .

