@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_e58162b6-dffa-3cee-c641-3b61fe87c343
  a a2a:Record ;
  rdfs:label "Doop op 23 september 1711 te Princenhage" ;
  a2a:hasPerson oa:person_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Person-0af09482-d32b-a33a-63f2-85d56cb8ee17, oa:person_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Person-3be6b699-0528-1aab-152a-2bfe9c0bfeec, oa:person_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Person-2bf28354-8e40-3487-4c85-cac151e3bbf4, oa:person_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Person-397b3f0e-53af-5c94-5649-5c0b46065d38, oa:person_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Person-be7de743-482a-7925-a3bc-65308deb69c6, oa:person_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Person-e8fe65ba-0c68-1bc8-04fe-e5412d3c71b9 ;
  a2a:hasEvent oa:event_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_0, oa:relationep_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_1, oa:relationep_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_2, oa:relationep_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_3, oa:relationep_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_4, oa:relationep_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_5 ;
  a2a:hasSource oa:source_brd_e58162b6-dffa-3cee-c641-3b61fe87c343 .

oa:person_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Person-0af09482-d32b-a33a-63f2-85d56cb8ee17
  a a2a:Person ;
  rdfs:label "Joanna van Loon" ;
  a2a:PersonName [
    rdfs:label "Joanna van Loon" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Loon"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Person-3be6b699-0528-1aab-152a-2bfe9c0bfeec
  a a2a:Person ;
  rdfs:label "Maria Pauli van Poppel" ;
  a2a:PersonName [
    rdfs:label "Maria Pauli van Poppel" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Pauli" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Poppel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Person-2bf28354-8e40-3487-4c85-cac151e3bbf4
  a a2a:Person ;
  rdfs:label "Denis Martinus de Berininch (absent)" ;
  a2a:PersonName [
    rdfs:label "Denis Martinus de Berininch (absent)" ;
    a2a:PersonNameFirstName "Denis" ;
    a2a:PersonNamePatronym "Martinus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Berininch (absent)"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Person-397b3f0e-53af-5c94-5649-5c0b46065d38
  a a2a:Person ;
  rdfs:label "Jeronimina Hermans" ;
  a2a:PersonName [
    rdfs:label "Jeronimina Hermans" ;
    a2a:PersonNameFirstName "Jeronimina" ;
    a2a:PersonNameLastName "Hermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Person-be7de743-482a-7925-a3bc-65308deb69c6
  a a2a:Person ;
  rdfs:label "Joannes Galmars" ;
  a2a:PersonName [
    rdfs:label "Joannes Galmars" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Galmars"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Person-e8fe65ba-0c68-1bc8-04fe-e5412d3c71b9
  a a2a:Person ;
  rdfs:label "Adrianus Galmars" ;
  a2a:PersonName [
    rdfs:label "Adrianus Galmars" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Galmars"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1711" ;
    a2a:Month "9" ;
    a2a:Day "23" ;
    rdfs:label "1711-09-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage"
  ] .

oa:relationep_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Person:0af09482-d32b-a33a-63f2-85d56cb8ee17 ;
  a2a:EventKeyRef oa:event_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Event1 .

oa:relationep_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Person:3be6b699-0528-1aab-152a-2bfe9c0bfeec ;
  a2a:EventKeyRef oa:event_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Event1 .

oa:relationep_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Person:2bf28354-8e40-3487-4c85-cac151e3bbf4 ;
  a2a:EventKeyRef oa:event_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Event1 .

oa:relationep_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Person:397b3f0e-53af-5c94-5649-5c0b46065d38 ;
  a2a:EventKeyRef oa:event_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Event1 .

oa:relationep_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Person:be7de743-482a-7925-a3bc-65308deb69c6 ;
  a2a:EventKeyRef oa:event_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Event1 .

oa:relationep_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_5
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Person:e8fe65ba-0c68-1bc8-04fe-e5412d3c71b9 ;
  a2a:EventKeyRef oa:event_brd_e58162b6-dffa-3cee-c641-3b61fe87c343_Event1 .

oa:source_brd_e58162b6-dffa-3cee-c641-3b61fe87c343
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage", "1711-09-23 - 1711-09-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1711-09-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1711-09-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1711" ;
    a2a:Month "9" ;
    a2a:Day "23" ;
    rdfs:label "1711-09-23"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 141, Periode: 1695-1740" ;
    a2a:Book "Dopen rk Princenhage 1695-1740" ;
    a2a:RegistryNumber "141" ;
    a2a:Folio "55r" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 141, Periode: 1695-1740, Dopen rk Princenhage 1695-1740, 141, 55r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83dc62ac-8751-11e3-a0cf-df69dc83b904.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/e58162b6-dffa-3cee-c641-3b61fe87c343" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83dc62ac-8751-11e3-a0cf-df69dc83b904.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/e58162b6-dffa-3cee-c641-3b61fe87c343" ;
  a2a:RecordGUID "{e58162b6-dffa-3cee-c641-3b61fe87c343}" ;
  a2a:SourceRemarkOpmerking "getuige 4 loco", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Princenhage+1695-1740\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5242_00005242.xml van BRD" .

