@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_0829144a-e84e-93a3-1ac7-a07ea2abe30f
  a a2a:Record ;
  rdfs:label "Doop op 15 september 1737 te Princenhage" ;
  a2a:hasPerson oa:person_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Person-3bcd4f2e-891d-6d4f-36e4-961556bff692, oa:person_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Person-554b222d-af1a-a335-92f1-8eda77f0b499, oa:person_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Person-40fa3970-a7ad-83ee-5d5c-a146c10e72ba, oa:person_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Person-42ad0785-447c-a694-149f-abe54f709cd5, oa:person_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Person-86ac0184-521e-983f-5fc0-7453563b3648 ;
  a2a:hasEvent oa:event_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_0, oa:relationep_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_1, oa:relationep_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_2, oa:relationep_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_3, oa:relationep_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_4 ;
  a2a:hasSource oa:source_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f .

oa:person_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Person-3bcd4f2e-891d-6d4f-36e4-961556bff692
  a a2a:Person ;
  rdfs:label "Catharina Adriani Lodders" ;
  a2a:PersonName [
    rdfs:label "Catharina Adriani Lodders" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNamePatronym "Adriani" ;
    a2a:PersonNameLastName "Lodders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Person-554b222d-af1a-a335-92f1-8eda77f0b499
  a a2a:Person ;
  rdfs:label "Lucia van Raack" ;
  a2a:PersonName [
    rdfs:label "Lucia van Raack" ;
    a2a:PersonNameFirstName "Lucia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Raack"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Person-40fa3970-a7ad-83ee-5d5c-a146c10e72ba
  a a2a:Person ;
  rdfs:label "Wilhelmus van den Houdt" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus van den Houdt" ;
    a2a:PersonNameFirstName "Wilhelmus" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Houdt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Person-42ad0785-447c-a694-149f-abe54f709cd5
  a a2a:Person ;
  rdfs:label "Joannes Henrici van Raack" ;
  a2a:PersonName [
    rdfs:label "Joannes Henrici van Raack" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePatronym "Henrici" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Raack"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Person-86ac0184-521e-983f-5fc0-7453563b3648
  a a2a:Person ;
  rdfs:label "Adrianus van Raack" ;
  a2a:PersonName [
    rdfs:label "Adrianus van Raack" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Raack"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1737" ;
    a2a:Month "9" ;
    a2a:Day "15" ;
    rdfs:label "1737-09-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage"
  ] .

oa:relationep_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Person:3bcd4f2e-891d-6d4f-36e4-961556bff692 ;
  a2a:EventKeyRef oa:event_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Event1 .

oa:relationep_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_1
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Person:554b222d-af1a-a335-92f1-8eda77f0b499 ;
  a2a:EventKeyRef oa:event_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Event1 .

oa:relationep_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Person:40fa3970-a7ad-83ee-5d5c-a146c10e72ba ;
  a2a:EventKeyRef oa:event_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Event1 .

oa:relationep_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Person:42ad0785-447c-a694-149f-abe54f709cd5 ;
  a2a:EventKeyRef oa:event_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Event1 .

oa:relationep_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Person:86ac0184-521e-983f-5fc0-7453563b3648 ;
  a2a:EventKeyRef oa:event_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f_Event1 .

oa:source_brd_0829144a-e84e-93a3-1ac7-a07ea2abe30f
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage", "1737-09-15 - 1737-09-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1737-09-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1737-09-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1737" ;
    a2a:Month "9" ;
    a2a:Day "15" ;
    rdfs:label "1737-09-15"^^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 "189v" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 141, Periode: 1695-1740, Dopen rk Princenhage 1695-1740, 141, 189v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83dd4d3e-8751-11e3-939c-87d01359261e.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/0829144a-e84e-93a3-1ac7-a07ea2abe30f" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83dd4d3e-8751-11e3-939c-87d01359261e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/0829144a-e84e-93a3-1ac7-a07ea2abe30f" ;
  a2a:RecordGUID "{0829144a-e84e-93a3-1ac7-a07ea2abe30f}" ;
  a2a:SourceRemarkOpmerking "<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_1277_00001277.xml van BRD" .

