@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_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e
  a a2a:Record ;
  rdfs:label "Geboorte op 25 februari 1861" ;
  a2a:hasPerson oa:person_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_Person-757e2286-fb75-dca3-41e9-026445e29fab, oa:person_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_Person-da71714d-6409-27e6-8236-ff902ee8dbaa, oa:person_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_Person-eb5b6f33-a509-a8ad-ffb2-045e6c7a8f44 ;
  a2a:hasEvent oa:event_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_0, oa:relationep_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_1, oa:relationep_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_2 ;
  a2a:hasSource oa:source_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e .

oa:person_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_Person-757e2286-fb75-dca3-41e9-026445e29fab
  a a2a:Person ;
  rdfs:label "Jan Baptist Segers" ;
  a2a:PersonName [
    rdfs:label "Jan Baptist Segers" ;
    a2a:PersonNameFirstName "Jan Baptist" ;
    a2a:PersonNameLastName "Segers"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1861" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1861-02-25"^^xsd:date
  ] .

oa:person_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_Person-da71714d-6409-27e6-8236-ff902ee8dbaa
  a a2a:Person ;
  rdfs:label "Maria Catharina Claassen" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Claassen" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Claassen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_Person-eb5b6f33-a509-a8ad-ffb2-045e6c7a8f44
  a a2a:Person ;
  rdfs:label "Peter Dominicus Segers" ;
  a2a:PersonName [
    rdfs:label "Peter Dominicus Segers" ;
    a2a:PersonNameFirstName "Peter Dominicus" ;
    a2a:PersonNameLastName "Segers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1861" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1861-02-25"^^xsd:date
  ] .

oa:relationep_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_Person:757e2286-fb75-dca3-41e9-026445e29fab ;
  a2a:EventKeyRef oa:event_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_Event1 .

oa:relationep_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_Person:da71714d-6409-27e6-8236-ff902ee8dbaa ;
  a2a:EventKeyRef oa:event_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_Event1 .

oa:relationep_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_Person:eb5b6f33-a509-a8ad-ffb2-045e6c7a8f44 ;
  a2a:EventKeyRef oa:event_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e_Event1 .

oa:source_bhi_03cf8bff-020b-d73e-e2ae-4a2cb13fa43e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Reusel" ;
    rdfs:label "Reusel", "1861-02-25 - 1861-02-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1861-02-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1861-02-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1861" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1861-02-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6567, Periode: 1861" ;
    a2a:Book "Geboorteregister Reusel 1861" ;
    a2a:DocumentNumber "4" ;
    a2a:RegistryNumber "6567" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6567, Periode: 1861, Geboorteregister Reusel 1861, 4, 6567"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b66f1942-dbcc-c391-d88f-fc4c241d55fa.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b66f1942-dbcc-c391-d88f-fc4c241d55fa.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/03cf8bff-020b-d73e-e2ae-4a2cb13fa43e" ;
  a2a:RecordGUID "{03cf8bff-020b-d73e-e2ae-4a2cb13fa43e}" ;
  a2a:SourceRemarkdeel "6567" ;
  a2a:SourceRemarkregister_periode "1861" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_1839_00001839.xml van BHI" .

