@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_4020ca5b-78f4-1c36-452c-61ba094c848a
  a a2a:Record ;
  rdfs:label "Doop op 6 januari 1742 te Breda" ;
  a2a:hasPerson oa:person_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Person-c2cc8913-f78d-cbbd-9439-7f7d8212cad0, oa:person_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Person-04717a3f-036e-4530-0e48-34d8efa40604, oa:person_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Person-d6b299f2-0d35-f8b3-3f23-edd89b23b1f7, oa:person_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Person-80a7fcec-2994-a9a0-1322-2f96d3db0c9b, oa:person_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Person-f05ef7b0-ccfa-b395-76c8-26e7d7239b86, oa:person_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Person-81adc164-9b9c-97eb-1d7e-a84db035240e ;
  a2a:hasEvent oa:event_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_0, oa:relationep_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_1, oa:relationep_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_2, oa:relationep_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_3, oa:relationep_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_4, oa:relationep_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_5 ;
  a2a:hasSource oa:source_brd_4020ca5b-78f4-1c36-452c-61ba094c848a .

oa:person_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Person-c2cc8913-f78d-cbbd-9439-7f7d8212cad0
  a a2a:Person ;
  rdfs:label "Martina Metti" ;
  a2a:PersonName [
    rdfs:label "Martina Metti" ;
    a2a:PersonNameFirstName "Martina" ;
    a2a:PersonNameLastName "Metti"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Person-04717a3f-036e-4530-0e48-34d8efa40604
  a a2a:Person ;
  rdfs:label "Joannes Roders" ;
  a2a:PersonName [
    rdfs:label "Joannes Roders" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Roders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Person-d6b299f2-0d35-f8b3-3f23-edd89b23b1f7
  a a2a:Person ;
  rdfs:label "Gerardus Bogaert" ;
  a2a:PersonName [
    rdfs:label "Gerardus Bogaert" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNameLastName "Bogaert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Person-80a7fcec-2994-a9a0-1322-2f96d3db0c9b
  a a2a:Person ;
  rdfs:label "Bernardus van Atthem" ;
  a2a:PersonName [
    rdfs:label "Bernardus van Atthem" ;
    a2a:PersonNameFirstName "Bernardus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Atthem"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Person-f05ef7b0-ccfa-b395-76c8-26e7d7239b86
  a a2a:Person ;
  rdfs:label "Catharina Roders" ;
  a2a:PersonName [
    rdfs:label "Catharina Roders" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Roders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Person-81adc164-9b9c-97eb-1d7e-a84db035240e
  a a2a:Person ;
  rdfs:label "Gerardus Bogaert" ;
  a2a:PersonName [
    rdfs:label "Gerardus Bogaert" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNameLastName "Bogaert"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1742" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1742-01-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Person:c2cc8913-f78d-cbbd-9439-7f7d8212cad0 ;
  a2a:EventKeyRef oa:event_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Event1 .

oa:relationep_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_1
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Person:04717a3f-036e-4530-0e48-34d8efa40604 ;
  a2a:EventKeyRef oa:event_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Event1 .

oa:relationep_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Person:d6b299f2-0d35-f8b3-3f23-edd89b23b1f7 ;
  a2a:EventKeyRef oa:event_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Event1 .

oa:relationep_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Person:80a7fcec-2994-a9a0-1322-2f96d3db0c9b ;
  a2a:EventKeyRef oa:event_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Event1 .

oa:relationep_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Person:f05ef7b0-ccfa-b395-76c8-26e7d7239b86 ;
  a2a:EventKeyRef oa:event_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Event1 .

oa:relationep_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_5
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Person:81adc164-9b9c-97eb-1d7e-a84db035240e ;
  a2a:EventKeyRef oa:event_brd_4020ca5b-78f4-1c36-452c-61ba094c848a_Event1 .

oa:source_brd_4020ca5b-78f4-1c36-452c-61ba094c848a
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1742-01-06 - 1742-01-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1742-01-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1742-01-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1742" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1742-01-06"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 21, Periode: 1704-1747" ;
    a2a:Book "Dopen rk Waterstraat 1704-1747" ;
    a2a:RegistryNumber "21" ;
    a2a:Folio "297" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 21, Periode: 1704-1747, Dopen rk Waterstraat 1704-1747, 21, 297"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83ed5d64-8751-11e3-813b-0b8ec2da2229.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/4020ca5b-78f4-1c36-452c-61ba094c848a" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83ed5d64-8751-11e3-813b-0b8ec2da2229.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/4020ca5b-78f4-1c36-452c-61ba094c848a" ;
  a2a:RecordGUID "{4020ca5b-78f4-1c36-452c-61ba094c848a}" ;
  a2a:SourceRemarkOpmerking "natuurlijk kind", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Waterstraat+1704-1747\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_1082_00001082.xml van BRD" .

