@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_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943
  a a2a:Record ;
  rdfs:label "Doop op 25 augustus 1641 te Princenhage" ;
  a2a:hasPerson oa:person_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Person-06566694-99ef-107b-15b6-83311f771127, oa:person_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Person-c2ebe46c-eecb-3798-a515-a865ad0687f6, oa:person_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Person-7630ebb0-4e0c-929a-1606-2b52789f09c6, oa:person_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Person-3bb2be56-3fa4-cf35-067b-b2bae9b6b8db, oa:person_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Person-6c21cc96-14c9-d2cc-60a2-c1c7c7da67fb ;
  a2a:hasEvent oa:event_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_0, oa:relationep_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_1, oa:relationep_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_2, oa:relationep_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_3, oa:relationep_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_4 ;
  a2a:hasSource oa:source_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943 .

oa:person_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Person-06566694-99ef-107b-15b6-83311f771127
  a a2a:Person ;
  rdfs:label "Maria Lijns Peeters" ;
  a2a:PersonName [
    rdfs:label "Maria Lijns Peeters" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Lijns" ;
    a2a:PersonNameLastName "Peeters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Person-c2ebe46c-eecb-3798-a515-a865ad0687f6
  a a2a:Person ;
  rdfs:label "Adrianus Anthonii Houtermans" ;
  a2a:PersonName [
    rdfs:label "Adrianus Anthonii Houtermans" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePatronym "Anthonii" ;
    a2a:PersonNameLastName "Houtermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Person-7630ebb0-4e0c-929a-1606-2b52789f09c6
  a a2a:Person ;
  rdfs:label "Franciscus Anthonii Houtermans" ;
  a2a:PersonName [
    rdfs:label "Franciscus Anthonii Houtermans" ;
    a2a:PersonNameFirstName "Franciscus" ;
    a2a:PersonNamePatronym "Anthonii" ;
    a2a:PersonNameLastName "Houtermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Person-3bb2be56-3fa4-cf35-067b-b2bae9b6b8db
  a a2a:Person ;
  rdfs:label "Christina Jacops" ;
  a2a:PersonName [
    rdfs:label "Christina Jacops" ;
    a2a:PersonNameFirstName "Christina" ;
    a2a:PersonNameLastName "Jacops"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Person-6c21cc96-14c9-d2cc-60a2-c1c7c7da67fb
  a a2a:Person ;
  rdfs:label "Anthonius Houtermans" ;
  a2a:PersonName [
    rdfs:label "Anthonius Houtermans" ;
    a2a:PersonNameFirstName "Anthonius" ;
    a2a:PersonNameLastName "Houtermans"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1641" ;
    a2a:Month "8" ;
    a2a:Day "25" ;
    rdfs:label "1641-08-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage"
  ] .

oa:relationep_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Person:06566694-99ef-107b-15b6-83311f771127 ;
  a2a:EventKeyRef oa:event_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Event1 .

oa:relationep_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_1
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Person:c2ebe46c-eecb-3798-a515-a865ad0687f6 ;
  a2a:EventKeyRef oa:event_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Event1 .

oa:relationep_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Person:7630ebb0-4e0c-929a-1606-2b52789f09c6 ;
  a2a:EventKeyRef oa:event_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Event1 .

oa:relationep_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Person:3bb2be56-3fa4-cf35-067b-b2bae9b6b8db ;
  a2a:EventKeyRef oa:event_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Event1 .

oa:relationep_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Person:6c21cc96-14c9-d2cc-60a2-c1c7c7da67fb ;
  a2a:EventKeyRef oa:event_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943_Event1 .

oa:source_brd_2a42e7c4-43cc-1a2a-3eda-4aebd21f4943
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage", "1641-08-25 - 1641-08-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1641-08-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1641-08-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1641" ;
    a2a:Month "8" ;
    a2a:Day "25" ;
    rdfs:label "1641-08-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: 140, Periode: 1606-1648" ;
    a2a:Book "Dopen rk Princenhage 1606-1648" ;
    a2a:RegistryNumber "140" ;
    a2a:Folio "137r" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 140, Periode: 1606-1648, Dopen rk Princenhage 1606-1648, 140, 137r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83dbbfdc-8751-11e3-922b-53028ecbbb30.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/2a42e7c4-43cc-1a2a-3eda-4aebd21f4943" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83dbbfdc-8751-11e3-922b-53028ecbbb30.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/2a42e7c4-43cc-1a2a-3eda-4aebd21f4943" ;
  a2a:RecordGUID "{2a42e7c4-43cc-1a2a-3eda-4aebd21f4943}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Princenhage+1606-1648\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_1422_00001422.xml van BRD" .

