@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_cd675789-53bd-da85-69bb-462d53ebf7c8
  a a2a:Record ;
  rdfs:label "Doop op 17 mei 1706 te Breda" ;
  a2a:hasPerson oa:person_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Person-ac54cb3a-cabc-8386-03ad-2fb516f30d01, oa:person_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Person-1ec1f048-a615-2c35-0707-033bda23f889, oa:person_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Person-461c38b2-bc21-0cc8-4c41-d871bbd3e7e6, oa:person_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Person-7f35593e-2536-a5e1-51eb-f4bafa8e7427, oa:person_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Person-ef88aa3a-27c6-9a49-f3ca-51eb434092a9 ;
  a2a:hasEvent oa:event_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_0, oa:relationep_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_1, oa:relationep_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_2, oa:relationep_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_3, oa:relationep_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_4 ;
  a2a:hasSource oa:source_brd_cd675789-53bd-da85-69bb-462d53ebf7c8 .

oa:person_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Person-ac54cb3a-cabc-8386-03ad-2fb516f30d01
  a a2a:Person ;
  rdfs:label "Maria Meeren" ;
  a2a:PersonName [
    rdfs:label "Maria Meeren" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Meeren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Person-1ec1f048-a615-2c35-0707-033bda23f889
  a a2a:Person ;
  rdfs:label "Gregorius Brederijs" ;
  a2a:PersonName [
    rdfs:label "Gregorius Brederijs" ;
    a2a:PersonNameFirstName "Gregorius" ;
    a2a:PersonNameLastName "Brederijs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Person-461c38b2-bc21-0cc8-4c41-d871bbd3e7e6
  a a2a:Person ;
  rdfs:label "Christianus Suer" ;
  a2a:PersonName [
    rdfs:label "Christianus Suer" ;
    a2a:PersonNameFirstName "Christianus" ;
    a2a:PersonNameLastName "Suer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Person-7f35593e-2536-a5e1-51eb-f4bafa8e7427
  a a2a:Person ;
  rdfs:label "Leonarda Tuijnsluijpers" ;
  a2a:PersonName [
    rdfs:label "Leonarda Tuijnsluijpers" ;
    a2a:PersonNameFirstName "Leonarda" ;
    a2a:PersonNameLastName "Tuijnsluijpers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Person-ef88aa3a-27c6-9a49-f3ca-51eb434092a9
  a a2a:Person ;
  rdfs:label "Petronella Brederijs" ;
  a2a:PersonName [
    rdfs:label "Petronella Brederijs" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNameLastName "Brederijs"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1706" ;
    a2a:Month "5" ;
    a2a:Day "17" ;
    rdfs:label "1706-05-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Person:ac54cb3a-cabc-8386-03ad-2fb516f30d01 ;
  a2a:EventKeyRef oa:event_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Event1 .

oa:relationep_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Person:1ec1f048-a615-2c35-0707-033bda23f889 ;
  a2a:EventKeyRef oa:event_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Event1 .

oa:relationep_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Person:461c38b2-bc21-0cc8-4c41-d871bbd3e7e6 ;
  a2a:EventKeyRef oa:event_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Event1 .

oa:relationep_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Person:7f35593e-2536-a5e1-51eb-f4bafa8e7427 ;
  a2a:EventKeyRef oa:event_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Event1 .

oa:relationep_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Person:ef88aa3a-27c6-9a49-f3ca-51eb434092a9 ;
  a2a:EventKeyRef oa:event_brd_cd675789-53bd-da85-69bb-462d53ebf7c8_Event1 .

oa:source_brd_cd675789-53bd-da85-69bb-462d53ebf7c8
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1706-05-17 - 1706-05-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1706-05-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1706-05-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1706" ;
    a2a:Month "5" ;
    a2a:Day "17" ;
    rdfs:label "1706-05-17"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 9, Periode: 1701-1757" ;
    a2a:Book "Dopen rk Brugstraat 1701-1757" ;
    a2a:RegistryNumber "9" ;
    a2a:Folio "74" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 9, Periode: 1701-1757, Dopen rk Brugstraat 1701-1757, 9, 74"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/841749f8-8751-11e3-b556-df6e8bbd288d.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/cd675789-53bd-da85-69bb-462d53ebf7c8" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/841749f8-8751-11e3-b556-df6e8bbd288d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/cd675789-53bd-da85-69bb-462d53ebf7c8" ;
  a2a:RecordGUID "{cd675789-53bd-da85-69bb-462d53ebf7c8}" ;
  a2a:SourceRemarkOpmerking "tweeling", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Brugstraat+1701-1757\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5139_00005139.xml van BRD" .

