@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_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b
  a a2a:Record ;
  rdfs:label "Doop op 8 oktober 1760 te Breda" ;
  a2a:hasPerson oa:person_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Person-85bf116d-33d2-77a0-9907-382e6e99ec29, oa:person_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Person-6fbdf767-909a-7b4c-813c-3bd66ba19bae, oa:person_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Person-1b4eca0e-85ac-4a2c-9071-78344f728f9c, oa:person_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Person-a9430a33-e1e4-6c40-a54b-64bb11974c24, oa:person_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Person-ec6e814d-a22d-b188-880f-36dfafdb4e67, oa:person_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Person-f6d1721d-f6b9-94b2-f906-d0625acdde58 ;
  a2a:hasEvent oa:event_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_0, oa:relationep_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_1, oa:relationep_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_2, oa:relationep_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_3, oa:relationep_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_4, oa:relationep_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_5 ;
  a2a:hasSource oa:source_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b .

oa:person_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Person-85bf116d-33d2-77a0-9907-382e6e99ec29
  a a2a:Person ;
  rdfs:label "Maria Custermans" ;
  a2a:PersonName [
    rdfs:label "Maria Custermans" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Custermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Person-6fbdf767-909a-7b4c-813c-3bd66ba19bae
  a a2a:Person ;
  rdfs:label "Joannes Dirks Wagener" ;
  a2a:PersonName [
    rdfs:label "Joannes Dirks Wagener" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePatronym "Dirks" ;
    a2a:PersonNameLastName "Wagener"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Person-1b4eca0e-85ac-4a2c-9071-78344f728f9c
  a a2a:Person ;
  rdfs:label "Antonius Custermans" ;
  a2a:PersonName [
    rdfs:label "Antonius Custermans" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNameLastName "Custermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Person-a9430a33-e1e4-6c40-a54b-64bb11974c24
  a a2a:Person ;
  rdfs:label "Joanna Stoeps" ;
  a2a:PersonName [
    rdfs:label "Joanna Stoeps" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Stoeps"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Person-ec6e814d-a22d-b188-880f-36dfafdb4e67
  a a2a:Person ;
  rdfs:label "Joanna Custermans" ;
  a2a:PersonName [
    rdfs:label "Joanna Custermans" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Custermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Person-f6d1721d-f6b9-94b2-f906-d0625acdde58
  a a2a:Person ;
  rdfs:label "Hermanus Wagener" ;
  a2a:PersonName [
    rdfs:label "Hermanus Wagener" ;
    a2a:PersonNameFirstName "Hermanus" ;
    a2a:PersonNameLastName "Wagener"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1760" ;
    a2a:Month "10" ;
    a2a:Day "8" ;
    rdfs:label "1760-10-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Person:85bf116d-33d2-77a0-9907-382e6e99ec29 ;
  a2a:EventKeyRef oa:event_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Event1 .

oa:relationep_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Person:6fbdf767-909a-7b4c-813c-3bd66ba19bae ;
  a2a:EventKeyRef oa:event_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Event1 .

oa:relationep_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Person:1b4eca0e-85ac-4a2c-9071-78344f728f9c ;
  a2a:EventKeyRef oa:event_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Event1 .

oa:relationep_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Person:a9430a33-e1e4-6c40-a54b-64bb11974c24 ;
  a2a:EventKeyRef oa:event_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Event1 .

oa:relationep_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Person:ec6e814d-a22d-b188-880f-36dfafdb4e67 ;
  a2a:EventKeyRef oa:event_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Event1 .

oa:relationep_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_5
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Person:f6d1721d-f6b9-94b2-f906-d0625acdde58 ;
  a2a:EventKeyRef oa:event_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b_Event1 .

oa:source_brd_a20985f2-ad32-56e4-cd01-3dc0c19f0d1b
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1760-10-08 - 1760-10-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1760-10-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1760-10-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1760" ;
    a2a:Month "10" ;
    a2a:Day "8" ;
    rdfs:label "1760-10-08"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 16, Periode: 1742-1789" ;
    a2a:Book "Dopen rk Nieuwstraat 1742-1789" ;
    a2a:RegistryNumber "16" ;
    a2a:Folio "173" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 16, Periode: 1742-1789, Dopen rk Nieuwstraat 1742-1789, 16, 173"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83e8f58a-8751-11e3-8702-e7db4d1545f1.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/a20985f2-ad32-56e4-cd01-3dc0c19f0d1b" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83e8f58a-8751-11e3-8702-e7db4d1545f1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/a20985f2-ad32-56e4-cd01-3dc0c19f0d1b" ;
  a2a:RecordGUID "{a20985f2-ad32-56e4-cd01-3dc0c19f0d1b}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Nieuwstraat+1742-1789\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5390_00005390.xml van BRD" .

