@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_768e282a-fa3c-5d33-e9ea-9146eed148cc
  a a2a:Record ;
  rdfs:label "Geboorte op 7 juli 1918" ;
  a2a:hasPerson oa:person_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_Person-85be4cd3-ddd5-bca2-1f5f-ffa967bdcffc, oa:person_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_Person-146e134b-8c27-e70a-c3bd-bc532406a224, oa:person_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_Person-08ea8244-ae2c-df57-a5bb-6123153f53fe ;
  a2a:hasEvent oa:event_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_0, oa:relationep_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_1, oa:relationep_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_2 ;
  a2a:hasSource oa:source_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc .

oa:person_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_Person-85be4cd3-ddd5-bca2-1f5f-ffa967bdcffc
  a a2a:Person ;
  rdfs:label "Helena van Kapel" ;
  a2a:PersonName [
    rdfs:label "Helena van Kapel" ;
    a2a:PersonNameFirstName "Helena" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Kapel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_Person-146e134b-8c27-e70a-c3bd-bc532406a224
  a a2a:Person ;
  rdfs:label "Antonie Scheffers" ;
  a2a:PersonName [
    rdfs:label "Antonie Scheffers" ;
    a2a:PersonNameFirstName "Antonie" ;
    a2a:PersonNameLastName "Scheffers"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1918" ;
    a2a:Month "7" ;
    a2a:Day "7" ;
    rdfs:label "1918-07-07"^^xsd:date
  ] .

oa:person_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_Person-08ea8244-ae2c-df57-a5bb-6123153f53fe
  a a2a:Person ;
  rdfs:label "Cornelis Scheffers" ;
  a2a:PersonName [
    rdfs:label "Cornelis Scheffers" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Scheffers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "7" ;
    a2a:Day "7" ;
    rdfs:label "1918-07-07"^^xsd:date
  ] .

oa:relationep_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_Person:85be4cd3-ddd5-bca2-1f5f-ffa967bdcffc ;
  a2a:EventKeyRef oa:event_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_Event1 .

oa:relationep_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_Person:146e134b-8c27-e70a-c3bd-bc532406a224 ;
  a2a:EventKeyRef oa:event_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_Event1 .

oa:relationep_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_Person:08ea8244-ae2c-df57-a5bb-6123153f53fe ;
  a2a:EventKeyRef oa:event_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc_Event1 .

oa:source_bhi_768e282a-fa3c-5d33-e9ea-9146eed148cc
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wijk en Aalburg" ;
    rdfs:label "Wijk en Aalburg", "1918-07-08 - 1918-07-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-07-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-07-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1918" ;
    a2a:Month "7" ;
    a2a:Day "8" ;
    rdfs:label "1918-07-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3735, Periode: 1918" ;
    a2a:Book "Geboorteregister Wijk en Aalburg 1918" ;
    a2a:DocumentNumber "44" ;
    a2a:RegistryNumber "3735" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3735, Periode: 1918, Geboorteregister Wijk en Aalburg 1918, 44, 3735"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/712e9f62-d757-a6a0-bde5-ff252f7dedb0.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/712e9f62-d757-a6a0-bde5-ff252f7dedb0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-06-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/768e282a-fa3c-5d33-e9ea-9146eed148cc" ;
  a2a:RecordGUID "{768e282a-fa3c-5d33-e9ea-9146eed148cc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_82177_00082177.xml van BHI" .

