@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_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd
  a a2a:Record ;
  rdfs:label "Doop op 16 juni 1734 te Breda" ;
  a2a:hasPerson oa:person_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Person-549afc4d-ccc5-a5cc-480c-850fc94035cf, oa:person_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Person-a944dbce-cbdc-aec4-86d0-e73b483e74bf, oa:person_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Person-c8a48ed5-b0dd-0802-3769-9fcd86f1431b, oa:person_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Person-b63bffd2-34ba-aece-42b1-a9794aad99d1, oa:person_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Person-c28682ea-6ef7-052c-78ca-7b722f137ad4 ;
  a2a:hasEvent oa:event_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_0, oa:relationep_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_1, oa:relationep_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_2, oa:relationep_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_3, oa:relationep_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_4 ;
  a2a:hasSource oa:source_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd .

oa:person_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Person-549afc4d-ccc5-a5cc-480c-850fc94035cf
  a a2a:Person ;
  rdfs:label "Allegondis van Alphen" ;
  a2a:PersonName [
    rdfs:label "Allegondis van Alphen" ;
    a2a:PersonNameFirstName "Allegondis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Alphen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Person-a944dbce-cbdc-aec4-86d0-e73b483e74bf
  a a2a:Person ;
  rdfs:label "Petrus van Meel" ;
  a2a:PersonName [
    rdfs:label "Petrus van Meel" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Meel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Person-c8a48ed5-b0dd-0802-3769-9fcd86f1431b
  a a2a:Person ;
  rdfs:label "Jacobus van Oeckel" ;
  a2a:PersonName [
    rdfs:label "Jacobus van Oeckel" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oeckel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Person-b63bffd2-34ba-aece-42b1-a9794aad99d1
  a a2a:Person ;
  rdfs:label "Adriana van Oeckel" ;
  a2a:PersonName [
    rdfs:label "Adriana van Oeckel" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oeckel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Person-c28682ea-6ef7-052c-78ca-7b722f137ad4
  a a2a:Person ;
  rdfs:label "Abraham van Meel" ;
  a2a:PersonName [
    rdfs:label "Abraham van Meel" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Meel"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1734" ;
    a2a:Month "6" ;
    a2a:Day "16" ;
    rdfs:label "1734-06-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Person:549afc4d-ccc5-a5cc-480c-850fc94035cf ;
  a2a:EventKeyRef oa:event_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Event1 .

oa:relationep_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Person:a944dbce-cbdc-aec4-86d0-e73b483e74bf ;
  a2a:EventKeyRef oa:event_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Event1 .

oa:relationep_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Person:c8a48ed5-b0dd-0802-3769-9fcd86f1431b ;
  a2a:EventKeyRef oa:event_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Event1 .

oa:relationep_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Person:b63bffd2-34ba-aece-42b1-a9794aad99d1 ;
  a2a:EventKeyRef oa:event_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Event1 .

oa:relationep_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Person:c28682ea-6ef7-052c-78ca-7b722f137ad4 ;
  a2a:EventKeyRef oa:event_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd_Event1 .

oa:source_brd_8b4b509c-0bc4-9500-c41c-e6695a8ff3fd
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1734-06-16 - 1734-06-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1734-06-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1734-06-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1734" ;
    a2a:Month "6" ;
    a2a:Day "16" ;
    rdfs:label "1734-06-16"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 9, Periode: 1701-1757" ;
    a2a:Book "Dopen rk Brugstraat 1701-1757" ;
    a2a:RegistryNumber "9" ;
    a2a:Folio "202" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 9, Periode: 1701-1757, Dopen rk Brugstraat 1701-1757, 9, 202"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8417b410-8751-11e3-81a6-7b8680475e18.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/8b4b509c-0bc4-9500-c41c-e6695a8ff3fd" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8417b410-8751-11e3-81a6-7b8680475e18.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/8b4b509c-0bc4-9500-c41c-e6695a8ff3fd" ;
  a2a:RecordGUID "{8b4b509c-0bc4-9500-c41c-e6695a8ff3fd}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Brugstraat+1701-1757\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5076_00005076.xml van BRD" .

