@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_cc6e97cb-9680-e403-da31-37735b4602ee
  a a2a:Record ;
  rdfs:label "Geboorte op 8 januari 1923" ;
  a2a:hasPerson oa:person_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_Person-22085cee-7812-754e-47af-a5572056fb49, oa:person_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_Person-41e1ed83-9a86-5e3f-f96a-cdf4277b6fef, oa:person_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_Person-764b9bc8-49c9-a329-76af-49521e079f6f ;
  a2a:hasEvent oa:event_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_0, oa:relationep_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_1, oa:relationep_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_2 ;
  a2a:hasSource oa:source_bhi_cc6e97cb-9680-e403-da31-37735b4602ee .

oa:person_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_Person-22085cee-7812-754e-47af-a5572056fb49
  a a2a:Person ;
  rdfs:label "Pietronella Govaerts" ;
  a2a:PersonName [
    rdfs:label "Pietronella Govaerts" ;
    a2a:PersonNameFirstName "Pietronella" ;
    a2a:PersonNameLastName "Govaerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_Person-41e1ed83-9a86-5e3f-f96a-cdf4277b6fef
  a a2a:Person ;
  rdfs:label "Adriaan Pieter van Loon" ;
  a2a:PersonName [
    rdfs:label "Adriaan Pieter van Loon" ;
    a2a:PersonNameFirstName "Adriaan Pieter" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Loon"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1923" ;
    a2a:Month "1" ;
    a2a:Day "8" ;
    rdfs:label "1923-01-08"^^xsd:date
  ] .

oa:person_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_Person-764b9bc8-49c9-a329-76af-49521e079f6f
  a a2a:Person ;
  rdfs:label "Pieter van Loon" ;
  a2a:PersonName [
    rdfs:label "Pieter van Loon" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Loon"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1923" ;
    a2a:Month "1" ;
    a2a:Day "8" ;
    rdfs:label "1923-01-08"^^xsd:date
  ] .

oa:relationep_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_Person:22085cee-7812-754e-47af-a5572056fb49 ;
  a2a:EventKeyRef oa:event_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_Event1 .

oa:relationep_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_Person:41e1ed83-9a86-5e3f-f96a-cdf4277b6fef ;
  a2a:EventKeyRef oa:event_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_Event1 .

oa:relationep_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_Person:764b9bc8-49c9-a329-76af-49521e079f6f ;
  a2a:EventKeyRef oa:event_bhi_cc6e97cb-9680-e403-da31-37735b4602ee_Event1 .

oa:source_bhi_cc6e97cb-9680-e403-da31-37735b4602ee
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1923-01-09 - 1923-01-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-01-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-01-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1923" ;
    a2a:Month "1" ;
    a2a:Day "9" ;
    rdfs:label "1923-01-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2225, Periode: 1923" ;
    a2a:Book "Geboorteregister Oosterhout 1923" ;
    a2a:DocumentNumber "18" ;
    a2a:RegistryNumber "2225" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2225, Periode: 1923, Geboorteregister Oosterhout 1923, 18, 2225"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d58c12f2-419c-7502-bd51-12882fd66a80.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d58c12f2-419c-7502-bd51-12882fd66a80.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-08-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/cc6e97cb-9680-e403-da31-37735b4602ee" ;
  a2a:RecordGUID "{cc6e97cb-9680-e403-da31-37735b4602ee}" ;
  a2a:SourceRemarkdeel "2225" ;
  a2a:SourceRemarkregister_periode "1923" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_327_00000327.xml van BHI" .

