@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_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267
  a a2a:Record ;
  rdfs:label "Doop op 2 oktober 1728 te Breda" ;
  a2a:hasPerson oa:person_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Person-31c35f75-8c9a-13d4-50b1-cc0199ee473c, oa:person_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Person-1679c996-18b4-5f01-7e09-6049b179a96f, oa:person_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Person-4231605c-b950-b3d2-41e4-591494a471f5, oa:person_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Person-13407a5c-9c29-b0cf-a61a-eefccde1a3b4, oa:person_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Person-8fc9dde7-8181-e2a7-f5ac-e76b948bd905 ;
  a2a:hasEvent oa:event_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_0, oa:relationep_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_1, oa:relationep_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_2, oa:relationep_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_3, oa:relationep_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_4 ;
  a2a:hasSource oa:source_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267 .

oa:person_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Person-31c35f75-8c9a-13d4-50b1-cc0199ee473c
  a a2a:Person ;
  rdfs:label "Hester Haeck" ;
  a2a:PersonName [
    rdfs:label "Hester Haeck" ;
    a2a:PersonNameFirstName "Hester" ;
    a2a:PersonNameLastName "Haeck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Person-1679c996-18b4-5f01-7e09-6049b179a96f
  a a2a:Person ;
  rdfs:label "Andreas Redegas (Redeger, Rediger)" ;
  a2a:PersonName [
    rdfs:label "Andreas Redegas (Redeger, Rediger)" ;
    a2a:PersonNameFirstName "Andreas" ;
    a2a:PersonNameLastName "Redegas (Redeger, Rediger)"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Person-4231605c-b950-b3d2-41e4-591494a471f5
  a a2a:Person ;
  rdfs:label "Johann Adam Dege" ;
  a2a:PersonName [
    rdfs:label "Johann Adam Dege" ;
    a2a:PersonNameFirstName "Johann" ;
    a2a:PersonNamePatronym "Adam" ;
    a2a:PersonNameLastName "Dege"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Person-13407a5c-9c29-b0cf-a61a-eefccde1a3b4
  a a2a:Person ;
  rdfs:label "Marta Eldereiks (R.K.)" ;
  a2a:PersonName [
    rdfs:label "Marta Eldereiks (R.K.)" ;
    a2a:PersonNameFirstName "Marta" ;
    a2a:PersonNameLastName "Eldereiks (R.K.)"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Person-8fc9dde7-8181-e2a7-f5ac-e76b948bd905
  a a2a:Person ;
  rdfs:label "Johannes Redegas ook Redege ook Rediger" ;
  a2a:PersonName [
    rdfs:label "Johannes Redegas ook Redege ook Rediger" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Redegas ook Redege ook Rediger"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1728" ;
    a2a:Month "10" ;
    a2a:Day "2" ;
    rdfs:label "1728-10-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Person:31c35f75-8c9a-13d4-50b1-cc0199ee473c ;
  a2a:EventKeyRef oa:event_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Event1 .

oa:relationep_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Person:1679c996-18b4-5f01-7e09-6049b179a96f ;
  a2a:EventKeyRef oa:event_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Event1 .

oa:relationep_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Person:4231605c-b950-b3d2-41e4-591494a471f5 ;
  a2a:EventKeyRef oa:event_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Event1 .

oa:relationep_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Person:13407a5c-9c29-b0cf-a61a-eefccde1a3b4 ;
  a2a:EventKeyRef oa:event_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Event1 .

oa:relationep_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Person:8fc9dde7-8181-e2a7-f5ac-e76b948bd905 ;
  a2a:EventKeyRef oa:event_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267_Event1 .

oa:source_brd_bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1728-10-02 - 1728-10-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1728-10-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1728-10-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1728" ;
    a2a:Month "10" ;
    a2a:Day "2" ;
    rdfs:label "1728-10-02"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 93, Periode: 1649-1745" ;
    a2a:Book "Dopen Luthers 1649-1745" ;
    a2a:RegistryNumber "93" ;
    a2a:Folio "65r" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 93, Periode: 1649-1745, Dopen Luthers 1649-1745, 93, 65r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8419f824-8751-11e3-b731-3b3ed7ac4284.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8419f824-8751-11e3-b731-3b3ed7ac4284.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267" ;
  a2a:RecordGUID "{bf4a2c9b-e60e-b0f1-4b81-3d65cb4e7267}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+Luthers+1649-1745\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5513_00005513.xml van BRD" .

