@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_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3
  a a2a:Record ;
  rdfs:label "Geboorte op 6 augustus 1922" ;
  a2a:hasPerson oa:person_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_Person-d97ac673-9519-1f38-d120-fb706f880165, oa:person_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_Person-1ef430db-9c98-66b3-edd1-ea771d122f15, oa:person_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_Person-fd660bb4-e38c-b76d-53c6-5fa3d9ef55c6 ;
  a2a:hasEvent oa:event_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_0, oa:relationep_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_1, oa:relationep_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_2 ;
  a2a:hasSource oa:source_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3 .

oa:person_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_Person-d97ac673-9519-1f38-d120-fb706f880165
  a a2a:Person ;
  rdfs:label "Bertha Verstegen" ;
  a2a:PersonName [
    rdfs:label "Bertha Verstegen" ;
    a2a:PersonNameFirstName "Bertha" ;
    a2a:PersonNameLastName "Verstegen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_Person-1ef430db-9c98-66b3-edd1-ea771d122f15
  a a2a:Person ;
  rdfs:label "Maria Alijda Josepha Vennix" ;
  a2a:PersonName [
    rdfs:label "Maria Alijda Josepha Vennix" ;
    a2a:PersonNameFirstName "Maria Alijda Josepha" ;
    a2a:PersonNameLastName "Vennix"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "8" ;
    a2a:Day "6" ;
    rdfs:label "1922-08-06"^^xsd:date
  ] .

oa:person_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_Person-fd660bb4-e38c-b76d-53c6-5fa3d9ef55c6
  a a2a:Person ;
  rdfs:label "Fredericus Gerardus Vennix" ;
  a2a:PersonName [
    rdfs:label "Fredericus Gerardus Vennix" ;
    a2a:PersonNameFirstName "Fredericus Gerardus" ;
    a2a:PersonNameLastName "Vennix"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "8" ;
    a2a:Day "6" ;
    rdfs:label "1922-08-06"^^xsd:date
  ] .

oa:relationep_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_Person:d97ac673-9519-1f38-d120-fb706f880165 ;
  a2a:EventKeyRef oa:event_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_Event1 .

oa:relationep_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_Person:1ef430db-9c98-66b3-edd1-ea771d122f15 ;
  a2a:EventKeyRef oa:event_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_Event1 .

oa:relationep_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_Person:fd660bb4-e38c-b76d-53c6-5fa3d9ef55c6 ;
  a2a:EventKeyRef oa:event_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3_Event1 .

oa:source_bhi_1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1922-08-07 - 1922-08-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-08-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-08-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1922" ;
    a2a:Month "8" ;
    a2a:Day "7" ;
    rdfs:label "1922-08-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3012, Periode: 1922" ;
    a2a:Book "Geboorteregister Tilburg 1922" ;
    a2a:DocumentNumber "1152" ;
    a2a:RegistryNumber "3012" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3012, Periode: 1922, Geboorteregister Tilburg 1922, 1152, 3012"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/ab09f732-7dfe-97d7-ae12-78aa9ca0a1cc.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/ab09f732-7dfe-97d7-ae12-78aa9ca0a1cc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3" ;
  a2a:RecordGUID "{1c5197ef-9903-e9c7-ed0c-8f679ccbbaf3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2195_00002195.xml van BHI" .

