@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_fd770c87-4e50-86a0-55df-71e65f11f896
  a a2a:Record ;
  rdfs:label "Doop op 28 februari 1806 te Breda" ;
  a2a:hasPerson oa:person_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Person-7060f971-0594-a740-74cb-afad4d7800aa, oa:person_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Person-c75b37ad-6778-fbc7-ab5d-ce5edb9bd6ce, oa:person_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Person-f40353b8-764d-b801-86bb-a12e5e69c267, oa:person_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Person-9d4b0126-7f4f-db4a-9417-c2153409ef5d, oa:person_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Person-b312f0fe-1845-9b6f-5956-77829476ed50 ;
  a2a:hasEvent oa:event_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_fd770c87-4e50-86a0-55df-71e65f11f896_0, oa:relationep_brd_fd770c87-4e50-86a0-55df-71e65f11f896_1, oa:relationep_brd_fd770c87-4e50-86a0-55df-71e65f11f896_2, oa:relationep_brd_fd770c87-4e50-86a0-55df-71e65f11f896_3, oa:relationep_brd_fd770c87-4e50-86a0-55df-71e65f11f896_4 ;
  a2a:hasSource oa:source_brd_fd770c87-4e50-86a0-55df-71e65f11f896 .

oa:person_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Person-7060f971-0594-a740-74cb-afad4d7800aa
  a a2a:Person ;
  rdfs:label "Petronella Adriaansen" ;
  a2a:PersonName [
    rdfs:label "Petronella Adriaansen" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNameLastName "Adriaansen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Person-c75b37ad-6778-fbc7-ab5d-ce5edb9bd6ce
  a a2a:Person ;
  rdfs:label "Catharina Valies" ;
  a2a:PersonName [
    rdfs:label "Catharina Valies" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Valies"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Person-f40353b8-764d-b801-86bb-a12e5e69c267
  a a2a:Person ;
  rdfs:label "Joannes Kooremans" ;
  a2a:PersonName [
    rdfs:label "Joannes Kooremans" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Kooremans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Person-9d4b0126-7f4f-db4a-9417-c2153409ef5d
  a a2a:Person ;
  rdfs:label "Martinus Kooremans" ;
  a2a:PersonName [
    rdfs:label "Martinus Kooremans" ;
    a2a:PersonNameFirstName "Martinus" ;
    a2a:PersonNameLastName "Kooremans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Person-b312f0fe-1845-9b6f-5956-77829476ed50
  a a2a:Person ;
  rdfs:label "Martinus Kooremans" ;
  a2a:PersonName [
    rdfs:label "Martinus Kooremans" ;
    a2a:PersonNameFirstName "Martinus" ;
    a2a:PersonNameLastName "Kooremans"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1806" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "1806-02-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_fd770c87-4e50-86a0-55df-71e65f11f896_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Person:7060f971-0594-a740-74cb-afad4d7800aa ;
  a2a:EventKeyRef oa:event_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Event1 .

oa:relationep_brd_fd770c87-4e50-86a0-55df-71e65f11f896_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Person:c75b37ad-6778-fbc7-ab5d-ce5edb9bd6ce ;
  a2a:EventKeyRef oa:event_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Event1 .

oa:relationep_brd_fd770c87-4e50-86a0-55df-71e65f11f896_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Person:f40353b8-764d-b801-86bb-a12e5e69c267 ;
  a2a:EventKeyRef oa:event_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Event1 .

oa:relationep_brd_fd770c87-4e50-86a0-55df-71e65f11f896_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Person:9d4b0126-7f4f-db4a-9417-c2153409ef5d ;
  a2a:EventKeyRef oa:event_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Event1 .

oa:relationep_brd_fd770c87-4e50-86a0-55df-71e65f11f896_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Person:b312f0fe-1845-9b6f-5956-77829476ed50 ;
  a2a:EventKeyRef oa:event_brd_fd770c87-4e50-86a0-55df-71e65f11f896_Event1 .

oa:source_brd_fd770c87-4e50-86a0-55df-71e65f11f896
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1806-02-28 - 1806-02-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1806-02-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1806-02-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1806" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "1806-02-28"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 22, Periode: 1748-1810" ;
    a2a:Book "Dopen rk Waterstraat 1748-1810" ;
    a2a:RegistryNumber "22" ;
    a2a:Folio "415" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 22, Periode: 1748-1810, Dopen rk Waterstraat 1748-1810, 22, 415"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83eee0a8-8751-11e3-aa0a-f3381448fe85.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/fd770c87-4e50-86a0-55df-71e65f11f896" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83eee0a8-8751-11e3-aa0a-f3381448fe85.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/fd770c87-4e50-86a0-55df-71e65f11f896" ;
  a2a:RecordGUID "{fd770c87-4e50-86a0-55df-71e65f11f896}" ;
  a2a:SourceRemarkOpmerking "vader uit Chaam moeder uit Maastricht", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Waterstraat+1748-1810\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5344_00005344.xml van BRD" .

