@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_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5
  a a2a:Record ;
  rdfs:label "Geboorte op 2 juli 1906" ;
  a2a:hasPerson oa:person_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_Person-a5356111-0289-6334-79f3-8130d1e35b9d, oa:person_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_Person-8724e95f-866e-d981-9687-5463ab7e97a5, oa:person_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_Person-e8810413-8bf0-3862-4340-dfddb34333bc ;
  a2a:hasEvent oa:event_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_0, oa:relationep_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_1, oa:relationep_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_2 ;
  a2a:hasSource oa:source_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5 .

oa:person_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_Person-a5356111-0289-6334-79f3-8130d1e35b9d
  a a2a:Person ;
  rdfs:label "Cornelia Hendriks" ;
  a2a:PersonName [
    rdfs:label "Cornelia Hendriks" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Hendriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_Person-8724e95f-866e-d981-9687-5463ab7e97a5
  a a2a:Person ;
  rdfs:label "Adriana Maria Elisabeth Aarts" ;
  a2a:PersonName [
    rdfs:label "Adriana Maria Elisabeth Aarts" ;
    a2a:PersonNameFirstName "Adriana Maria Elisabeth" ;
    a2a:PersonNameLastName "Aarts"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1906" ;
    a2a:Month "7" ;
    a2a:Day "2" ;
    rdfs:label "1906-07-02"^^xsd:date
  ] .

oa:person_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_Person-e8810413-8bf0-3862-4340-dfddb34333bc
  a a2a:Person ;
  rdfs:label "Johannes Aarts" ;
  a2a:PersonName [
    rdfs:label "Johannes Aarts" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Aarts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1906" ;
    a2a:Month "7" ;
    a2a:Day "2" ;
    rdfs:label "1906-07-02"^^xsd:date
  ] .

oa:relationep_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_Person:a5356111-0289-6334-79f3-8130d1e35b9d ;
  a2a:EventKeyRef oa:event_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_Event1 .

oa:relationep_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_Person:8724e95f-866e-d981-9687-5463ab7e97a5 ;
  a2a:EventKeyRef oa:event_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_Event1 .

oa:relationep_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_Person:e8810413-8bf0-3862-4340-dfddb34333bc ;
  a2a:EventKeyRef oa:event_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5_Event1 .

oa:source_bhi_6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1906-07-03 - 1906-07-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1906-07-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1906-07-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1906" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1906-07-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2219, Periode: 1906" ;
    a2a:Book "Geboorteregister Oosterhout 1906" ;
    a2a:DocumentNumber "218" ;
    a2a:RegistryNumber "2219" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2219, Periode: 1906, Geboorteregister Oosterhout 1906, 218, 2219"
  ] ;
  a2a:SourceLastChangeDate "2025-08-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5" ;
  a2a:RecordGUID "{6bc104d2-2fcc-24a2-4e49-7e75dbbe1cb5}" ;
  a2a:SourceRemarkdeel "2219" ;
  a2a:SourceRemarkregister_periode "1906" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251116_343_00000343.xml van BHI" .

