@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_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be
  a a2a:Record ;
  rdfs:label "Geboorte op 3 december 1916" ;
  a2a:hasPerson oa:person_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_Person-3dc543dd-00b2-eb29-ec26-2f52a5f6a320, oa:person_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_Person-470168be-1882-84ae-9ff1-1a16316c05f8, oa:person_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_Person-204cfe5d-4dea-1230-ffe4-8d944d4d0f7a ;
  a2a:hasEvent oa:event_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_0, oa:relationep_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_1, oa:relationep_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_2 ;
  a2a:hasSource oa:source_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be .

oa:person_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_Person-3dc543dd-00b2-eb29-ec26-2f52a5f6a320
  a a2a:Person ;
  rdfs:label "Adriana Dimphna Kriesels" ;
  a2a:PersonName [
    rdfs:label "Adriana Dimphna Kriesels" ;
    a2a:PersonNameFirstName "Adriana Dimphna" ;
    a2a:PersonNameLastName "Kriesels"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1916" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1916-12-03"^^xsd:date
  ] .

oa:person_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_Person-470168be-1882-84ae-9ff1-1a16316c05f8
  a a2a:Person ;
  rdfs:label "Dimphna Paulina Antonissen" ;
  a2a:PersonName [
    rdfs:label "Dimphna Paulina Antonissen" ;
    a2a:PersonNameFirstName "Dimphna Paulina" ;
    a2a:PersonNameLastName "Antonissen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_Person-204cfe5d-4dea-1230-ffe4-8d944d4d0f7a
  a a2a:Person ;
  rdfs:label "Cornelis Marinus Kriesels" ;
  a2a:PersonName [
    rdfs:label "Cornelis Marinus Kriesels" ;
    a2a:PersonNameFirstName "Cornelis Marinus" ;
    a2a:PersonNameLastName "Kriesels"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1916" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1916-12-03"^^xsd:date
  ] .

oa:relationep_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_Person:3dc543dd-00b2-eb29-ec26-2f52a5f6a320 ;
  a2a:EventKeyRef oa:event_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_Event1 .

oa:relationep_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_Person:470168be-1882-84ae-9ff1-1a16316c05f8 ;
  a2a:EventKeyRef oa:event_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_Event1 .

oa:relationep_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_Person:204cfe5d-4dea-1230-ffe4-8d944d4d0f7a ;
  a2a:EventKeyRef oa:event_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be_Event1 .

oa:source_bhi_f99bffbf-e36c-461f-6dcc-1da5159af2be
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1916-12-04 - 1916-12-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1916-12-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1916-12-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1916" ;
    a2a:Month "12" ;
    a2a:Day "4" ;
    rdfs:label "1916-12-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2552, Periode: 1916" ;
    a2a:Book "Geboorteregister Roosendaal 1916" ;
    a2a:DocumentNumber "534" ;
    a2a:RegistryNumber "2552" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2552, Periode: 1916, Geboorteregister Roosendaal 1916, 534, 2552"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/04e5c376-20f3-61ca-90f3-33ed8f0ad1be.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/04e5c376-20f3-61ca-90f3-33ed8f0ad1be.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/f99bffbf-e36c-461f-6dcc-1da5159af2be" ;
  a2a:RecordGUID "{f99bffbf-e36c-461f-6dcc-1da5159af2be}" ;
  a2a:SourceRemarkdeel "2552" ;
  a2a:SourceRemarkregister_periode "1916" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251116_48_00000048.xml van BHI" .

