@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_c4b0d547-e4b0-52d4-20c6-13df9c90295e
  a a2a:Record ;
  rdfs:label "Doop op 26 november 1788 te Breda" ;
  a2a:hasPerson oa:person_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Person-1fa73bfc-5d9b-4af1-df78-d104dfa8c4d5, oa:person_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Person-940b665c-ea88-057d-fa90-d62ccfcb7765, oa:person_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Person-dce048a7-7982-efd4-4a12-005c8d82156e, oa:person_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Person-92d73a50-651b-1582-d165-427d3e3c11d2, oa:person_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Person-e81444a5-2048-22a1-bf34-f46500bbd202 ;
  a2a:hasEvent oa:event_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_0, oa:relationep_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_1, oa:relationep_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_2, oa:relationep_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_3, oa:relationep_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_4 ;
  a2a:hasSource oa:source_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e .

oa:person_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Person-1fa73bfc-5d9b-4af1-df78-d104dfa8c4d5
  a a2a:Person ;
  rdfs:label "Maria Klijn" ;
  a2a:PersonName [
    rdfs:label "Maria Klijn" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Klijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Person-940b665c-ea88-057d-fa90-d62ccfcb7765
  a a2a:Person ;
  rdfs:label "Joannes Klijn" ;
  a2a:PersonName [
    rdfs:label "Joannes Klijn" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Klijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Person-dce048a7-7982-efd4-4a12-005c8d82156e
  a a2a:Person ;
  rdfs:label "Joannes van Gool" ;
  a2a:PersonName [
    rdfs:label "Joannes van Gool" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gool"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Person-92d73a50-651b-1582-d165-427d3e3c11d2
  a a2a:Person ;
  rdfs:label "Anna Maria Pick" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Pick" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePatronym "Maria" ;
    a2a:PersonNameLastName "Pick"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Person-e81444a5-2048-22a1-bf34-f46500bbd202
  a a2a:Person ;
  rdfs:label "Maria Joanna Klijn" ;
  a2a:PersonName [
    rdfs:label "Maria Joanna Klijn" ;
    a2a:PersonNameFirstName "Maria Joanna" ;
    a2a:PersonNameLastName "Klijn"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1788" ;
    a2a:Month "11" ;
    a2a:Day "26" ;
    rdfs:label "1788-11-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Person:1fa73bfc-5d9b-4af1-df78-d104dfa8c4d5 ;
  a2a:EventKeyRef oa:event_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Event1 .

oa:relationep_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Person:940b665c-ea88-057d-fa90-d62ccfcb7765 ;
  a2a:EventKeyRef oa:event_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Event1 .

oa:relationep_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Person:dce048a7-7982-efd4-4a12-005c8d82156e ;
  a2a:EventKeyRef oa:event_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Event1 .

oa:relationep_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Person:92d73a50-651b-1582-d165-427d3e3c11d2 ;
  a2a:EventKeyRef oa:event_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Event1 .

oa:relationep_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Person:e81444a5-2048-22a1-bf34-f46500bbd202 ;
  a2a:EventKeyRef oa:event_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e_Event1 .

oa:source_brd_c4b0d547-e4b0-52d4-20c6-13df9c90295e
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1788-11-26 - 1788-11-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1788-11-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1788-11-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1788" ;
    a2a:Month "11" ;
    a2a:Day "26" ;
    rdfs:label "1788-11-26"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 11, Periode: 1782-1811" ;
    a2a:Book "Dopen rk Brugstraat 1782-1811" ;
    a2a:RegistryNumber "11" ;
    a2a:Folio "73" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 11, Periode: 1782-1811, Dopen rk Brugstraat 1782-1811, 11, 73"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83c8413c-8751-11e3-bc71-cfecb17ce426.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/c4b0d547-e4b0-52d4-20c6-13df9c90295e" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83c8413c-8751-11e3-bc71-cfecb17ce426.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/c4b0d547-e4b0-52d4-20c6-13df9c90295e" ;
  a2a:RecordGUID "{c4b0d547-e4b0-52d4-20c6-13df9c90295e}" ;
  a2a:SourceRemarkOpmerking "ouders uit Breda", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Brugstraat+1782-1811\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5536_00005536.xml van BRD" .

