@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_14cb0930-e646-e75b-9781-870fe606bded
  a a2a:Record ;
  rdfs:label "Geboorte op 31 oktober 1823" ;
  a2a:hasPerson oa:person_bhi_14cb0930-e646-e75b-9781-870fe606bded_Person-451540c9-5dcd-bd00-6e9f-f3530c9a797b, oa:person_bhi_14cb0930-e646-e75b-9781-870fe606bded_Person-e3f2e095-3192-53fc-dec5-36bb73ea0e83, oa:person_bhi_14cb0930-e646-e75b-9781-870fe606bded_Person-e861ac3f-8708-eeab-6ac8-666f0aadde28 ;
  a2a:hasEvent oa:event_bhi_14cb0930-e646-e75b-9781-870fe606bded_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_14cb0930-e646-e75b-9781-870fe606bded_0, oa:relationep_bhi_14cb0930-e646-e75b-9781-870fe606bded_1, oa:relationep_bhi_14cb0930-e646-e75b-9781-870fe606bded_2 ;
  a2a:hasSource oa:source_bhi_14cb0930-e646-e75b-9781-870fe606bded .

oa:person_bhi_14cb0930-e646-e75b-9781-870fe606bded_Person-451540c9-5dcd-bd00-6e9f-f3530c9a797b
  a a2a:Person ;
  rdfs:label "Wilhelmus Vaderloos" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Vaderloos" ;
    a2a:PersonNameFirstName "Wilhelmus" ;
    a2a:PersonNameLastName "Vaderloos"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1823" ;
    a2a:Month "10" ;
    a2a:Day "31" ;
    rdfs:label "1823-10-31"^^xsd:date
  ] .

oa:person_bhi_14cb0930-e646-e75b-9781-870fe606bded_Person-e3f2e095-3192-53fc-dec5-36bb73ea0e83
  a a2a:Person ;
  rdfs:label "Johanna Helena Sanders" ;
  a2a:PersonName [
    rdfs:label "Johanna Helena Sanders" ;
    a2a:PersonNameFirstName "Johanna Helena" ;
    a2a:PersonNameLastName "Sanders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_14cb0930-e646-e75b-9781-870fe606bded_Person-e861ac3f-8708-eeab-6ac8-666f0aadde28
  a a2a:Person ;
  rdfs:label "Josephus Vaderloos" ;
  a2a:PersonName [
    rdfs:label "Josephus Vaderloos" ;
    a2a:PersonNameFirstName "Josephus" ;
    a2a:PersonNameLastName "Vaderloos"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_14cb0930-e646-e75b-9781-870fe606bded_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1823" ;
    a2a:Month "10" ;
    a2a:Day "31" ;
    rdfs:label "1823-10-31"^^xsd:date
  ] .

oa:relationep_bhi_14cb0930-e646-e75b-9781-870fe606bded_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_14cb0930-e646-e75b-9781-870fe606bded_Person:451540c9-5dcd-bd00-6e9f-f3530c9a797b ;
  a2a:EventKeyRef oa:event_bhi_14cb0930-e646-e75b-9781-870fe606bded_Event1 .

oa:relationep_bhi_14cb0930-e646-e75b-9781-870fe606bded_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_14cb0930-e646-e75b-9781-870fe606bded_Person:e3f2e095-3192-53fc-dec5-36bb73ea0e83 ;
  a2a:EventKeyRef oa:event_bhi_14cb0930-e646-e75b-9781-870fe606bded_Event1 .

oa:relationep_bhi_14cb0930-e646-e75b-9781-870fe606bded_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_14cb0930-e646-e75b-9781-870fe606bded_Person:e861ac3f-8708-eeab-6ac8-666f0aadde28 ;
  a2a:EventKeyRef oa:event_bhi_14cb0930-e646-e75b-9781-870fe606bded_Event1 .

oa:source_bhi_14cb0930-e646-e75b-9781-870fe606bded
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1823-10-31 - 1823-10-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1823-10-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1823-10-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1823" ;
    a2a:Month "10" ;
    a2a:Day "31" ;
    rdfs:label "1823-10-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3755, Periode: 1823" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1823" ;
    a2a:DocumentNumber "579" ;
    a2a:RegistryNumber "3755" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3755, Periode: 1823, Geboorteregister 's-Hertogenbosch 1823, 579, 3755"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/14cb0930-e646-e75b-9781-870fe606bded" ;
  a2a:RecordGUID "{14cb0930-e646-e75b-9781-870fe606bded}" ;
  a2a:SourceRemarkdeel "3755" ;
  a2a:SourceRemarkregister_periode "1823" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_1601_00001601.xml van BHI" .

