@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_241dec0b-a7b3-e4da-f040-3f8f217cce67
  a a2a:Record ;
  rdfs:label "Geboorte op 5 januari 1923" ;
  a2a:hasPerson oa:person_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_Person-97fc1206-6e01-d1e7-a922-8a0b1915a092, oa:person_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_Person-c7eddfe8-8278-bf96-5183-ba993d550cf0, oa:person_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_Person-89148b48-bfe4-0cb7-a425-14116122e52a ;
  a2a:hasEvent oa:event_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_0, oa:relationep_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_1, oa:relationep_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_2 ;
  a2a:hasSource oa:source_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67 .

oa:person_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_Person-97fc1206-6e01-d1e7-a922-8a0b1915a092
  a a2a:Person ;
  rdfs:label "Josephus Cornelis Fens" ;
  a2a:PersonName [
    rdfs:label "Josephus Cornelis Fens" ;
    a2a:PersonNameFirstName "Josephus Cornelis" ;
    a2a:PersonNameLastName "Fens"
  ] ;
  a2a:Gender "Man" .

oa:person_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_Person-c7eddfe8-8278-bf96-5183-ba993d550cf0
  a a2a:Person ;
  rdfs:label "Adriana Antonia van Groesen" ;
  a2a:PersonName [
    rdfs:label "Adriana Antonia van Groesen" ;
    a2a:PersonNameFirstName "Adriana Antonia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Groesen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_Person-89148b48-bfe4-0cb7-a425-14116122e52a
  a a2a:Person ;
  rdfs:label "Adriaan Johannes Fens" ;
  a2a:PersonName [
    rdfs:label "Adriaan Johannes Fens" ;
    a2a:PersonNameFirstName "Adriaan Johannes" ;
    a2a:PersonNameLastName "Fens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1923" ;
    a2a:Month "1" ;
    a2a:Day "5" ;
    rdfs:label "1923-01-05"^^xsd:date
  ] .

oa:relationep_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_Person:97fc1206-6e01-d1e7-a922-8a0b1915a092 ;
  a2a:EventKeyRef oa:event_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_Event1 .

oa:relationep_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_Person:c7eddfe8-8278-bf96-5183-ba993d550cf0 ;
  a2a:EventKeyRef oa:event_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_Event1 .

oa:relationep_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_Person:89148b48-bfe4-0cb7-a425-14116122e52a ;
  a2a:EventKeyRef oa:event_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67_Event1 .

oa:source_brd_241dec0b-a7b3-e4da-f040-3f8f217cce67
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1923-01-05 - 1923-01-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-01-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-01-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1923" ;
    a2a:Month "1" ;
    a2a:Day "5" ;
    rdfs:label "1923-01-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Book "Geboorteregister 1923" ;
    a2a:DocumentNumber "8" ;
    rdfs:label "Stadsarchief Breda, Breda, Geboorteregister 1923, 8"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/e2799c87-dbb1-b435-7679-013c9eb3cfd5.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/241dec0b-a7b3-e4da-f040-3f8f217cce67" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/e2799c87-dbb1-b435-7679-013c9eb3cfd5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-04-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/241dec0b-a7b3-e4da-f040-3f8f217cce67" ;
  a2a:RecordGUID "{241dec0b-a7b3-e4da-f040-3f8f217cce67}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1923\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240611_470_00000470.xml van BRD" .

