@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_0d19099b-b36d-500c-e1f9-e5025eebb46d
  a a2a:Record ;
  rdfs:label "Doop op 7 december 1715 te Bavel" ;
  a2a:hasPerson oa:person_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_Person-24d2d243-8dff-b8d7-c04f-c2d4f01060ab, oa:person_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_Person-ce34ef2d-360c-93de-faaa-3260c6f390f6, oa:person_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_Person-c209e22f-0b4b-07af-2c1b-4305fea30bc1, oa:person_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_Person-a3f5ca70-d7c7-004a-7749-7b0e76ad5de5 ;
  a2a:hasEvent oa:event_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_0, oa:relationep_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_1, oa:relationep_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_2, oa:relationep_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_3 ;
  a2a:hasSource oa:source_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d .

oa:person_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_Person-24d2d243-8dff-b8d7-c04f-c2d4f01060ab
  a a2a:Person ;
  rdfs:label "Alidis Peeter Schoenmaeckers" ;
  a2a:PersonName [
    rdfs:label "Alidis Peeter Schoenmaeckers" ;
    a2a:PersonNameFirstName "Alidis" ;
    a2a:PersonNamePatronym "Peeter" ;
    a2a:PersonNameLastName "Schoenmaeckers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_Person-ce34ef2d-360c-93de-faaa-3260c6f390f6
  a a2a:Person ;
  rdfs:label "Anna Vochten" ;
  a2a:PersonName [
    rdfs:label "Anna Vochten" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Vochten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_Person-c209e22f-0b4b-07af-2c1b-4305fea30bc1
  a a2a:Person ;
  rdfs:label "Thomas Gevers" ;
  a2a:PersonName [
    rdfs:label "Thomas Gevers" ;
    a2a:PersonNameFirstName "Thomas" ;
    a2a:PersonNameLastName "Gevers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_Person-a3f5ca70-d7c7-004a-7749-7b0e76ad5de5
  a a2a:Person ;
  rdfs:label "Elisabeth Gevers" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Gevers" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Gevers"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1715" ;
    a2a:Month "12" ;
    a2a:Day "7" ;
    rdfs:label "1715-12-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bavel" ;
    rdfs:label "Bavel"
  ] .

oa:relationep_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_Person:24d2d243-8dff-b8d7-c04f-c2d4f01060ab ;
  a2a:EventKeyRef oa:event_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_Event1 .

oa:relationep_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_1
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_Person:ce34ef2d-360c-93de-faaa-3260c6f390f6 ;
  a2a:EventKeyRef oa:event_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_Event1 .

oa:relationep_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_Person:c209e22f-0b4b-07af-2c1b-4305fea30bc1 ;
  a2a:EventKeyRef oa:event_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_Event1 .

oa:relationep_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_3
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_Person:a3f5ca70-d7c7-004a-7749-7b0e76ad5de5 ;
  a2a:EventKeyRef oa:event_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d_Event1 .

oa:source_brd_0d19099b-b36d-500c-e1f9-e5025eebb46d
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Ginneken en Bavel" ;
    rdfs:label "Ginneken en Bavel", "1715-12-07 - 1715-12-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1715-12-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1715-12-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1715" ;
    a2a:Month "12" ;
    a2a:Day "7" ;
    rdfs:label "1715-12-07"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Nieuw-Ginneken, Bron: boek, Deel: 3, Periode: 1648-1733" ;
    a2a:Book "Dopen rk Bavel 1648-1733" ;
    a2a:RegistryNumber "3" ;
    a2a:Folio "99v" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Nieuw-Ginneken, Bron: boek, Deel: 3, Periode: 1648-1733, Dopen rk Bavel 1648-1733, 3, 99v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/841ed9a2-8751-11e3-84eb-7bcae303858c.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/0d19099b-b36d-500c-e1f9-e5025eebb46d" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/841ed9a2-8751-11e3-84eb-7bcae303858c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/0d19099b-b36d-500c-e1f9-e5025eebb46d" ;
  a2a:RecordGUID "{0d19099b-b36d-500c-e1f9-e5025eebb46d}" ;
  a2a:SourceRemarkOpmerking "de meter uit Heusdenhout", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Bavel+1648-1733\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_1298_00001298.xml van BRD" .

