@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_882d9299-938a-30e3-b5eb-e1a8ceddbbd0
  a a2a:Record ;
  rdfs:label "Doop op 22 november 1779 te Breda" ;
  a2a:hasPerson oa:person_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Person-58056f49-3980-5b4c-0a61-63ccfbfd825d, oa:person_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Person-f40f16bf-3935-83f2-a52b-422ead5e5f9c, oa:person_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Person-0a7582c1-e47a-9413-9dc7-199089ab12b2, oa:person_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Person-fad0c17f-e0e7-035c-19ad-7239e774571f, oa:person_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Person-236a41f5-f8bb-3e38-3eff-0d3779145ac5, oa:person_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Person-6d176232-8364-ba1d-218c-8162d38b07c6 ;
  a2a:hasEvent oa:event_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_0, oa:relationep_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_1, oa:relationep_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_2, oa:relationep_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_3, oa:relationep_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_4, oa:relationep_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_5 ;
  a2a:hasSource oa:source_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0 .

oa:person_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Person-58056f49-3980-5b4c-0a61-63ccfbfd825d
  a a2a:Person ;
  rdfs:label "Petronella Boers" ;
  a2a:PersonName [
    rdfs:label "Petronella Boers" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNameLastName "Boers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Person-f40f16bf-3935-83f2-a52b-422ead5e5f9c
  a a2a:Person ;
  rdfs:label "Joannes Helling" ;
  a2a:PersonName [
    rdfs:label "Joannes Helling" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Helling"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Person-0a7582c1-e47a-9413-9dc7-199089ab12b2
  a a2a:Person ;
  rdfs:label "Philippus Helling" ;
  a2a:PersonName [
    rdfs:label "Philippus Helling" ;
    a2a:PersonNameFirstName "Philippus" ;
    a2a:PersonNameLastName "Helling"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Person-fad0c17f-e0e7-035c-19ad-7239e774571f
  a a2a:Person ;
  rdfs:label "Elisabeth Gubbels" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Gubbels" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Gubbels"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Person-236a41f5-f8bb-3e38-3eff-0d3779145ac5
  a a2a:Person ;
  rdfs:label "Joanna Theodora Beng" ;
  a2a:PersonName [
    rdfs:label "Joanna Theodora Beng" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNamePatronym "Theodora" ;
    a2a:PersonNameLastName "Beng"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Person-6d176232-8364-ba1d-218c-8162d38b07c6
  a a2a:Person ;
  rdfs:label "Joannes Philippus Helling" ;
  a2a:PersonName [
    rdfs:label "Joannes Philippus Helling" ;
    a2a:PersonNameFirstName "Joannes Philippus" ;
    a2a:PersonNameLastName "Helling"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1779" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "1779-11-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Person:58056f49-3980-5b4c-0a61-63ccfbfd825d ;
  a2a:EventKeyRef oa:event_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Event1 .

oa:relationep_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Person:f40f16bf-3935-83f2-a52b-422ead5e5f9c ;
  a2a:EventKeyRef oa:event_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Event1 .

oa:relationep_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Person:0a7582c1-e47a-9413-9dc7-199089ab12b2 ;
  a2a:EventKeyRef oa:event_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Event1 .

oa:relationep_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Person:fad0c17f-e0e7-035c-19ad-7239e774571f ;
  a2a:EventKeyRef oa:event_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Event1 .

oa:relationep_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Person:236a41f5-f8bb-3e38-3eff-0d3779145ac5 ;
  a2a:EventKeyRef oa:event_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Event1 .

oa:relationep_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_5
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Person:6d176232-8364-ba1d-218c-8162d38b07c6 ;
  a2a:EventKeyRef oa:event_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0_Event1 .

oa:source_brd_882d9299-938a-30e3-b5eb-e1a8ceddbbd0
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1779-11-22 - 1779-11-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1779-11-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1779-11-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1779" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "1779-11-22"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 10, Periode: 1758-1781" ;
    a2a:Book "Dopen rk Brugstraat 1758-1781" ;
    a2a:RegistryNumber "10" ;
    a2a:Folio "422" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 10, Periode: 1758-1781, Dopen rk Brugstraat 1758-1781, 10, 422"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83bddea4-8751-11e3-88d9-5bf2e73d4aaf.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/882d9299-938a-30e3-b5eb-e1a8ceddbbd0" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83bddea4-8751-11e3-88d9-5bf2e73d4aaf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/882d9299-938a-30e3-b5eb-e1a8ceddbbd0" ;
  a2a:RecordGUID "{882d9299-938a-30e3-b5eb-e1a8ceddbbd0}" ;
  a2a:SourceRemarkOpmerking "vader uit Den Haag moeder uit Maastricht", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Brugstraat+1758-1781\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5062_00005062.xml van BRD" .

