@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_4138079b-95a8-eb2d-e076-1a4fcaf7d85c
  a a2a:Record ;
  rdfs:label "Geboorte op 10 november 1900" ;
  a2a:hasPerson oa:person_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_Person-524346ac-4dca-62af-603b-ee03fe0226e1, oa:person_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_Person-8251fcfd-2680-a82b-1108-32cf1405b92d, oa:person_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_Person-e66fa4c5-3789-2852-9c16-910b69256966 ;
  a2a:hasEvent oa:event_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_0, oa:relationep_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_1, oa:relationep_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_2 ;
  a2a:hasSource oa:source_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c .

oa:person_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_Person-524346ac-4dca-62af-603b-ee03fe0226e1
  a a2a:Person ;
  rdfs:label "Johanna Harks" ;
  a2a:PersonName [
    rdfs:label "Johanna Harks" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Harks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_Person-8251fcfd-2680-a82b-1108-32cf1405b92d
  a a2a:Person ;
  rdfs:label "Adriaan Jacobus Geerts" ;
  a2a:PersonName [
    rdfs:label "Adriaan Jacobus Geerts" ;
    a2a:PersonNameFirstName "Adriaan Jacobus" ;
    a2a:PersonNameLastName "Geerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_Person-e66fa4c5-3789-2852-9c16-910b69256966
  a a2a:Person ;
  rdfs:label "Ardina maria Geerts" ;
  a2a:PersonName [
    rdfs:label "Ardina maria Geerts" ;
    a2a:PersonNameFirstName "Ardina maria" ;
    a2a:PersonNameLastName "Geerts"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1900" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "1900-11-10"^^xsd:date
  ] .

oa:event_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1900" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "1900-11-10"^^xsd:date
  ] .

oa:relationep_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_Person:524346ac-4dca-62af-603b-ee03fe0226e1 ;
  a2a:EventKeyRef oa:event_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_Event1 .

oa:relationep_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_Person:8251fcfd-2680-a82b-1108-32cf1405b92d ;
  a2a:EventKeyRef oa:event_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_Event1 .

oa:relationep_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_Person:e66fa4c5-3789-2852-9c16-910b69256966 ;
  a2a:EventKeyRef oa:event_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c_Event1 .

oa:source_bhi_4138079b-95a8-eb2d-e076-1a4fcaf7d85c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1900-01-01 - 1900-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1900" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 5871, Periode: 1900" ;
    a2a:Book "Geboorteregister Oosterhout 1900" ;
    a2a:DocumentNumber "365" ;
    a2a:RegistryNumber "5871" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 5871, Periode: 1900, Geboorteregister Oosterhout 1900, 365, 5871"
  ] ;
  a2a:SourceLastChangeDate "2025-08-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/4138079b-95a8-eb2d-e076-1a4fcaf7d85c" ;
  a2a:RecordGUID "{4138079b-95a8-eb2d-e076-1a4fcaf7d85c}" ;
  a2a:SourceRemarkdeel "5871" ;
  a2a:SourceRemarkregister_periode "1900" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251116_284_00000284.xml van BHI" .

