@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_23fdfd96-b22a-a4e9-bd56-0a247788a035
  a a2a:Record ;
  rdfs:label "Geboorte op 7 augustus 1887" ;
  a2a:hasPerson oa:person_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_Person-46b6287f-851c-8d32-c3f3-0d54ebeb49e0, oa:person_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_Person-38d30055-0a16-2daf-521c-80aa50aed248, oa:person_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_Person-130d0744-49db-738a-eb6b-6ac267b02fc9 ;
  a2a:hasEvent oa:event_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_0, oa:relationep_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_1, oa:relationep_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_2 ;
  a2a:hasSource oa:source_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035 .

oa:person_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_Person-46b6287f-851c-8d32-c3f3-0d54ebeb49e0
  a a2a:Person ;
  rdfs:label "Hendrica Verberne" ;
  a2a:PersonName [
    rdfs:label "Hendrica Verberne" ;
    a2a:PersonNameFirstName "Hendrica" ;
    a2a:PersonNameLastName "Verberne"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_Person-38d30055-0a16-2daf-521c-80aa50aed248
  a a2a:Person ;
  rdfs:label "Antonetta Godefrida Weekers" ;
  a2a:PersonName [
    rdfs:label "Antonetta Godefrida Weekers" ;
    a2a:PersonNameFirstName "Antonetta Godefrida" ;
    a2a:PersonNameLastName "Weekers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1887" ;
    a2a:Month "8" ;
    a2a:Day "7" ;
    rdfs:label "1887-08-07"^^xsd:date
  ] .

oa:person_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_Person-130d0744-49db-738a-eb6b-6ac267b02fc9
  a a2a:Person ;
  rdfs:label "Joannes Weekers" ;
  a2a:PersonName [
    rdfs:label "Joannes Weekers" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Weekers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1887" ;
    a2a:Month "8" ;
    a2a:Day "7" ;
    rdfs:label "1887-08-07"^^xsd:date
  ] .

oa:relationep_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_Person:46b6287f-851c-8d32-c3f3-0d54ebeb49e0 ;
  a2a:EventKeyRef oa:event_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_Event1 .

oa:relationep_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_Person:38d30055-0a16-2daf-521c-80aa50aed248 ;
  a2a:EventKeyRef oa:event_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_Event1 .

oa:relationep_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_Person:130d0744-49db-738a-eb6b-6ac267b02fc9 ;
  a2a:EventKeyRef oa:event_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035_Event1 .

oa:source_bhi_23fdfd96-b22a-a4e9-bd56-0a247788a035
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Mierlo" ;
    rdfs:label "Mierlo", "1887-08-09 - 1887-08-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1887-08-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1887-08-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1887" ;
    a2a:Month "8" ;
    a2a:Day "9" ;
    rdfs:label "1887-08-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 5225, Periode: 1887" ;
    a2a:Book "Geboorteregister Mierlo 1887" ;
    a2a:DocumentNumber "38" ;
    a2a:RegistryNumber "5225" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 5225, Periode: 1887, Geboorteregister Mierlo 1887, 38, 5225"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/0f97fb40-8d65-8cf1-4274-152855a0f030.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/0f97fb40-8d65-8cf1-4274-152855a0f030.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-10-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/23fdfd96-b22a-a4e9-bd56-0a247788a035" ;
  a2a:RecordGUID "{23fdfd96-b22a-a4e9-bd56-0a247788a035}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240413_798_00000798.xml van BHI" .

