@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_dda3afd0-c9ab-59be-cfda-7e885e671cb3
  a a2a:Record ;
  rdfs:label "Doop op 9 november 1787 te Breda" ;
  a2a:hasPerson oa:person_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Person-89dbc8d3-aaf4-6a67-1f8a-902d0bc174f4, oa:person_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Person-2f49b6f0-c6f4-2b62-cd58-8904b3363f23, oa:person_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Person-ab06e4bf-b5de-7bf3-88c0-5f7276913350, oa:person_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Person-2e587c3d-0c61-844b-90d5-b4aebb8ab91e, oa:person_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Person-adedcd98-51aa-e28e-4fdb-bed606ef4e34 ;
  a2a:hasEvent oa:event_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_0, oa:relationep_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_1, oa:relationep_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_2, oa:relationep_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_3, oa:relationep_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_4 ;
  a2a:hasSource oa:source_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3 .

oa:person_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Person-89dbc8d3-aaf4-6a67-1f8a-902d0bc174f4
  a a2a:Person ;
  rdfs:label "Maria Josepha Hustin" ;
  a2a:PersonName [
    rdfs:label "Maria Josepha Hustin" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Josepha" ;
    a2a:PersonNameLastName "Hustin"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Person-2f49b6f0-c6f4-2b62-cd58-8904b3363f23
  a a2a:Person ;
  rdfs:label "Helena van Genk" ;
  a2a:PersonName [
    rdfs:label "Helena van Genk" ;
    a2a:PersonNameFirstName "Helena" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Genk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Person-ab06e4bf-b5de-7bf3-88c0-5f7276913350
  a a2a:Person ;
  rdfs:label "Arnoldus van Genk" ;
  a2a:PersonName [
    rdfs:label "Arnoldus van Genk" ;
    a2a:PersonNameFirstName "Arnoldus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Genk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Person-2e587c3d-0c61-844b-90d5-b4aebb8ab91e
  a a2a:Person ;
  rdfs:label "Nicolaas Josephus Dieudonne" ;
  a2a:PersonName [
    rdfs:label "Nicolaas Josephus Dieudonne" ;
    a2a:PersonNameFirstName "Nicolaas" ;
    a2a:PersonNamePatronym "Josephus" ;
    a2a:PersonNameLastName "Dieudonne"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Person-adedcd98-51aa-e28e-4fdb-bed606ef4e34
  a a2a:Person ;
  rdfs:label "Arnoldus Antonius Josephus Dieudonne" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Antonius Josephus Dieudonne" ;
    a2a:PersonNameFirstName "Arnoldus Antonius Josephus" ;
    a2a:PersonNameLastName "Dieudonne"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1787" ;
    a2a:Month "11" ;
    a2a:Day "9" ;
    rdfs:label "1787-11-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Person:89dbc8d3-aaf4-6a67-1f8a-902d0bc174f4 ;
  a2a:EventKeyRef oa:event_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Event1 .

oa:relationep_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Person:2f49b6f0-c6f4-2b62-cd58-8904b3363f23 ;
  a2a:EventKeyRef oa:event_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Event1 .

oa:relationep_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Person:ab06e4bf-b5de-7bf3-88c0-5f7276913350 ;
  a2a:EventKeyRef oa:event_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Event1 .

oa:relationep_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Person:2e587c3d-0c61-844b-90d5-b4aebb8ab91e ;
  a2a:EventKeyRef oa:event_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Event1 .

oa:relationep_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Person:adedcd98-51aa-e28e-4fdb-bed606ef4e34 ;
  a2a:EventKeyRef oa:event_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3_Event1 .

oa:source_brd_dda3afd0-c9ab-59be-cfda-7e885e671cb3
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1787-11-09 - 1787-11-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1787-11-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1787-11-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1787" ;
    a2a:Month "11" ;
    a2a:Day "9" ;
    rdfs:label "1787-11-09"^^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 "268" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 22, Periode: 1748-1810, Dopen rk Waterstraat 1748-1810, 22, 268"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83ee6cb8-8751-11e3-a9a1-e7d5668ccb3a.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/dda3afd0-c9ab-59be-cfda-7e885e671cb3" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83ee6cb8-8751-11e3-a9a1-e7d5668ccb3a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/dda3afd0-c9ab-59be-cfda-7e885e671cb3" ;
  a2a:RecordGUID "{dda3afd0-c9ab-59be-cfda-7e885e671cb3}" ;
  a2a:SourceRemarkOpmerking "vader uit Namen", "<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_5208_00005208.xml van BRD" .

