@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_243339e6-3c0e-95a6-1fc2-e1c9c9c60263
  a a2a:Record ;
  rdfs:label "Geboorte op 11 augustus 1854 te Breda" ;
  a2a:hasPerson oa:person_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_Person-95744756-cbb8-2d7a-29a5-07c4865c6e74, oa:person_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_Person-2f924370-317b-07ed-33f7-1b322e6d64ba, oa:person_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_Person-fb49991f-7661-da6f-18e7-965891b461d2 ;
  a2a:hasEvent oa:event_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_0, oa:relationep_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_1, oa:relationep_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_2 ;
  a2a:hasSource oa:source_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263 .

oa:person_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_Person-95744756-cbb8-2d7a-29a5-07c4865c6e74
  a a2a:Person ;
  rdfs:label "Cornelis Johannes Dirkx" ;
  a2a:PersonName [
    rdfs:label "Cornelis Johannes Dirkx" ;
    a2a:PersonNameFirstName "Cornelis Johannes" ;
    a2a:PersonNameLastName "Dirkx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_Person-2f924370-317b-07ed-33f7-1b322e6d64ba
  a a2a:Person ;
  rdfs:label "Petronella van der Flaes" ;
  a2a:PersonName [
    rdfs:label "Petronella van der Flaes" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Flaes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_Person-fb49991f-7661-da6f-18e7-965891b461d2
  a a2a:Person ;
  rdfs:label "Cornelis Jacobus Dirkx" ;
  a2a:PersonName [
    rdfs:label "Cornelis Jacobus Dirkx" ;
    a2a:PersonNameFirstName "Cornelis Jacobus" ;
    a2a:PersonNameLastName "Dirkx"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1854" ;
    a2a:Month "8" ;
    a2a:Day "11" ;
    rdfs:label "1854-08-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:event_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1854" ;
    a2a:Month "8" ;
    a2a:Day "11" ;
    rdfs:label "1854-08-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_Person:95744756-cbb8-2d7a-29a5-07c4865c6e74 ;
  a2a:EventKeyRef oa:event_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_Event1 .

oa:relationep_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_Person:2f924370-317b-07ed-33f7-1b322e6d64ba ;
  a2a:EventKeyRef oa:event_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_Event1 .

oa:relationep_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_Person:fb49991f-7661-da6f-18e7-965891b461d2 ;
  a2a:EventKeyRef oa:event_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263_Event1 .

oa:source_brd_243339e6-3c0e-95a6-1fc2-e1c9c9c60263
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1854-08-12 - 1854-08-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1854-08-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1854-08-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1854" ;
    a2a:Month "8" ;
    a2a:Day "12" ;
    rdfs:label "1854-08-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Breda, Bron: boek, Periode: 1854" ;
    a2a:Book "Geboorteregister 1854" ;
    a2a:DocumentNumber "261" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Breda, Bron: boek, Periode: 1854, Geboorteregister 1854, 261"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/82a48d7e-8751-11e3-ba34-3fd67db7f375.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/243339e6-3c0e-95a6-1fc2-e1c9c9c60263" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/82a48d7e-8751-11e3-ba34-3fd67db7f375.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/243339e6-3c0e-95a6-1fc2-e1c9c9c60263" ;
  a2a:RecordGUID "{243339e6-3c0e-95a6-1fc2-e1c9c9c60263}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1854\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_2880_00002880.xml van BRD" .

