@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_a7e440ea-db03-267a-e44f-6d8dccb971e1
  a a2a:Record ;
  rdfs:label "Geboorte op 7 april 1885" ;
  a2a:hasPerson oa:person_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_Person-a9b837ce-e7bb-97e7-fd8f-d6191fb8627a, oa:person_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_Person-059fe3d9-a868-6de7-8680-b84df108ee71, oa:person_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_Person-8f171f02-a13f-5e37-73b2-6e63a99ced14 ;
  a2a:hasEvent oa:event_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_0, oa:relationep_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_1, oa:relationep_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_2 ;
  a2a:hasSource oa:source_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1 .

oa:person_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_Person-a9b837ce-e7bb-97e7-fd8f-d6191fb8627a
  a a2a:Person ;
  rdfs:label "Elisabeth Jacoba Renckens" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Jacoba Renckens" ;
    a2a:PersonNameFirstName "Elisabeth Jacoba" ;
    a2a:PersonNameLastName "Renckens"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1885" ;
    a2a:Month "4" ;
    a2a:Day "7" ;
    rdfs:label "1885-04-07"^^xsd:date
  ] .

oa:person_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_Person-059fe3d9-a868-6de7-8680-b84df108ee71
  a a2a:Person ;
  rdfs:label "Antonia Wilhelmina Brandt" ;
  a2a:PersonName [
    rdfs:label "Antonia Wilhelmina Brandt" ;
    a2a:PersonNameFirstName "Antonia Wilhelmina" ;
    a2a:PersonNameLastName "Brandt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_Person-8f171f02-a13f-5e37-73b2-6e63a99ced14
  a a2a:Person ;
  rdfs:label "Hermanus Hubertus Renckens" ;
  a2a:PersonName [
    rdfs:label "Hermanus Hubertus Renckens" ;
    a2a:PersonNameFirstName "Hermanus Hubertus" ;
    a2a:PersonNameLastName "Renckens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1885" ;
    a2a:Month "4" ;
    a2a:Day "7" ;
    rdfs:label "1885-04-07"^^xsd:date
  ] .

oa:relationep_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_Person:a9b837ce-e7bb-97e7-fd8f-d6191fb8627a ;
  a2a:EventKeyRef oa:event_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_Event1 .

oa:relationep_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_Person:059fe3d9-a868-6de7-8680-b84df108ee71 ;
  a2a:EventKeyRef oa:event_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_Event1 .

oa:relationep_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_Person:8f171f02-a13f-5e37-73b2-6e63a99ced14 ;
  a2a:EventKeyRef oa:event_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1_Event1 .

oa:source_bhi_a7e440ea-db03-267a-e44f-6d8dccb971e1
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1885-04-08 - 1885-04-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1885-04-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1885-04-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1885" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1885-04-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3817, Periode: 1885" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1885" ;
    a2a:DocumentNumber "255" ;
    a2a:RegistryNumber "3817" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3817, Periode: 1885, Geboorteregister 's-Hertogenbosch 1885, 255, 3817"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/a7e440ea-db03-267a-e44f-6d8dccb971e1" ;
  a2a:RecordGUID "{a7e440ea-db03-267a-e44f-6d8dccb971e1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_1890_00001890.xml van BHI" .

