@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_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa
  a a2a:Record ;
  rdfs:label "Geboorte op 4 augustus 1919" ;
  a2a:hasPerson oa:person_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_Person-a23d40bb-d652-5007-1501-fd141c86e037, oa:person_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_Person-d12d331b-e710-b0ff-701b-fe9798852ac0, oa:person_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_Person-f49adb89-e641-e9a7-5a34-c0bf50ec794e ;
  a2a:hasEvent oa:event_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_0, oa:relationep_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_1, oa:relationep_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_2 ;
  a2a:hasSource oa:source_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa .

oa:person_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_Person-a23d40bb-d652-5007-1501-fd141c86e037
  a a2a:Person ;
  rdfs:label "Helena Verbeek" ;
  a2a:PersonName [
    rdfs:label "Helena Verbeek" ;
    a2a:PersonNameFirstName "Helena" ;
    a2a:PersonNameLastName "Verbeek"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_Person-d12d331b-e710-b0ff-701b-fe9798852ac0
  a a2a:Person ;
  rdfs:label "Antonij Stoffelen" ;
  a2a:PersonName [
    rdfs:label "Antonij Stoffelen" ;
    a2a:PersonNameFirstName "Antonij" ;
    a2a:PersonNameLastName "Stoffelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_Person-f49adb89-e641-e9a7-5a34-c0bf50ec794e
  a a2a:Person ;
  rdfs:label "Adriana Catharina Maria Stoffelen" ;
  a2a:PersonName [
    rdfs:label "Adriana Catharina Maria Stoffelen" ;
    a2a:PersonNameFirstName "Adriana Catharina Maria" ;
    a2a:PersonNameLastName "Stoffelen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1919" ;
    a2a:Month "8" ;
    a2a:Day "4" ;
    rdfs:label "1919-08-04"^^xsd:date
  ] .

oa:event_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1919" ;
    a2a:Month "8" ;
    a2a:Day "4" ;
    rdfs:label "1919-08-04"^^xsd:date
  ] .

oa:relationep_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_Person:a23d40bb-d652-5007-1501-fd141c86e037 ;
  a2a:EventKeyRef oa:event_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_Event1 .

oa:relationep_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_Person:d12d331b-e710-b0ff-701b-fe9798852ac0 ;
  a2a:EventKeyRef oa:event_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_Event1 .

oa:relationep_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_Person:f49adb89-e641-e9a7-5a34-c0bf50ec794e ;
  a2a:EventKeyRef oa:event_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa_Event1 .

oa:source_bhi_5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Steenbergen" ;
    rdfs:label "Steenbergen", "1919-08-05 - 1919-08-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1919-08-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-08-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1919" ;
    a2a:Month "8" ;
    a2a:Day "5" ;
    rdfs:label "1919-08-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2848, Periode: 1919" ;
    a2a:Book "Geboorteregister Steenbergen 1919" ;
    a2a:DocumentNumber "146" ;
    a2a:RegistryNumber "2848" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2848, Periode: 1919, Geboorteregister Steenbergen 1919, 146, 2848"
  ] ;
  a2a:SourceLastChangeDate "2022-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa" ;
  a2a:RecordGUID "{5cc606e1-044d-ffe5-a5ff-1e4e1c8be1aa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_2420_00002420.xml van BHI" .

