@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_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c
  a a2a:Record ;
  rdfs:label "Geboorte op 15 mei 1910" ;
  a2a:hasPerson oa:person_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_Person-bb67ffd2-b1a6-ca52-32ee-8c46a630c014, oa:person_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_Person-069e4acc-f5bc-aa8d-407c-5496cd3d042a, oa:person_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_Person-8f2e2a13-438a-2b35-4c00-caefe76a1bec ;
  a2a:hasEvent oa:event_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_0, oa:relationep_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_1, oa:relationep_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_2 ;
  a2a:hasSource oa:source_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c .

oa:person_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_Person-bb67ffd2-b1a6-ca52-32ee-8c46a630c014
  a a2a:Person ;
  rdfs:label "Antonia Lucia Maria Verhoeven" ;
  a2a:PersonName [
    rdfs:label "Antonia Lucia Maria Verhoeven" ;
    a2a:PersonNameFirstName "Antonia Lucia Maria" ;
    a2a:PersonNameLastName "Verhoeven"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "5" ;
    a2a:Day "15" ;
    rdfs:label "1910-05-15"^^xsd:date
  ] .

oa:person_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_Person-069e4acc-f5bc-aa8d-407c-5496cd3d042a
  a a2a:Person ;
  rdfs:label "Maria Elisabeth Willems" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth Willems" ;
    a2a:PersonNameFirstName "Maria Elisabeth" ;
    a2a:PersonNameLastName "Willems"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_Person-8f2e2a13-438a-2b35-4c00-caefe76a1bec
  a a2a:Person ;
  rdfs:label "Adrianus Verhoeven" ;
  a2a:PersonName [
    rdfs:label "Adrianus Verhoeven" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Verhoeven"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "5" ;
    a2a:Day "15" ;
    rdfs:label "1910-05-15"^^xsd:date
  ] .

oa:relationep_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_Person:bb67ffd2-b1a6-ca52-32ee-8c46a630c014 ;
  a2a:EventKeyRef oa:event_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_Event1 .

oa:relationep_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_Person:069e4acc-f5bc-aa8d-407c-5496cd3d042a ;
  a2a:EventKeyRef oa:event_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_Event1 .

oa:relationep_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_Person:8f2e2a13-438a-2b35-4c00-caefe76a1bec ;
  a2a:EventKeyRef oa:event_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c_Event1 .

oa:source_bhi_28ffbb0c-4e79-bbf9-bf99-34b19b916a3c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Bergeyk" ;
    rdfs:label "Bergeyk", "1910-05-17 - 1910-05-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-05-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-05-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1910" ;
    a2a:Month "5" ;
    a2a:Day "17" ;
    rdfs:label "1910-05-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 177, Periode: 1910" ;
    a2a:Book "Geboorteregister Bergeyk 1910" ;
    a2a:DocumentNumber "38" ;
    a2a:RegistryNumber "177" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 177, Periode: 1910, Geboorteregister Bergeyk 1910, 38, 177"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/a3407a37-0975-c120-ac46-4025c710f8d1.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/a3407a37-0975-c120-ac46-4025c710f8d1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-02-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/28ffbb0c-4e79-bbf9-bf99-34b19b916a3c" ;
  a2a:RecordGUID "{28ffbb0c-4e79-bbf9-bf99-34b19b916a3c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_69804_00069804.xml van BHI" .

