@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_a21461d0-e6d7-e5db-42df-cf6de71d745d
  a a2a:Record ;
  rdfs:label "Geboorte op 13 oktober 1860" ;
  a2a:hasPerson oa:person_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_Person-e2d143b4-2a34-cd3e-b205-c550021b2a8a, oa:person_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_Person-250e9166-9274-f9c7-173a-eaecfb321064, oa:person_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_Person-5f825fee-ffa5-382c-18a4-880a5366885b ;
  a2a:hasEvent oa:event_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_0, oa:relationep_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_1, oa:relationep_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_2 ;
  a2a:hasSource oa:source_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d .

oa:person_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_Person-e2d143b4-2a34-cd3e-b205-c550021b2a8a
  a a2a:Person ;
  rdfs:label "Cornelis Hubertus van de Wiel" ;
  a2a:PersonName [
    rdfs:label "Cornelis Hubertus van de Wiel" ;
    a2a:PersonNameFirstName "Cornelis Hubertus" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Wiel"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1860" ;
    a2a:Month "10" ;
    a2a:Day "13" ;
    rdfs:label "1860-10-13"^^xsd:date
  ] .

oa:person_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_Person-250e9166-9274-f9c7-173a-eaecfb321064
  a a2a:Person ;
  rdfs:label "Cornelia Huiberdina van Gool" ;
  a2a:PersonName [
    rdfs:label "Cornelia Huiberdina van Gool" ;
    a2a:PersonNameFirstName "Cornelia Huiberdina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gool"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_Person-5f825fee-ffa5-382c-18a4-880a5366885b
  a a2a:Person ;
  rdfs:label "Willem van de Wiel" ;
  a2a:PersonName [
    rdfs:label "Willem van de Wiel" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Wiel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1860" ;
    a2a:Month "10" ;
    a2a:Day "13" ;
    rdfs:label "1860-10-13"^^xsd:date
  ] .

oa:relationep_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_Person:e2d143b4-2a34-cd3e-b205-c550021b2a8a ;
  a2a:EventKeyRef oa:event_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_Event1 .

oa:relationep_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_Person:250e9166-9274-f9c7-173a-eaecfb321064 ;
  a2a:EventKeyRef oa:event_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_Event1 .

oa:relationep_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_Person:5f825fee-ffa5-382c-18a4-880a5366885b ;
  a2a:EventKeyRef oa:event_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d_Event1 .

oa:source_bhi_a21461d0-e6d7-e5db-42df-cf6de71d745d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oisterwijk" ;
    rdfs:label "Oisterwijk", "1860-10-15 - 1860-10-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1860-10-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1860-10-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1860" ;
    a2a:Month "10" ;
    a2a:Day "15" ;
    rdfs:label "1860-10-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 5772, Periode: 1860" ;
    a2a:Book "Geboorteregister Oisterwijk 1860" ;
    a2a:DocumentNumber "39" ;
    a2a:RegistryNumber "5772" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 5772, Periode: 1860, Geboorteregister Oisterwijk 1860, 39, 5772"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/c0caf060-f8af-a61f-dc22-36c71cfa0147.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/c0caf060-f8af-a61f-dc22-36c71cfa0147.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/a21461d0-e6d7-e5db-42df-cf6de71d745d" ;
  a2a:RecordGUID "{a21461d0-e6d7-e5db-42df-cf6de71d745d}" ;
  a2a:SourceRemarkdeel "5772" ;
  a2a:SourceRemarkregister_periode "1860" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_280_00000280.xml van BHI" .

