@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_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83
  a a2a:Record ;
  rdfs:label "Geboorte op 13 april 1910" ;
  a2a:hasPerson oa:person_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_Person-fda009e0-06c2-b1fb-9137-4351889be8be, oa:person_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_Person-4dd4ba0f-c095-fc10-eb5a-d4290be3a2ec, oa:person_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_Person-d32aebe1-7bc1-f74d-76be-7e069114dc93 ;
  a2a:hasEvent oa:event_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_0, oa:relationep_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_1, oa:relationep_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_2 ;
  a2a:hasSource oa:source_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83 .

oa:person_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_Person-fda009e0-06c2-b1fb-9137-4351889be8be
  a a2a:Person ;
  rdfs:label "Cornelia Jacoba Quintus" ;
  a2a:PersonName [
    rdfs:label "Cornelia Jacoba Quintus" ;
    a2a:PersonNameFirstName "Cornelia Jacoba" ;
    a2a:PersonNameLastName "Quintus"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "4" ;
    a2a:Day "13" ;
    rdfs:label "1910-04-13"^^xsd:date
  ] .

oa:person_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_Person-4dd4ba0f-c095-fc10-eb5a-d4290be3a2ec
  a a2a:Person ;
  rdfs:label "Cornelia Vermunt" ;
  a2a:PersonName [
    rdfs:label "Cornelia Vermunt" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Vermunt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_Person-d32aebe1-7bc1-f74d-76be-7e069114dc93
  a a2a:Person ;
  rdfs:label "Jan Adriaan Quintus" ;
  a2a:PersonName [
    rdfs:label "Jan Adriaan Quintus" ;
    a2a:PersonNameFirstName "Jan Adriaan" ;
    a2a:PersonNameLastName "Quintus"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "4" ;
    a2a:Day "13" ;
    rdfs:label "1910-04-13"^^xsd:date
  ] .

oa:relationep_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_Person:fda009e0-06c2-b1fb-9137-4351889be8be ;
  a2a:EventKeyRef oa:event_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_Event1 .

oa:relationep_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_Person:4dd4ba0f-c095-fc10-eb5a-d4290be3a2ec ;
  a2a:EventKeyRef oa:event_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_Event1 .

oa:relationep_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_Person:d32aebe1-7bc1-f74d-76be-7e069114dc93 ;
  a2a:EventKeyRef oa:event_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83_Event1 .

oa:source_bhi_3ebc8dcb-707b-41cc-52c7-e5ddb58afc83
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Dinteloord" ;
    rdfs:label "Dinteloord", "1910-04-13 - 1910-04-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-04-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-04-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1910" ;
    a2a:Month "4" ;
    a2a:Day "13" ;
    rdfs:label "1910-04-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 691, Periode: 1910" ;
    a2a:Book "Geboorteregister Dinteloord 1910" ;
    a2a:DocumentNumber "28" ;
    a2a:RegistryNumber "691" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 691, Periode: 1910, Geboorteregister Dinteloord 1910, 28, 691"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/5024dbd0-b59f-b7a4-bbe7-9922e32f9d73.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/5024dbd0-b59f-b7a4-bbe7-9922e32f9d73.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/3ebc8dcb-707b-41cc-52c7-e5ddb58afc83" ;
  a2a:RecordGUID "{3ebc8dcb-707b-41cc-52c7-e5ddb58afc83}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_2171_00002171.xml van BHI" .

