@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_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445
  a a2a:Record ;
  rdfs:label "Doop op 2 oktober 1775 te Breda" ;
  a2a:hasPerson oa:person_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Person-5cc07778-31ce-9670-8a9c-b54d2916b27b, oa:person_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Person-c2bd36b2-4353-57c4-ecea-830620a913b0, oa:person_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Person-41a9a422-e4db-89c4-6b78-418cca81b4c2, oa:person_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Person-700e1e8e-b463-6d67-ae26-b33c27f33dc1, oa:person_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Person-991810a5-62e8-552d-6f51-98a6ab8cb3bb ;
  a2a:hasEvent oa:event_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_0, oa:relationep_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_1, oa:relationep_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_2, oa:relationep_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_3, oa:relationep_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_4 ;
  a2a:hasSource oa:source_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445 .

oa:person_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Person-5cc07778-31ce-9670-8a9c-b54d2916b27b
  a a2a:Person ;
  rdfs:label "Maria Elisabeth Roosendaal" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth Roosendaal" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Elisabeth" ;
    a2a:PersonNameLastName "Roosendaal"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Person-c2bd36b2-4353-57c4-ecea-830620a913b0
  a a2a:Person ;
  rdfs:label "Anna Maria Panis" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Panis" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePatronym "Maria" ;
    a2a:PersonNameLastName "Panis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Person-41a9a422-e4db-89c4-6b78-418cca81b4c2
  a a2a:Person ;
  rdfs:label "Petrus Maijers" ;
  a2a:PersonName [
    rdfs:label "Petrus Maijers" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Maijers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Person-700e1e8e-b463-6d67-ae26-b33c27f33dc1
  a a2a:Person ;
  rdfs:label "Joannes Baptist Collignon" ;
  a2a:PersonName [
    rdfs:label "Joannes Baptist Collignon" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePatronym "Baptist" ;
    a2a:PersonNameLastName "Collignon"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Person-991810a5-62e8-552d-6f51-98a6ab8cb3bb
  a a2a:Person ;
  rdfs:label "Maria Elisabeth Collignon" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth Collignon" ;
    a2a:PersonNameFirstName "Maria Elisabeth" ;
    a2a:PersonNameLastName "Collignon"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1775" ;
    a2a:Month "10" ;
    a2a:Day "2" ;
    rdfs:label "1775-10-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Person:5cc07778-31ce-9670-8a9c-b54d2916b27b ;
  a2a:EventKeyRef oa:event_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Event1 .

oa:relationep_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Person:c2bd36b2-4353-57c4-ecea-830620a913b0 ;
  a2a:EventKeyRef oa:event_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Event1 .

oa:relationep_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Person:41a9a422-e4db-89c4-6b78-418cca81b4c2 ;
  a2a:EventKeyRef oa:event_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Event1 .

oa:relationep_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Person:700e1e8e-b463-6d67-ae26-b33c27f33dc1 ;
  a2a:EventKeyRef oa:event_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Event1 .

oa:relationep_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Person:991810a5-62e8-552d-6f51-98a6ab8cb3bb ;
  a2a:EventKeyRef oa:event_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445_Event1 .

oa:source_brd_d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1775-10-02 - 1775-10-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1775-10-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1775-10-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1775" ;
    a2a:Month "10" ;
    a2a:Day "2" ;
    rdfs:label "1775-10-02"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 16, Periode: 1742-1789" ;
    a2a:Book "Dopen rk Nieuwstraat 1742-1789" ;
    a2a:RegistryNumber "16" ;
    a2a:Folio "271" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 16, Periode: 1742-1789, Dopen rk Nieuwstraat 1742-1789, 16, 271"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83e9562e-8751-11e3-873a-7fd106b5c5ca.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83e9562e-8751-11e3-873a-7fd106b5c5ca.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445" ;
  a2a:RecordGUID "{d99ce7e1-c7ce-1eb2-2f0b-ffb4c35a7445}" ;
  a2a:SourceRemarkOpmerking "vader uit Tertoolen moeder uit Venlo", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Nieuwstraat+1742-1789\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5191_00005191.xml van BRD" .

