@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_d4e9c87b-1197-f825-e48f-24ab59cd3d43
  a a2a:Record ;
  rdfs:label "Doop op 4 juli 1801 te Breda" ;
  a2a:hasPerson oa:person_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Person-544be888-018e-2fc5-57b4-9c46c6fac8c5, oa:person_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Person-7b656eef-c04c-8a3b-5555-fec9350c1b73, oa:person_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Person-dce550b9-1100-9db6-bfeb-97238016a201, oa:person_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Person-2dcb0ee5-6a90-59f8-cf5d-b3f6ee1774f5, oa:person_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Person-50cc5955-42de-74eb-5ce7-c0faa68ba837 ;
  a2a:hasEvent oa:event_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_0, oa:relationep_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_1, oa:relationep_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_2, oa:relationep_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_3, oa:relationep_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_4 ;
  a2a:hasSource oa:source_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43 .

oa:person_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Person-544be888-018e-2fc5-57b4-9c46c6fac8c5
  a a2a:Person ;
  rdfs:label "Anna Dijmphna Pruts" ;
  a2a:PersonName [
    rdfs:label "Anna Dijmphna Pruts" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePatronym "Dijmphna" ;
    a2a:PersonNameLastName "Pruts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Person-7b656eef-c04c-8a3b-5555-fec9350c1b73
  a a2a:Person ;
  rdfs:label "Cornelia Henrica Adriana Eijmberts" ;
  a2a:PersonName [
    rdfs:label "Cornelia Henrica Adriana Eijmberts" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePatronym "Henrica Adriana" ;
    a2a:PersonNameLastName "Eijmberts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Person-dce550b9-1100-9db6-bfeb-97238016a201
  a a2a:Person ;
  rdfs:label "Joannes Egidius Floren" ;
  a2a:PersonName [
    rdfs:label "Joannes Egidius Floren" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePatronym "Egidius" ;
    a2a:PersonNameLastName "Floren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Person-2dcb0ee5-6a90-59f8-cf5d-b3f6ee1774f5
  a a2a:Person ;
  rdfs:label "Petrus Josephus Floren" ;
  a2a:PersonName [
    rdfs:label "Petrus Josephus Floren" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNamePatronym "Josephus" ;
    a2a:PersonNameLastName "Floren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Person-50cc5955-42de-74eb-5ce7-c0faa68ba837
  a a2a:Person ;
  rdfs:label "Petrus Josephus Caspar Theodorus Floren" ;
  a2a:PersonName [
    rdfs:label "Petrus Josephus Caspar Theodorus Floren" ;
    a2a:PersonNameFirstName "Petrus Josephus Caspar Theodorus" ;
    a2a:PersonNameLastName "Floren"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1801" ;
    a2a:Month "7" ;
    a2a:Day "4" ;
    rdfs:label "1801-07-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Person:544be888-018e-2fc5-57b4-9c46c6fac8c5 ;
  a2a:EventKeyRef oa:event_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Event1 .

oa:relationep_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Person:7b656eef-c04c-8a3b-5555-fec9350c1b73 ;
  a2a:EventKeyRef oa:event_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Event1 .

oa:relationep_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Person:dce550b9-1100-9db6-bfeb-97238016a201 ;
  a2a:EventKeyRef oa:event_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Event1 .

oa:relationep_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_3
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Person:2dcb0ee5-6a90-59f8-cf5d-b3f6ee1774f5 ;
  a2a:EventKeyRef oa:event_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Event1 .

oa:relationep_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Person:50cc5955-42de-74eb-5ce7-c0faa68ba837 ;
  a2a:EventKeyRef oa:event_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43_Event1 .

oa:source_brd_d4e9c87b-1197-f825-e48f-24ab59cd3d43
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1801-07-04 - 1801-07-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1801-07-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1801-07-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1801" ;
    a2a:Month "7" ;
    a2a:Day "4" ;
    rdfs:label "1801-07-04"^^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 "240" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 11, Periode: 1782-1811, Dopen rk Brugstraat 1782-1811, 11, 240"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83c8cdaa-8751-11e3-b46b-972511ff8cbc.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/d4e9c87b-1197-f825-e48f-24ab59cd3d43" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83c8cdaa-8751-11e3-b46b-972511ff8cbc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/d4e9c87b-1197-f825-e48f-24ab59cd3d43" ;
  a2a:RecordGUID "{d4e9c87b-1197-f825-e48f-24ab59cd3d43}" ;
  a2a:SourceRemarkOpmerking "tweeling vader uit Rijsbergen moeder uit Roosendaal", "<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_5171_00005171.xml van BRD" .

