@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_52260aca-b0d0-ceaf-df6f-b78a7a3ef440
  a a2a:Record ;
  rdfs:label "Doop op 27 maart 1630 te Breda" ;
  a2a:hasPerson oa:person_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Person-bf2f47c9-6fa3-e4d8-4e9b-eeb88b15478a, oa:person_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Person-21e1e84a-b499-0f15-d64f-dc8fddde8e51, oa:person_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Person-6dd13e5e-1af2-55bf-927b-7c1721ea9fc1, oa:person_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Person-4f2bdb31-9b6f-d12c-5cde-fbe446c0fbe8, oa:person_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Person-3b8526da-3037-1f65-3f4a-2e812eee5a6d ;
  a2a:hasEvent oa:event_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_0, oa:relationep_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_1, oa:relationep_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_2, oa:relationep_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_3, oa:relationep_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_4 ;
  a2a:hasSource oa:source_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440 .

oa:person_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Person-bf2f47c9-6fa3-e4d8-4e9b-eeb88b15478a
  a a2a:Person ;
  rdfs:label "Maria Sussanna Dorothea de la Croix" ;
  a2a:PersonName [
    rdfs:label "Maria Sussanna Dorothea de la Croix" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Sussanna Dorothea" ;
    a2a:PersonNamePrefixLastName "de la" ;
    a2a:PersonNameLastName "Croix"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Person-21e1e84a-b499-0f15-d64f-dc8fddde8e51
  a a2a:Person ;
  rdfs:label "Carolus van Eetvelt" ;
  a2a:PersonName [
    rdfs:label "Carolus van Eetvelt" ;
    a2a:PersonNameFirstName "Carolus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Eetvelt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Person-6dd13e5e-1af2-55bf-927b-7c1721ea9fc1
  a a2a:Person ;
  rdfs:label "Jacobus Petit" ;
  a2a:PersonName [
    rdfs:label "Jacobus Petit" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Petit"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Person-4f2bdb31-9b6f-d12c-5cde-fbe446c0fbe8
  a a2a:Person ;
  rdfs:label "Catharina Luches" ;
  a2a:PersonName [
    rdfs:label "Catharina Luches" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Luches"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Person-3b8526da-3037-1f65-3f4a-2e812eee5a6d
  a a2a:Person ;
  rdfs:label "Carolus Franciscus Petit" ;
  a2a:PersonName [
    rdfs:label "Carolus Franciscus Petit" ;
    a2a:PersonNameFirstName "Carolus Franciscus" ;
    a2a:PersonNameLastName "Petit"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1630" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1630-03-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Person:bf2f47c9-6fa3-e4d8-4e9b-eeb88b15478a ;
  a2a:EventKeyRef oa:event_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Event1 .

oa:relationep_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_1
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Person:21e1e84a-b499-0f15-d64f-dc8fddde8e51 ;
  a2a:EventKeyRef oa:event_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Event1 .

oa:relationep_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Person:6dd13e5e-1af2-55bf-927b-7c1721ea9fc1 ;
  a2a:EventKeyRef oa:event_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Event1 .

oa:relationep_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Person:4f2bdb31-9b6f-d12c-5cde-fbe446c0fbe8 ;
  a2a:EventKeyRef oa:event_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Event1 .

oa:relationep_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Person:3b8526da-3037-1f65-3f4a-2e812eee5a6d ;
  a2a:EventKeyRef oa:event_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440_Event1 .

oa:source_brd_52260aca-b0d0-ceaf-df6f-b78a7a3ef440
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1630-03-27 - 1630-03-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1630-03-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1630-03-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1630" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1630-03-27"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 3, Periode: 1626-1634" ;
    a2a:Book "Dopen rk Brugstraat 1626-1634" ;
    a2a:RegistryNumber "3" ;
    a2a:Folio "103" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 3, Periode: 1626-1634, Dopen rk Brugstraat 1626-1634, 3, 103"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83f55b7c-8751-11e3-b7cb-c7bd2c67420e.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/52260aca-b0d0-ceaf-df6f-b78a7a3ef440" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83f55b7c-8751-11e3-b7cb-c7bd2c67420e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/52260aca-b0d0-ceaf-df6f-b78a7a3ef440" ;
  a2a:RecordGUID "{52260aca-b0d0-ceaf-df6f-b78a7a3ef440}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Brugstraat+1626-1634\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_1159_00001159.xml van BRD" .

