@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_057016a2-7e3d-dca5-de93-e621f28dadea
  a a2a:Record ;
  rdfs:label "Geboorte op 3 november 1835" ;
  a2a:hasPerson oa:person_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_Person-944c9ca1-65e1-6a3e-a8b8-e5cc4a1d89a3, oa:person_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_Person-0793fe2b-eaa6-3a68-0030-f3d4768ccb22, oa:person_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_Person-c34aad91-d805-5927-6d5c-0eccc1b5d877 ;
  a2a:hasEvent oa:event_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_0, oa:relationep_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_1, oa:relationep_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_2 ;
  a2a:hasSource oa:source_bhi_057016a2-7e3d-dca5-de93-e621f28dadea .

oa:person_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_Person-944c9ca1-65e1-6a3e-a8b8-e5cc4a1d89a3
  a a2a:Person ;
  rdfs:label "Paulus Verhellouw" ;
  a2a:PersonName [
    rdfs:label "Paulus Verhellouw" ;
    a2a:PersonNameFirstName "Paulus" ;
    a2a:PersonNameLastName "Verhellouw"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_Person-0793fe2b-eaa6-3a68-0030-f3d4768ccb22
  a a2a:Person ;
  rdfs:label "Jan Verhellouw" ;
  a2a:PersonName [
    rdfs:label "Jan Verhellouw" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Verhellouw"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1835" ;
    a2a:Month "11" ;
    a2a:Day "3" ;
    rdfs:label "1835-11-03"^^xsd:date
  ] .

oa:person_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_Person-c34aad91-d805-5927-6d5c-0eccc1b5d877
  a a2a:Person ;
  rdfs:label "Henrietta Petronella Frederica van Fenema" ;
  a2a:PersonName [
    rdfs:label "Henrietta Petronella Frederica van Fenema" ;
    a2a:PersonNameFirstName "Henrietta Petronella Frederica" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Fenema"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1835" ;
    a2a:Month "11" ;
    a2a:Day "3" ;
    rdfs:label "1835-11-03"^^xsd:date
  ] .

oa:relationep_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_Person:944c9ca1-65e1-6a3e-a8b8-e5cc4a1d89a3 ;
  a2a:EventKeyRef oa:event_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_Event1 .

oa:relationep_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_Person:0793fe2b-eaa6-3a68-0030-f3d4768ccb22 ;
  a2a:EventKeyRef oa:event_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_Event1 .

oa:relationep_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_Person:c34aad91-d805-5927-6d5c-0eccc1b5d877 ;
  a2a:EventKeyRef oa:event_bhi_057016a2-7e3d-dca5-de93-e621f28dadea_Event1 .

oa:source_bhi_057016a2-7e3d-dca5-de93-e621f28dadea
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1835-11-04 - 1835-11-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1835-11-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1835-11-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1835" ;
    a2a:Month "11" ;
    a2a:Day "4" ;
    rdfs:label "1835-11-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3767, Periode: 1835" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1835" ;
    a2a:DocumentNumber "594" ;
    a2a:RegistryNumber "3767" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3767, Periode: 1835, Geboorteregister 's-Hertogenbosch 1835, 594, 3767"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/057016a2-7e3d-dca5-de93-e621f28dadea" ;
  a2a:RecordGUID "{057016a2-7e3d-dca5-de93-e621f28dadea}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2032_00002032.xml van BHI" .

