@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_3f8967c8-4aaa-044c-d042-8bc05aee3c00
  a a2a:Record ;
  rdfs:label "Doop op 2 december 1734 te Breda" ;
  a2a:hasPerson oa:person_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Person-c9db7fb2-a460-bdb5-e390-3b6f9ff479a5, oa:person_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Person-75d45e49-67e6-770e-e974-8ee3f26a9fc1, oa:person_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Person-18c449b2-8942-364c-4457-5408374bd23a, oa:person_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Person-d46f78cf-c58b-44c4-537c-5eace7f674cf, oa:person_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Person-33fe3e4d-d922-dd84-fe2d-dd04f2c35570, oa:person_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Person-96512595-b8a0-6c48-8b2c-590ee132d2b9 ;
  a2a:hasEvent oa:event_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_0, oa:relationep_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_1, oa:relationep_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_2, oa:relationep_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_3, oa:relationep_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_4, oa:relationep_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_5 ;
  a2a:hasSource oa:source_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00 .

oa:person_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Person-c9db7fb2-a460-bdb5-e390-3b6f9ff479a5
  a a2a:Person ;
  rdfs:label "Maria Stobbelaers" ;
  a2a:PersonName [
    rdfs:label "Maria Stobbelaers" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Stobbelaers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Person-75d45e49-67e6-770e-e974-8ee3f26a9fc1
  a a2a:Person ;
  rdfs:label "Josephus Scheppers" ;
  a2a:PersonName [
    rdfs:label "Josephus Scheppers" ;
    a2a:PersonNameFirstName "Josephus" ;
    a2a:PersonNameLastName "Scheppers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Person-18c449b2-8942-364c-4457-5408374bd23a
  a a2a:Person ;
  rdfs:label "Marynus Scheffers" ;
  a2a:PersonName [
    rdfs:label "Marynus Scheffers" ;
    a2a:PersonNameFirstName "Marynus" ;
    a2a:PersonNameLastName "Scheffers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Person-d46f78cf-c58b-44c4-537c-5eace7f674cf
  a a2a:Person ;
  rdfs:label "Lucia Gespers" ;
  a2a:PersonName [
    rdfs:label "Lucia Gespers" ;
    a2a:PersonNameFirstName "Lucia" ;
    a2a:PersonNameLastName "Gespers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Person-33fe3e4d-d922-dd84-fe2d-dd04f2c35570
  a a2a:Person ;
  rdfs:label "Anna Machtingh" ;
  a2a:PersonName [
    rdfs:label "Anna Machtingh" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Machtingh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Person-96512595-b8a0-6c48-8b2c-590ee132d2b9
  a a2a:Person ;
  rdfs:label "Josephus Maria Scheffers" ;
  a2a:PersonName [
    rdfs:label "Josephus Maria Scheffers" ;
    a2a:PersonNameFirstName "Josephus Maria" ;
    a2a:PersonNameLastName "Scheffers"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1734" ;
    a2a:Month "12" ;
    a2a:Day "2" ;
    rdfs:label "1734-12-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Person:c9db7fb2-a460-bdb5-e390-3b6f9ff479a5 ;
  a2a:EventKeyRef oa:event_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Event1 .

oa:relationep_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_1
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Person:75d45e49-67e6-770e-e974-8ee3f26a9fc1 ;
  a2a:EventKeyRef oa:event_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Event1 .

oa:relationep_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Person:18c449b2-8942-364c-4457-5408374bd23a ;
  a2a:EventKeyRef oa:event_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Event1 .

oa:relationep_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Person:d46f78cf-c58b-44c4-537c-5eace7f674cf ;
  a2a:EventKeyRef oa:event_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Event1 .

oa:relationep_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Person:33fe3e4d-d922-dd84-fe2d-dd04f2c35570 ;
  a2a:EventKeyRef oa:event_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Event1 .

oa:relationep_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_5
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Person:96512595-b8a0-6c48-8b2c-590ee132d2b9 ;
  a2a:EventKeyRef oa:event_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00_Event1 .

oa:source_brd_3f8967c8-4aaa-044c-d042-8bc05aee3c00
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1734-12-02 - 1734-12-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1734-12-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1734-12-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1734" ;
    a2a:Month "12" ;
    a2a:Day "2" ;
    rdfs:label "1734-12-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: 21, Periode: 1704-1747" ;
    a2a:Book "Dopen rk Waterstraat 1704-1747" ;
    a2a:RegistryNumber "21" ;
    a2a:Folio "192" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 21, Periode: 1704-1747, Dopen rk Waterstraat 1704-1747, 21, 192"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83ed0a30-8751-11e3-954b-1fcc58887a02.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/3f8967c8-4aaa-044c-d042-8bc05aee3c00" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83ed0a30-8751-11e3-954b-1fcc58887a02.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/3f8967c8-4aaa-044c-d042-8bc05aee3c00" ;
  a2a:RecordGUID "{3f8967c8-4aaa-044c-d042-8bc05aee3c00}" ;
  a2a:SourceRemarkOpmerking "<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_1080_00001080.xml van BRD" .

