@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_3df30823-22c2-cc55-bbb0-7caa0f8efb70
  a a2a:Record ;
  rdfs:label "Doop op 27 december 1773 te Breda" ;
  a2a:hasPerson oa:person_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_Person-67becd3c-5067-b2f6-eda0-a9802fab3a94, oa:person_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_Person-4333c168-6cce-0b17-4250-e11f80cd16f9, oa:person_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_Person-1c2a2e31-734a-d8ea-d77b-011ae56e96fc, oa:person_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_Person-da22d0e5-7cfc-9d37-7b77-0e34c51a8a6c ;
  a2a:hasEvent oa:event_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_0, oa:relationep_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_1, oa:relationep_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_2, oa:relationep_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_3 ;
  a2a:hasSource oa:source_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70 .

oa:person_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_Person-67becd3c-5067-b2f6-eda0-a9802fab3a94
  a a2a:Person ;
  rdfs:label "Anna Gijbe" ;
  a2a:PersonName [
    rdfs:label "Anna Gijbe" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Gijbe"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_Person-4333c168-6cce-0b17-4250-e11f80cd16f9
  a a2a:Person ;
  rdfs:label "Mathijs Gastelaars" ;
  a2a:PersonName [
    rdfs:label "Mathijs Gastelaars" ;
    a2a:PersonNameFirstName "Mathijs" ;
    a2a:PersonNameLastName "Gastelaars"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_Person-1c2a2e31-734a-d8ea-d77b-011ae56e96fc
  a a2a:Person ;
  rdfs:label "Maria Christina Gijbe" ;
  a2a:PersonName [
    rdfs:label "Maria Christina Gijbe" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Christina" ;
    a2a:PersonNameLastName "Gijbe"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_Person-da22d0e5-7cfc-9d37-7b77-0e34c51a8a6c
  a a2a:Person ;
  rdfs:label "Cornelis Johannes Gastelaars" ;
  a2a:PersonName [
    rdfs:label "Cornelis Johannes Gastelaars" ;
    a2a:PersonNameFirstName "Cornelis Johannes" ;
    a2a:PersonNameLastName "Gastelaars"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1773" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "1773-12-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_Person:67becd3c-5067-b2f6-eda0-a9802fab3a94 ;
  a2a:EventKeyRef oa:event_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_Event1 .

oa:relationep_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_Person:4333c168-6cce-0b17-4250-e11f80cd16f9 ;
  a2a:EventKeyRef oa:event_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_Event1 .

oa:relationep_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_Person:1c2a2e31-734a-d8ea-d77b-011ae56e96fc ;
  a2a:EventKeyRef oa:event_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_Event1 .

oa:relationep_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_3
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_Person:da22d0e5-7cfc-9d37-7b77-0e34c51a8a6c ;
  a2a:EventKeyRef oa:event_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70_Event1 .

oa:source_brd_3df30823-22c2-cc55-bbb0-7caa0f8efb70
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1773-12-27 - 1773-12-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1773-12-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1773-12-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1773" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "1773-12-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: 32, Periode: 1743-1778" ;
    a2a:Book "Dopen nh Breda 1743-1778" ;
    a2a:RegistryNumber "32" ;
    a2a:Folio "166r" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 32, Periode: 1743-1778, Dopen nh Breda 1743-1778, 32, 166r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83f8da0e-8751-11e3-a804-574bf9173503.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/3df30823-22c2-cc55-bbb0-7caa0f8efb70" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83f8da0e-8751-11e3-a804-574bf9173503.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/3df30823-22c2-cc55-bbb0-7caa0f8efb70" ;
  a2a:RecordGUID "{3df30823-22c2-cc55-bbb0-7caa0f8efb70}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+nh+Breda+1743-1778\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_1073_00001073.xml van BRD" .

