@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_2f680499-be0a-c8d4-24d9-660c9d7f60f6
  a a2a:Record ;
  rdfs:label "Doop op 11 juni 1752 te Princenhage" ;
  a2a:hasPerson oa:person_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Person-b791b208-5676-3212-87ce-0e54d10f4aa8, oa:person_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Person-e6aee902-b6e9-edf3-8118-e78502fd89dc, oa:person_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Person-ab5b31b1-ca2b-9d92-62e3-7491bb24d364, oa:person_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Person-68589d8e-db19-32ef-c723-20822dbec35d, oa:person_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Person-041f6d0c-fc64-3df4-7e79-6e4780b7db20 ;
  a2a:hasEvent oa:event_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_0, oa:relationep_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_1, oa:relationep_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_2, oa:relationep_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_3, oa:relationep_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_4 ;
  a2a:hasSource oa:source_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6 .

oa:person_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Person-b791b208-5676-3212-87ce-0e54d10f4aa8
  a a2a:Person ;
  rdfs:label "Adriana van Leen" ;
  a2a:PersonName [
    rdfs:label "Adriana van Leen" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Leen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Person-e6aee902-b6e9-edf3-8118-e78502fd89dc
  a a2a:Person ;
  rdfs:label "Josephus Mouwen" ;
  a2a:PersonName [
    rdfs:label "Josephus Mouwen" ;
    a2a:PersonNameFirstName "Josephus" ;
    a2a:PersonNameLastName "Mouwen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Person-ab5b31b1-ca2b-9d92-62e3-7491bb24d364
  a a2a:Person ;
  rdfs:label "Martinus Joannis Stops" ;
  a2a:PersonName [
    rdfs:label "Martinus Joannis Stops" ;
    a2a:PersonNameFirstName "Martinus" ;
    a2a:PersonNamePatronym "Joannis" ;
    a2a:PersonNameLastName "Stops"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Person-68589d8e-db19-32ef-c723-20822dbec35d
  a a2a:Person ;
  rdfs:label "Cornelia Adriani Hop" ;
  a2a:PersonName [
    rdfs:label "Cornelia Adriani Hop" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePatronym "Adriani" ;
    a2a:PersonNameLastName "Hop"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Person-041f6d0c-fc64-3df4-7e79-6e4780b7db20
  a a2a:Person ;
  rdfs:label "Adrianus Stops" ;
  a2a:PersonName [
    rdfs:label "Adrianus Stops" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Stops"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1752" ;
    a2a:Month "6" ;
    a2a:Day "11" ;
    rdfs:label "1752-06-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage"
  ] .

oa:relationep_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Person:b791b208-5676-3212-87ce-0e54d10f4aa8 ;
  a2a:EventKeyRef oa:event_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Event1 .

oa:relationep_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_1
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Person:e6aee902-b6e9-edf3-8118-e78502fd89dc ;
  a2a:EventKeyRef oa:event_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Event1 .

oa:relationep_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Person:ab5b31b1-ca2b-9d92-62e3-7491bb24d364 ;
  a2a:EventKeyRef oa:event_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Event1 .

oa:relationep_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Person:68589d8e-db19-32ef-c723-20822dbec35d ;
  a2a:EventKeyRef oa:event_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Event1 .

oa:relationep_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Person:041f6d0c-fc64-3df4-7e79-6e4780b7db20 ;
  a2a:EventKeyRef oa:event_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6_Event1 .

oa:source_brd_2f680499-be0a-c8d4-24d9-660c9d7f60f6
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage", "1752-06-11 - 1752-06-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1752-06-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1752-06-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1752" ;
    a2a:Month "6" ;
    a2a:Day "11" ;
    rdfs:label "1752-06-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 "106" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 142, Periode: 1740-1767, Dopen rk Princenhage 1740-1767, 142, 106"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83ddc0d4-8751-11e3-8a65-1f2841030287.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/2f680499-be0a-c8d4-24d9-660c9d7f60f6" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83ddc0d4-8751-11e3-8a65-1f2841030287.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/2f680499-be0a-c8d4-24d9-660c9d7f60f6" ;
  a2a:RecordGUID "{2f680499-be0a-c8d4-24d9-660c9d7f60f6}" ;
  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_1444_00001444.xml van BRD" .

