@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_8ef3091b-685e-dc9b-cfc7-e926e7f623f6
  a a2a:Record ;
  rdfs:label "Geboorte op 13 februari 1861" ;
  a2a:hasPerson oa:person_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_Person-25168742-d979-bb6f-d639-b0ece794ecab, oa:person_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_Person-78da8ce2-bcb0-46a9-5e75-f4cfb8c6b814, oa:person_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_Person-ba6e6431-5558-01fb-2c86-252d23f17973 ;
  a2a:hasEvent oa:event_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_0, oa:relationep_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_1, oa:relationep_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_2 ;
  a2a:hasSource oa:source_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6 .

oa:person_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_Person-25168742-d979-bb6f-d639-b0ece794ecab
  a a2a:Person ;
  rdfs:label "Henrica van Kappel" ;
  a2a:PersonName [
    rdfs:label "Henrica van Kappel" ;
    a2a:PersonNameFirstName "Henrica" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Kappel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_Person-78da8ce2-bcb0-46a9-5e75-f4cfb8c6b814
  a a2a:Person ;
  rdfs:label "Adriaan Cornelis Schroot" ;
  a2a:PersonName [
    rdfs:label "Adriaan Cornelis Schroot" ;
    a2a:PersonNameFirstName "Adriaan Cornelis" ;
    a2a:PersonNameLastName "Schroot"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1861" ;
    a2a:Month "2" ;
    a2a:Day "13" ;
    rdfs:label "1861-02-13"^^xsd:date
  ] .

oa:person_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_Person-ba6e6431-5558-01fb-2c86-252d23f17973
  a a2a:Person ;
  rdfs:label "Johannes Schroot" ;
  a2a:PersonName [
    rdfs:label "Johannes Schroot" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Schroot"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1861" ;
    a2a:Month "2" ;
    a2a:Day "13" ;
    rdfs:label "1861-02-13"^^xsd:date
  ] .

oa:relationep_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_Person:25168742-d979-bb6f-d639-b0ece794ecab ;
  a2a:EventKeyRef oa:event_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_Event1 .

oa:relationep_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_Person:78da8ce2-bcb0-46a9-5e75-f4cfb8c6b814 ;
  a2a:EventKeyRef oa:event_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_Event1 .

oa:relationep_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_Person:ba6e6431-5558-01fb-2c86-252d23f17973 ;
  a2a:EventKeyRef oa:event_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6_Event1 .

oa:source_bhi_8ef3091b-685e-dc9b-cfc7-e926e7f623f6
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1861-01-01 - 1861-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1861-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1861-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1861" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 5863, Periode: 1861" ;
    a2a:Book "Geboorteregister Oosterhout 1861" ;
    a2a:DocumentNumber "31" ;
    a2a:RegistryNumber "5863" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 5863, Periode: 1861, Geboorteregister Oosterhout 1861, 31, 5863"
  ] ;
  a2a:SourceLastChangeDate "2025-08-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/8ef3091b-685e-dc9b-cfc7-e926e7f623f6" ;
  a2a:RecordGUID "{8ef3091b-685e-dc9b-cfc7-e926e7f623f6}" ;
  a2a:SourceRemarkdeel "5863" ;
  a2a:SourceRemarkregister_periode "1861" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251116_393_00000393.xml van BHI" .

