@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_be78ce8c-7c93-cf20-4ab1-9c148e16c19e
  a a2a:Record ;
  rdfs:label "Geboorte op 9 december 1839 te Breda" ;
  a2a:hasPerson oa:person_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_Person-03265e86-10ad-2e89-f1bb-678d3098f328, oa:person_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_Person-928e2635-45f2-12cf-a6ec-7e45b3634b8b, oa:person_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_Person-baef7a23-5aa8-370a-ee36-0071ff11ef62 ;
  a2a:hasEvent oa:event_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_0, oa:relationep_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_1, oa:relationep_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_2 ;
  a2a:hasSource oa:source_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e .

oa:person_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_Person-03265e86-10ad-2e89-f1bb-678d3098f328
  a a2a:Person ;
  rdfs:label "Johannes Guilielmus Fischer" ;
  a2a:PersonName [
    rdfs:label "Johannes Guilielmus Fischer" ;
    a2a:PersonNameFirstName "Johannes Guilielmus" ;
    a2a:PersonNameLastName "Fischer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_Person-928e2635-45f2-12cf-a6ec-7e45b3634b8b
  a a2a:Person ;
  rdfs:label "Maria Anna Hamers" ;
  a2a:PersonName [
    rdfs:label "Maria Anna Hamers" ;
    a2a:PersonNameFirstName "Maria Anna" ;
    a2a:PersonNameLastName "Hamers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_Person-baef7a23-5aa8-370a-ee36-0071ff11ef62
  a a2a:Person ;
  rdfs:label "Adrianus Petrus Ludovicus Fischer" ;
  a2a:PersonName [
    rdfs:label "Adrianus Petrus Ludovicus Fischer" ;
    a2a:PersonNameFirstName "Adrianus Petrus Ludovicus" ;
    a2a:PersonNameLastName "Fischer"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1839" ;
    a2a:Month "12" ;
    a2a:Day "9" ;
    rdfs:label "1839-12-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:event_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1839" ;
    a2a:Month "12" ;
    a2a:Day "9" ;
    rdfs:label "1839-12-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_Person:03265e86-10ad-2e89-f1bb-678d3098f328 ;
  a2a:EventKeyRef oa:event_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_Event1 .

oa:relationep_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_Person:928e2635-45f2-12cf-a6ec-7e45b3634b8b ;
  a2a:EventKeyRef oa:event_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_Event1 .

oa:relationep_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_Person:baef7a23-5aa8-370a-ee36-0071ff11ef62 ;
  a2a:EventKeyRef oa:event_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e_Event1 .

oa:source_brd_be78ce8c-7c93-cf20-4ab1-9c148e16c19e
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1839-12-10 - 1839-12-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1839-12-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1839-12-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1839" ;
    a2a:Month "12" ;
    a2a:Day "10" ;
    rdfs:label "1839-12-10"^^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: 1839" ;
    a2a:Book "Geboorteregister 1839" ;
    a2a:DocumentNumber "416" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Breda, Bron: boek, Periode: 1839, Geboorteregister 1839, 416"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/829a4b66-8751-11e3-a30b-ef15075f990a.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/be78ce8c-7c93-cf20-4ab1-9c148e16c19e" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/829a4b66-8751-11e3-a30b-ef15075f990a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/be78ce8c-7c93-cf20-4ab1-9c148e16c19e" ;
  a2a:RecordGUID "{be78ce8c-7c93-cf20-4ab1-9c148e16c19e}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1839\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_4314_00004314.xml van BRD" .

