@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_fc2907b4-63bf-0a10-7259-5fb55403c28d
  a a2a:Record ;
  rdfs:label "Doop op 25 april 1789 te Princenhage" ;
  a2a:hasPerson oa:person_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Person-1260e994-a0da-9b88-3729-eebdfa3f3620, oa:person_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Person-9e3f345c-c18d-6886-1e82-b74f69f84bb5, oa:person_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Person-a9a83504-3910-fbea-ff33-5f9c06e6d527, oa:person_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Person-af962d27-1c30-9243-974f-94b310439994, oa:person_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Person-632cb2ea-226b-15ba-af72-04ec98383555 ;
  a2a:hasEvent oa:event_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_0, oa:relationep_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_1, oa:relationep_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_2, oa:relationep_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_3, oa:relationep_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_4 ;
  a2a:hasSource oa:source_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d .

oa:person_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Person-1260e994-a0da-9b88-3729-eebdfa3f3620
  a a2a:Person ;
  rdfs:label "Petronilla Barbiers" ;
  a2a:PersonName [
    rdfs:label "Petronilla Barbiers" ;
    a2a:PersonNameFirstName "Petronilla" ;
    a2a:PersonNameLastName "Barbiers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Person-9e3f345c-c18d-6886-1e82-b74f69f84bb5
  a a2a:Person ;
  rdfs:label "Cornelia Barbiers" ;
  a2a:PersonName [
    rdfs:label "Cornelia Barbiers" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Barbiers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Person-a9a83504-3910-fbea-ff33-5f9c06e6d527
  a a2a:Person ;
  rdfs:label "Jan Ooninx" ;
  a2a:PersonName [
    rdfs:label "Jan Ooninx" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Ooninx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Person-af962d27-1c30-9243-974f-94b310439994
  a a2a:Person ;
  rdfs:label "Petrus Ooninx" ;
  a2a:PersonName [
    rdfs:label "Petrus Ooninx" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Ooninx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Person-632cb2ea-226b-15ba-af72-04ec98383555
  a a2a:Person ;
  rdfs:label "Adrianus Ooninx" ;
  a2a:PersonName [
    rdfs:label "Adrianus Ooninx" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Ooninx"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1789" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1789-04-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage"
  ] .

oa:relationep_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Person:1260e994-a0da-9b88-3729-eebdfa3f3620 ;
  a2a:EventKeyRef oa:event_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Event1 .

oa:relationep_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Person:9e3f345c-c18d-6886-1e82-b74f69f84bb5 ;
  a2a:EventKeyRef oa:event_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Event1 .

oa:relationep_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Person:a9a83504-3910-fbea-ff33-5f9c06e6d527 ;
  a2a:EventKeyRef oa:event_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Event1 .

oa:relationep_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Person:af962d27-1c30-9243-974f-94b310439994 ;
  a2a:EventKeyRef oa:event_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Event1 .

oa:relationep_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Person:632cb2ea-226b-15ba-af72-04ec98383555 ;
  a2a:EventKeyRef oa:event_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d_Event1 .

oa:source_brd_fc2907b4-63bf-0a10-7259-5fb55403c28d
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage", "1789-04-25 - 1789-04-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1789-04-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1789-04-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1789" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1789-04-25"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 143, Periode: 1767-1811" ;
    a2a:Book "Dopen rk Princenhage 1767-1811" ;
    a2a:RegistryNumber "143" ;
    a2a:Folio "232" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 143, Periode: 1767-1811, Dopen rk Princenhage 1767-1811, 143, 232"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83df7816-8751-11e3-b5b8-ff2bdb4f7cf2.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/fc2907b4-63bf-0a10-7259-5fb55403c28d" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83df7816-8751-11e3-b5b8-ff2bdb4f7cf2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/fc2907b4-63bf-0a10-7259-5fb55403c28d" ;
  a2a:RecordGUID "{fc2907b4-63bf-0a10-7259-5fb55403c28d}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Princenhage+1767-1811\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5339_00005339.xml van BRD" .

