@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_8a736f60-e6c5-30e7-ab18-8ee892873baa
  a a2a:Record ;
  rdfs:label "Geboorte op 9 januari 1916" ;
  a2a:hasPerson oa:person_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_Person-d8a1c6b0-588f-1d06-7206-8556935bb866, oa:person_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_Person-02c15db2-f095-e7c1-b503-7c6e4f8bf428, oa:person_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_Person-a1f03f5d-4b58-2c6b-654c-c5510db1d0b0 ;
  a2a:hasEvent oa:event_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_0, oa:relationep_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_1, oa:relationep_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_2 ;
  a2a:hasSource oa:source_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa .

oa:person_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_Person-d8a1c6b0-588f-1d06-7206-8556935bb866
  a a2a:Person ;
  rdfs:label "Johannes Baptist Bogaerts" ;
  a2a:PersonName [
    rdfs:label "Johannes Baptist Bogaerts" ;
    a2a:PersonNameFirstName "Johannes Baptist" ;
    a2a:PersonNameLastName "Bogaerts"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1916" ;
    a2a:Month "1" ;
    a2a:Day "9" ;
    rdfs:label "1916-01-09"^^xsd:date
  ] .

oa:person_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_Person-02c15db2-f095-e7c1-b503-7c6e4f8bf428
  a a2a:Person ;
  rdfs:label "Hendrika de Pater" ;
  a2a:PersonName [
    rdfs:label "Hendrika de Pater" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Pater"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_Person-a1f03f5d-4b58-2c6b-654c-c5510db1d0b0
  a a2a:Person ;
  rdfs:label "Albert Felix Joseph Bogaerts" ;
  a2a:PersonName [
    rdfs:label "Albert Felix Joseph Bogaerts" ;
    a2a:PersonNameFirstName "Albert Felix Joseph" ;
    a2a:PersonNameLastName "Bogaerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1916" ;
    a2a:Month "1" ;
    a2a:Day "9" ;
    rdfs:label "1916-01-09"^^xsd:date
  ] .

oa:relationep_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_Person:d8a1c6b0-588f-1d06-7206-8556935bb866 ;
  a2a:EventKeyRef oa:event_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_Event1 .

oa:relationep_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_Person:02c15db2-f095-e7c1-b503-7c6e4f8bf428 ;
  a2a:EventKeyRef oa:event_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_Event1 .

oa:relationep_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_Person:a1f03f5d-4b58-2c6b-654c-c5510db1d0b0 ;
  a2a:EventKeyRef oa:event_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa_Event1 .

oa:source_bhi_8a736f60-e6c5-30e7-ab18-8ee892873baa
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Herpen" ;
    rdfs:label "Herpen", "1916-01-10 - 1916-01-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1916-01-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1916-01-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1916" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1916-01-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1526, Periode: 1916" ;
    a2a:Book "Geboorteregister Herpen 1916" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "1526" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1526, Periode: 1916, Geboorteregister Herpen 1916, 1, 1526"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/15d35763-4f5b-80ab-e261-48c9840406e4.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/15d35763-4f5b-80ab-e261-48c9840406e4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/8a736f60-e6c5-30e7-ab18-8ee892873baa" ;
  a2a:RecordGUID "{8a736f60-e6c5-30e7-ab18-8ee892873baa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_6043_00006043.xml van BHI" .

