@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_211c1743-d49d-e6c8-9572-5cfb2e2f78cd
  a a2a:Record ;
  rdfs:label "Geboorte op 15 juni 1889" ;
  a2a:hasPerson oa:person_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_Person-1eec7a62-580d-18fa-2520-d99cc0038aba, oa:person_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_Person-026170b7-9c61-61b8-01d6-f7afa2276488, oa:person_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_Person-469d10f1-1bc5-2234-1820-ffa27263456d ;
  a2a:hasEvent oa:event_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_0, oa:relationep_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_1, oa:relationep_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_2 ;
  a2a:hasSource oa:source_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd .

oa:person_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_Person-1eec7a62-580d-18fa-2520-d99cc0038aba
  a a2a:Person ;
  rdfs:label "Theresia Adriana Maria Petit" ;
  a2a:PersonName [
    rdfs:label "Theresia Adriana Maria Petit" ;
    a2a:PersonNameFirstName "Theresia Adriana Maria" ;
    a2a:PersonNameLastName "Petit"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_Person-026170b7-9c61-61b8-01d6-f7afa2276488
  a a2a:Person ;
  rdfs:label "Adriaan Jan Willem Charles Bogaerts" ;
  a2a:PersonName [
    rdfs:label "Adriaan Jan Willem Charles Bogaerts" ;
    a2a:PersonNameFirstName "Adriaan Jan Willem Charles" ;
    a2a:PersonNameLastName "Bogaerts"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1889" ;
    a2a:Month "6" ;
    a2a:Day "15" ;
    rdfs:label "1889-06-15"^^xsd:date
  ] .

oa:person_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_Person-469d10f1-1bc5-2234-1820-ffa27263456d
  a a2a:Person ;
  rdfs:label "Petrus Paulus Bogaerts" ;
  a2a:PersonName [
    rdfs:label "Petrus Paulus Bogaerts" ;
    a2a:PersonNameFirstName "Petrus Paulus" ;
    a2a:PersonNameLastName "Bogaerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1889" ;
    a2a:Month "6" ;
    a2a:Day "15" ;
    rdfs:label "1889-06-15"^^xsd:date
  ] .

oa:relationep_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_Person:1eec7a62-580d-18fa-2520-d99cc0038aba ;
  a2a:EventKeyRef oa:event_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_Event1 .

oa:relationep_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_Person:026170b7-9c61-61b8-01d6-f7afa2276488 ;
  a2a:EventKeyRef oa:event_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_Event1 .

oa:relationep_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_Person:469d10f1-1bc5-2234-1820-ffa27263456d ;
  a2a:EventKeyRef oa:event_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd_Event1 .

oa:source_bhi_211c1743-d49d-e6c8-9572-5cfb2e2f78cd
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1889-06-17 - 1889-06-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1889-06-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1889-06-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1889" ;
    a2a:Month "6" ;
    a2a:Day "17" ;
    rdfs:label "1889-06-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1193, Periode: 1889" ;
    a2a:Book "Geboorteregister 1889" ;
    a2a:DocumentNumber "376" ;
    a2a:RegistryNumber "1193" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1193, Periode: 1889, Geboorteregister 1889, 376, 1193"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/9d8ec4da-ccaa-37c6-4c4d-cd8967de802e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/9d8ec4da-ccaa-37c6-4c4d-cd8967de802e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/211c1743-d49d-e6c8-9572-5cfb2e2f78cd" ;
  a2a:RecordGUID "{211c1743-d49d-e6c8-9572-5cfb2e2f78cd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_514_00000514.xml van BHI" .

