@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_beff89cd-7a62-b878-a2bb-024eee3fcc0f
  a a2a:Record ;
  rdfs:label "Geboorte op 22 april 1906" ;
  a2a:hasPerson oa:person_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_Person-31280d5c-09e3-e0fa-76ad-855677cd2ab7, oa:person_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_Person-8829aa68-f406-c13c-a2ee-6a3acb08facb, oa:person_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_Person-b97de048-d9b1-39ac-6d70-c6ee1f6274b5 ;
  a2a:hasEvent oa:event_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_0, oa:relationep_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_1, oa:relationep_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_2 ;
  a2a:hasSource oa:source_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f .

oa:person_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_Person-31280d5c-09e3-e0fa-76ad-855677cd2ab7
  a a2a:Person ;
  rdfs:label "Maria lepelaars" ;
  a2a:PersonName [
    rdfs:label "Maria lepelaars" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "lepelaars"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_Person-8829aa68-f406-c13c-a2ee-6a3acb08facb
  a a2a:Person ;
  rdfs:label "Adrianus Jacobus Scheepens" ;
  a2a:PersonName [
    rdfs:label "Adrianus Jacobus Scheepens" ;
    a2a:PersonNameFirstName "Adrianus Jacobus" ;
    a2a:PersonNameLastName "Scheepens"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1906" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1906-04-22"^^xsd:date
  ] .

oa:person_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_Person-b97de048-d9b1-39ac-6d70-c6ee1f6274b5
  a a2a:Person ;
  rdfs:label "Jacbus Scheepes" ;
  a2a:PersonName [
    rdfs:label "Jacbus Scheepes" ;
    a2a:PersonNameFirstName "Jacbus" ;
    a2a:PersonNameLastName "Scheepes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1906" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1906-04-22"^^xsd:date
  ] .

oa:relationep_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_Person:31280d5c-09e3-e0fa-76ad-855677cd2ab7 ;
  a2a:EventKeyRef oa:event_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_Event1 .

oa:relationep_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_Person:8829aa68-f406-c13c-a2ee-6a3acb08facb ;
  a2a:EventKeyRef oa:event_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_Event1 .

oa:relationep_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_Person:b97de048-d9b1-39ac-6d70-c6ee1f6274b5 ;
  a2a:EventKeyRef oa:event_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f_Event1 .

oa:source_bhi_beff89cd-7a62-b878-a2bb-024eee3fcc0f
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Eersel" ;
    rdfs:label "Eersel", "1906-04-23 - 1906-04-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1906-04-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1906-04-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1906" ;
    a2a:Month "4" ;
    a2a:Day "23" ;
    rdfs:label "1906-04-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 833, Periode: 1906" ;
    a2a:Book "Geboorteregister Eersel 1906" ;
    a2a:DocumentNumber "11" ;
    a2a:RegistryNumber "833" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 833, Periode: 1906, Geboorteregister Eersel 1906, 11, 833"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d0e0b31d-3006-5fce-3a98-a5f32d58d598.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d0e0b31d-3006-5fce-3a98-a5f32d58d598.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-10-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/beff89cd-7a62-b878-a2bb-024eee3fcc0f" ;
  a2a:RecordGUID "{beff89cd-7a62-b878-a2bb-024eee3fcc0f}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "833" ;
  a2a:SourceRemarkregister_periode "1906" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_159_00000159.xml van BHI" .

