@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_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b
  a a2a:Record ;
  rdfs:label "Doop op 22 mei 1587 te Breda" ;
  a2a:hasPerson oa:person_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Person-53b59c0c-799a-a291-f8d6-d0a392de3059, oa:person_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Person-fcb110be-0ca0-ab3a-add5-c11920f8ec7c, oa:person_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Person-ad1f9d2e-60e9-aba2-35c6-bb2a1f353670, oa:person_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Person-5cae7353-3957-a6b1-6d6e-87b47432de48, oa:person_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Person-6438a217-371d-9e33-4756-71e1ed5cc3f6 ;
  a2a:hasEvent oa:event_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_0, oa:relationep_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_1, oa:relationep_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_2, oa:relationep_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_3, oa:relationep_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_4 ;
  a2a:hasSource oa:source_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b .

oa:person_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Person-53b59c0c-799a-a291-f8d6-d0a392de3059
  a a2a:Person ;
  rdfs:label "Anna Henrici Melis" ;
  a2a:PersonName [
    rdfs:label "Anna Henrici Melis" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePatronym "Henrici" ;
    a2a:PersonNameLastName "Melis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Person-fcb110be-0ca0-ab3a-add5-c11920f8ec7c
  a a2a:Person ;
  rdfs:label "Henricus Jacobi" ;
  a2a:PersonName [
    rdfs:label "Henricus Jacobi" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNameLastName "Jacobi"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Person-ad1f9d2e-60e9-aba2-35c6-bb2a1f353670
  a a2a:Person ;
  rdfs:label "Andreas Johannis" ;
  a2a:PersonName [
    rdfs:label "Andreas Johannis" ;
    a2a:PersonNameFirstName "Andreas" ;
    a2a:PersonNameLastName "Johannis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Person-5cae7353-3957-a6b1-6d6e-87b47432de48
  a a2a:Person ;
  rdfs:label "Catharina Johannis" ;
  a2a:PersonName [
    rdfs:label "Catharina Johannis" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Johannis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Person-6438a217-371d-9e33-4756-71e1ed5cc3f6
  a a2a:Person ;
  rdfs:label "Johannes Jacobi" ;
  a2a:PersonName [
    rdfs:label "Johannes Jacobi" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Jacobi"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1587" ;
    a2a:Month "5" ;
    a2a:Day "22" ;
    rdfs:label "1587-05-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Person:53b59c0c-799a-a291-f8d6-d0a392de3059 ;
  a2a:EventKeyRef oa:event_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Event1 .

oa:relationep_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Person:fcb110be-0ca0-ab3a-add5-c11920f8ec7c ;
  a2a:EventKeyRef oa:event_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Event1 .

oa:relationep_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Person:ad1f9d2e-60e9-aba2-35c6-bb2a1f353670 ;
  a2a:EventKeyRef oa:event_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Event1 .

oa:relationep_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Person:5cae7353-3957-a6b1-6d6e-87b47432de48 ;
  a2a:EventKeyRef oa:event_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Event1 .

oa:relationep_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Person:6438a217-371d-9e33-4756-71e1ed5cc3f6 ;
  a2a:EventKeyRef oa:event_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b_Event1 .

oa:source_brd_9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1587-05-22 - 1587-05-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1587-05-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1587-05-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1587" ;
    a2a:Month "5" ;
    a2a:Day "22" ;
    rdfs:label "1587-05-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: 2, Periode: 1582-1613" ;
    a2a:Book "Dopen rk Brugstraat 1582-1613" ;
    a2a:RegistryNumber "2" ;
    a2a:Folio "47r" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 2, Periode: 1582-1613, Dopen rk Brugstraat 1582-1613, 2, 47r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83eb1bda-8751-11e3-aa30-37ce44ffe8c1.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83eb1bda-8751-11e3-aa30-37ce44ffe8c1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b" ;
  a2a:RecordGUID "{9d3f5ca4-3e0f-8a04-d9c1-c123fc09ec0b}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Brugstraat+1582-1613\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5369_00005369.xml van BRD" .

