@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_d7612985-6dcd-e7ab-40d3-eb459ccd5d92
  a a2a:Record ;
  rdfs:label "Geboorte op 6 januari 1909" ;
  a2a:hasPerson oa:person_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_Person-72622a7f-7c93-073f-8016-c0f8867b64fc, oa:person_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_Person-0b5846d0-ba9d-58c3-31d5-d40abf38ea57, oa:person_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_Person-3c9952a0-4b9a-2a91-3bf8-e16059e586df ;
  a2a:hasEvent oa:event_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_0, oa:relationep_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_1, oa:relationep_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_2 ;
  a2a:hasSource oa:source_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92 .

oa:person_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_Person-72622a7f-7c93-073f-8016-c0f8867b64fc
  a a2a:Person ;
  rdfs:label "Cornelia Beerens" ;
  a2a:PersonName [
    rdfs:label "Cornelia Beerens" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Beerens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_Person-0b5846d0-ba9d-58c3-31d5-d40abf38ea57
  a a2a:Person ;
  rdfs:label "Anna Cornelia van Selst" ;
  a2a:PersonName [
    rdfs:label "Anna Cornelia van Selst" ;
    a2a:PersonNameFirstName "Anna Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Selst"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1909" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1909-01-06"^^xsd:date
  ] .

oa:person_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_Person-3c9952a0-4b9a-2a91-3bf8-e16059e586df
  a a2a:Person ;
  rdfs:label "Johannes van Selst" ;
  a2a:PersonName [
    rdfs:label "Johannes van Selst" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Selst"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1909" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1909-01-06"^^xsd:date
  ] .

oa:relationep_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_Person:72622a7f-7c93-073f-8016-c0f8867b64fc ;
  a2a:EventKeyRef oa:event_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_Event1 .

oa:relationep_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_Person:0b5846d0-ba9d-58c3-31d5-d40abf38ea57 ;
  a2a:EventKeyRef oa:event_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_Event1 .

oa:relationep_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_Person:3c9952a0-4b9a-2a91-3bf8-e16059e586df ;
  a2a:EventKeyRef oa:event_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92_Event1 .

oa:source_bhi_d7612985-6dcd-e7ab-40d3-eb459ccd5d92
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Vessem" ;
    rdfs:label "Vessem", "1909-01-08 - 1909-01-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1909-01-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1909-01-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1909" ;
    a2a:Month "1" ;
    a2a:Day "8" ;
    rdfs:label "1909-01-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3362, Periode: 1909" ;
    a2a:Book "Geboorteregister Vessem 1909" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "3362" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3362, Periode: 1909, Geboorteregister Vessem 1909, 1, 3362"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/5bcfcfca-f732-6bcf-423a-ffecedf722df.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/5bcfcfca-f732-6bcf-423a-ffecedf722df.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-01-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/d7612985-6dcd-e7ab-40d3-eb459ccd5d92" ;
  a2a:RecordGUID "{d7612985-6dcd-e7ab-40d3-eb459ccd5d92}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240413_810_00000810.xml van BHI" .

