@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_bd6d871e-6f82-d00e-357b-9bc23d484deb
  a a2a:Record ;
  rdfs:label "Doop op 11 november 1749 te Princenhage" ;
  a2a:hasPerson oa:person_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Person-c0cd6929-c3e7-3399-9dcb-ca11d6dcb31b, oa:person_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Person-0ad6cd50-d711-9196-eef7-50a9c8f1a6d8, oa:person_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Person-4ee3f71b-5bff-2853-5e45-b57bf0226308, oa:person_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Person-b52b0208-1d46-defd-8657-3460e3487c13, oa:person_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Person-2c2d5d27-da4b-a2e6-295c-43d04d7b29df ;
  a2a:hasEvent oa:event_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_0, oa:relationep_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_1, oa:relationep_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_2, oa:relationep_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_3, oa:relationep_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_4 ;
  a2a:hasSource oa:source_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb .

oa:person_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Person-c0cd6929-c3e7-3399-9dcb-ca11d6dcb31b
  a a2a:Person ;
  rdfs:label "Adriana van der Groese" ;
  a2a:PersonName [
    rdfs:label "Adriana van der Groese" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Groese"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Person-0ad6cd50-d711-9196-eef7-50a9c8f1a6d8
  a a2a:Person ;
  rdfs:label "Nicolaus van der Groese" ;
  a2a:PersonName [
    rdfs:label "Nicolaus van der Groese" ;
    a2a:PersonNameFirstName "Nicolaus" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Groese"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Person-4ee3f71b-5bff-2853-5e45-b57bf0226308
  a a2a:Person ;
  rdfs:label "Petrus van Ginneken" ;
  a2a:PersonName [
    rdfs:label "Petrus van Ginneken" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Ginneken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Person-b52b0208-1d46-defd-8657-3460e3487c13
  a a2a:Person ;
  rdfs:label "Joanna Petri van Ginneken" ;
  a2a:PersonName [
    rdfs:label "Joanna Petri van Ginneken" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNamePatronym "Petri" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Ginneken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Person-2c2d5d27-da4b-a2e6-295c-43d04d7b29df
  a a2a:Person ;
  rdfs:label "Joannes van der Groese" ;
  a2a:PersonName [
    rdfs:label "Joannes van der Groese" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Groese"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1749" ;
    a2a:Month "11" ;
    a2a:Day "11" ;
    rdfs:label "1749-11-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage"
  ] .

oa:relationep_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Person:c0cd6929-c3e7-3399-9dcb-ca11d6dcb31b ;
  a2a:EventKeyRef oa:event_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Event1 .

oa:relationep_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Person:0ad6cd50-d711-9196-eef7-50a9c8f1a6d8 ;
  a2a:EventKeyRef oa:event_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Event1 .

oa:relationep_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Person:4ee3f71b-5bff-2853-5e45-b57bf0226308 ;
  a2a:EventKeyRef oa:event_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Event1 .

oa:relationep_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Person:b52b0208-1d46-defd-8657-3460e3487c13 ;
  a2a:EventKeyRef oa:event_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Event1 .

oa:relationep_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Person:2c2d5d27-da4b-a2e6-295c-43d04d7b29df ;
  a2a:EventKeyRef oa:event_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb_Event1 .

oa:source_brd_bd6d871e-6f82-d00e-357b-9bc23d484deb
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage", "1749-11-11 - 1749-11-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1749-11-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1749-11-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1749" ;
    a2a:Month "11" ;
    a2a:Day "11" ;
    rdfs:label "1749-11-11"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 142, Periode: 1740-1767" ;
    a2a:Book "Dopen rk Princenhage 1740-1767" ;
    a2a:RegistryNumber "142" ;
    a2a:Folio "84" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 142, Periode: 1740-1767, Dopen rk Princenhage 1740-1767, 142, 84"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83ddadce-8751-11e3-9580-47af0282e8c0.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/bd6d871e-6f82-d00e-357b-9bc23d484deb" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83ddadce-8751-11e3-9580-47af0282e8c0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/bd6d871e-6f82-d00e-357b-9bc23d484deb" ;
  a2a:RecordGUID "{bd6d871e-6f82-d00e-357b-9bc23d484deb}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Princenhage+1740-1767\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5505_00005505.xml van BRD" .

