@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_010afd2a-ed7d-b427-e8fa-166b3700add5
  a a2a:Record ;
  rdfs:label "Geboorte op 11 maart 1915" ;
  a2a:hasPerson oa:person_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_Person-187e6b69-b92f-c626-1c95-d1c718e4b1f8, oa:person_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_Person-dea476f3-d873-4b2b-a245-73bec4ee0382, oa:person_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_Person-ca37d251-20e6-1949-c253-7a83fd8b905e ;
  a2a:hasEvent oa:event_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_0, oa:relationep_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_1, oa:relationep_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_2 ;
  a2a:hasSource oa:source_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5 .

oa:person_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_Person-187e6b69-b92f-c626-1c95-d1c718e4b1f8
  a a2a:Person ;
  rdfs:label "Adrianus Henricus Joseph de Kock" ;
  a2a:PersonName [
    rdfs:label "Adrianus Henricus Joseph de Kock" ;
    a2a:PersonNameFirstName "Adrianus Henricus Joseph" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Kock"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "11" ;
    rdfs:label "1915-03-11"^^xsd:date
  ] .

oa:person_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_Person-dea476f3-d873-4b2b-a245-73bec4ee0382
  a a2a:Person ;
  rdfs:label "Adriana Maria van Berkel" ;
  a2a:PersonName [
    rdfs:label "Adriana Maria van Berkel" ;
    a2a:PersonNameFirstName "Adriana Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Berkel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_Person-ca37d251-20e6-1949-c253-7a83fd8b905e
  a a2a:Person ;
  rdfs:label "Henricus Cornelius de Kock" ;
  a2a:PersonName [
    rdfs:label "Henricus Cornelius de Kock" ;
    a2a:PersonNameFirstName "Henricus Cornelius" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Kock"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "11" ;
    rdfs:label "1915-03-11"^^xsd:date
  ] .

oa:relationep_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_Person:187e6b69-b92f-c626-1c95-d1c718e4b1f8 ;
  a2a:EventKeyRef oa:event_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_Event1 .

oa:relationep_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_Person:dea476f3-d873-4b2b-a245-73bec4ee0382 ;
  a2a:EventKeyRef oa:event_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_Event1 .

oa:relationep_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_Person:ca37d251-20e6-1949-c253-7a83fd8b905e ;
  a2a:EventKeyRef oa:event_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5_Event1 .

oa:source_bhi_010afd2a-ed7d-b427-e8fa-166b3700add5
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1915-03-11 - 1915-03-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1915-03-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1915-03-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "11" ;
    rdfs:label "1915-03-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3005, Periode: 1915" ;
    a2a:Book "Geboorteregister Tilburg 1915" ;
    a2a:DocumentNumber "332" ;
    a2a:RegistryNumber "3005" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3005, Periode: 1915, Geboorteregister Tilburg 1915, 332, 3005"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/7247f90f-a647-4cf3-e063-8bb4669fe1db.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/7247f90f-a647-4cf3-e063-8bb4669fe1db.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/010afd2a-ed7d-b427-e8fa-166b3700add5" ;
  a2a:RecordGUID "{010afd2a-ed7d-b427-e8fa-166b3700add5}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2001_00002001.xml van BHI" .

