@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_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49
  a a2a:Record ;
  rdfs:label "Geboorte op 2 augustus 1845" ;
  a2a:hasPerson oa:person_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_Person-4d42cdde-462a-11e3-a747-d206bceb4d38, oa:person_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_Person-4d4325f4-462a-11e3-a747-d206bceb4d38, oa:person_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_Person-4d42f87c-462a-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_0, oa:relationep_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_1, oa:relationep_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_2 ;
  a2a:hasSource oa:source_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49 .

oa:person_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_Person-4d42cdde-462a-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Peter Schepers" ;
  a2a:PersonName [
    rdfs:label "Peter Schepers" ;
    a2a:PersonNameFirstName "Peter" ;
    a2a:PersonNameLastName "Schepers"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1845" ;
    a2a:Month "8" ;
    a2a:Day "2" ;
    rdfs:label "1845-08-02"^^xsd:date
  ] .

oa:person_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_Person-4d4325f4-462a-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Catharina van Melis" ;
  a2a:PersonName [
    rdfs:label "Catharina van Melis" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Melis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_Person-4d42f87c-462a-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Godefridus Schepers" ;
  a2a:PersonName [
    rdfs:label "Godefridus Schepers" ;
    a2a:PersonNameFirstName "Godefridus" ;
    a2a:PersonNameLastName "Schepers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1845" ;
    a2a:Month "8" ;
    a2a:Day "2" ;
    rdfs:label "1845-08-02"^^xsd:date
  ] .

oa:relationep_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_Person:4d42cdde-462a-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_Event1 .

oa:relationep_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_Person:4d4325f4-462a-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_Event1 .

oa:relationep_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_Person:4d42f87c-462a-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49_Event1 .

oa:source_bhi_fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Lieshout" ;
    rdfs:label "Lieshout", "1845-01-01 - 1845-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1845-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1845-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 4709, Periode: 1845" ;
    a2a:Book "Geboorteregister Lieshout 1845" ;
    a2a:DocumentNumber "20" ;
    a2a:RegistryNumber "4709" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 4709, Periode: 1845, Geboorteregister Lieshout 1845, 20, 4709"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/952dcfe4-4806-aee2-a2f9-60f51083478c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/952dcfe4-4806-aee2-a2f9-60f51083478c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-11-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49" ;
  a2a:RecordGUID "{fe5764ae-350d-b5d7-bc3d-cd5cfb75aa49}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "4709" ;
  a2a:SourceRemarkregister_periode "1845" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_263_00000263.xml van BHI" .

