@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_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5
  a a2a:Record ;
  rdfs:label "Geboorte op 12 juni 1908" ;
  a2a:hasPerson oa:person_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_Person-1845b045-e381-ad11-19c0-c9606d4bcc34, oa:person_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_Person-54e50527-145c-4f5e-ecdf-07747f26303d, oa:person_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_Person-d2009e2c-cbd9-9222-ad25-db30752a950f ;
  a2a:hasEvent oa:event_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_0, oa:relationep_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_1, oa:relationep_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_2 ;
  a2a:hasSource oa:source_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5 .

oa:person_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_Person-1845b045-e381-ad11-19c0-c9606d4bcc34
  a a2a:Person ;
  rdfs:label "Cornelia Helena Jaspers" ;
  a2a:PersonName [
    rdfs:label "Cornelia Helena Jaspers" ;
    a2a:PersonNameFirstName "Cornelia Helena" ;
    a2a:PersonNameLastName "Jaspers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1908" ;
    a2a:Month "6" ;
    a2a:Day "12" ;
    rdfs:label "1908-06-12"^^xsd:date
  ] .

oa:person_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_Person-54e50527-145c-4f5e-ecdf-07747f26303d
  a a2a:Person ;
  rdfs:label "Maria Catharina Karremans" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Karremans" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Karremans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_Person-d2009e2c-cbd9-9222-ad25-db30752a950f
  a a2a:Person ;
  rdfs:label "Adrianus Jaspers" ;
  a2a:PersonName [
    rdfs:label "Adrianus Jaspers" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Jaspers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1908" ;
    a2a:Month "6" ;
    a2a:Day "12" ;
    rdfs:label "1908-06-12"^^xsd:date
  ] .

oa:relationep_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_Person:1845b045-e381-ad11-19c0-c9606d4bcc34 ;
  a2a:EventKeyRef oa:event_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_Event1 .

oa:relationep_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_Person:54e50527-145c-4f5e-ecdf-07747f26303d ;
  a2a:EventKeyRef oa:event_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_Event1 .

oa:relationep_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_Person:d2009e2c-cbd9-9222-ad25-db30752a950f ;
  a2a:EventKeyRef oa:event_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5_Event1 .

oa:source_bhi_0791c2cd-c34d-4cba-35f2-e42efe1f0bd5
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oudenbosch" ;
    rdfs:label "Oudenbosch", "1908-06-14 - 1908-06-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1908-06-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1908-06-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1908" ;
    a2a:Month "6" ;
    a2a:Day "14" ;
    rdfs:label "1908-06-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2353, Periode: 1908" ;
    a2a:Book "Geboorteregister Oudenbosch 1908" ;
    a2a:DocumentNumber "75" ;
    a2a:RegistryNumber "2353" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2353, Periode: 1908, Geboorteregister Oudenbosch 1908, 75, 2353"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/18692365-4757-ea77-ed7d-b1473b7fd90f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/18692365-4757-ea77-ed7d-b1473b7fd90f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0791c2cd-c34d-4cba-35f2-e42efe1f0bd5" ;
  a2a:RecordGUID "{0791c2cd-c34d-4cba-35f2-e42efe1f0bd5}" ;
  a2a:SourceRemarkdeel "2353" ;
  a2a:SourceRemarkregister_periode "1908" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_667_00000667.xml van BHI" .

