@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_06e5a24f-e3ce-e884-29b5-3ef4ef260551
  a a2a:Record ;
  rdfs:label "Geboorte op 7 december 1918 te Raamsdonk" ;
  a2a:hasPerson oa:person_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_Person-b40ffe99-695a-f3dd-f34f-6fb3fecb42ee, oa:person_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_Person-53c9ce6f-f6e3-e8e2-736b-078ac0733bec, oa:person_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_Person-7c4d4a83-2d57-94e4-9110-fa1ded473585 ;
  a2a:hasEvent oa:event_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_0, oa:relationep_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_1, oa:relationep_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_2 ;
  a2a:hasSource oa:source_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551 .

oa:person_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_Person-b40ffe99-695a-f3dd-f34f-6fb3fecb42ee
  a a2a:Person ;
  rdfs:label "Johanna Louisa Kil" ;
  a2a:PersonName [
    rdfs:label "Johanna Louisa Kil" ;
    a2a:PersonNameFirstName "Johanna Louisa" ;
    a2a:PersonNameLastName "Kil"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_Person-53c9ce6f-f6e3-e8e2-736b-078ac0733bec
  a a2a:Person ;
  rdfs:label "Johannes Aloijsius Kil" ;
  a2a:PersonName [
    rdfs:label "Johannes Aloijsius Kil" ;
    a2a:PersonNameFirstName "Johannes Aloijsius" ;
    a2a:PersonNameLastName "Kil"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1918" ;
    a2a:Month "12" ;
    a2a:Day "7" ;
    rdfs:label "1918-12-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Raamsdonk" ;
    rdfs:label "Raamsdonk"
  ] .

oa:person_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_Person-7c4d4a83-2d57-94e4-9110-fa1ded473585
  a a2a:Person ;
  rdfs:label "N.N." ;
  a2a:PersonName [
    rdfs:label "N.N." ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "12" ;
    a2a:Day "7" ;
    rdfs:label "1918-12-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Raamsdonk" ;
    rdfs:label "Raamsdonk"
  ] .

oa:relationep_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_Person:b40ffe99-695a-f3dd-f34f-6fb3fecb42ee ;
  a2a:EventKeyRef oa:event_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_Event1 .

oa:relationep_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_Person:53c9ce6f-f6e3-e8e2-736b-078ac0733bec ;
  a2a:EventKeyRef oa:event_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_Event1 .

oa:relationep_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_Person:7c4d4a83-2d57-94e4-9110-fa1ded473585 ;
  a2a:EventKeyRef oa:event_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551_Event1 .

oa:source_bhi_06e5a24f-e3ce-e884-29b5-3ef4ef260551
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht", "1919-03-03 - 1919-03-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1919-03-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-03-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1919" ;
    a2a:Month "3" ;
    a2a:Day "3" ;
    rdfs:label "1919-03-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3632, Periode: 1919" ;
    a2a:Book "Geboorteregister Woensdrecht 1919" ;
    a2a:DocumentNumber "26" ;
    a2a:RegistryNumber "3632" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3632, Periode: 1919, Geboorteregister Woensdrecht 1919, 26, 3632"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/348e56be-19a2-8fc7-2466-243026e06669.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/348e56be-19a2-8fc7-2466-243026e06669.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-08-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/06e5a24f-e3ce-e884-29b5-3ef4ef260551" ;
  a2a:RecordGUID "{06e5a24f-e3ce-e884-29b5-3ef4ef260551}" ;
  a2a:SourceRemarkOpmerking "Inschrijving akte van erkenning door moeder" ;
  a2a:SourceRemarkdeel "3632" ;
  a2a:SourceRemarkregister_periode "1919" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_604_00000604.xml van BHI" .

