@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_e6cf9a6e-c990-173e-8264-e4de63e83d21
  a a2a:Record ;
  rdfs:label "Geboorte op 7 februari 1860" ;
  a2a:hasPerson oa:person_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_Person-e7318ed8-465e-11e3-a747-d206bceb4d38, oa:person_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_Person-e73217d6-465e-11e3-a747-d206bceb4d38, oa:person_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_Person-e731db40-465e-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_0, oa:relationep_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_1, oa:relationep_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_2 ;
  a2a:hasSource oa:source_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21 .

oa:person_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_Person-e7318ed8-465e-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Thomas Wilhelmus Claes" ;
  a2a:PersonName [
    rdfs:label "Thomas Wilhelmus Claes" ;
    a2a:PersonNameFirstName "Thomas Wilhelmus" ;
    a2a:PersonNameLastName "Claes"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1860" ;
    a2a:Month "2" ;
    a2a:Day "7" ;
    rdfs:label "1860-02-07"^^xsd:date
  ] .

oa:person_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_Person-e73217d6-465e-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Anna Maria Fleerakkers" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Fleerakkers" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Fleerakkers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_Person-e731db40-465e-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Cornelis Matheus Claes" ;
  a2a:PersonName [
    rdfs:label "Cornelis Matheus Claes" ;
    a2a:PersonNameFirstName "Cornelis Matheus" ;
    a2a:PersonNameLastName "Claes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1860" ;
    a2a:Month "2" ;
    a2a:Day "7" ;
    rdfs:label "1860-02-07"^^xsd:date
  ] .

oa:relationep_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_Person:e7318ed8-465e-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_Event1 .

oa:relationep_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_Person:e73217d6-465e-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_Event1 .

oa:relationep_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_Person:e731db40-465e-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21_Event1 .

oa:source_bhi_e6cf9a6e-c990-173e-8264-e4de63e83d21
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Duizel en Steensel" ;
    rdfs:label "Duizel en Steensel", "1860-02-08 - 1860-02-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1860-02-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1860-02-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1860" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1860-02-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 2028, Periode: 1860" ;
    a2a:Book "Geboorteregister Duizel en Steensel 1860" ;
    a2a:DocumentNumber "2" ;
    a2a:RegistryNumber "2028" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 2028, Periode: 1860, Geboorteregister Duizel en Steensel 1860, 2, 2028"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/c3261335-d0a1-3579-ed5b-cd49b48c90ef.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/c3261335-d0a1-3579-ed5b-cd49b48c90ef.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-07-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e6cf9a6e-c990-173e-8264-e4de63e83d21" ;
  a2a:RecordGUID "{e6cf9a6e-c990-173e-8264-e4de63e83d21}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "2028" ;
  a2a:SourceRemarkregister_periode "1860" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250909_606_00000606.xml van BHI" .

