@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_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e
  a a2a:Record ;
  rdfs:label "Geboorte op 22 juli 1915" ;
  a2a:hasPerson oa:person_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_Person-3390f49d-26e6-52d0-203c-94d110595124, oa:person_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_Person-35ffd9e1-8764-07b6-0a67-4e01c51f7cb6, oa:person_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_Person-c15b929c-0a94-43bf-125c-4ac9db619fdf ;
  a2a:hasEvent oa:event_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_0, oa:relationep_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_1, oa:relationep_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_2 ;
  a2a:hasSource oa:source_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e .

oa:person_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_Person-3390f49d-26e6-52d0-203c-94d110595124
  a a2a:Person ;
  rdfs:label "Antonius Cornelis Josephus Oomens" ;
  a2a:PersonName [
    rdfs:label "Antonius Cornelis Josephus Oomens" ;
    a2a:PersonNameFirstName "Antonius Cornelis Josephus" ;
    a2a:PersonNameLastName "Oomens"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1915" ;
    a2a:Month "7" ;
    a2a:Day "22" ;
    rdfs:label "1915-07-22"^^xsd:date
  ] .

oa:person_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_Person-35ffd9e1-8764-07b6-0a67-4e01c51f7cb6
  a a2a:Person ;
  rdfs:label "Antonia de Klijn" ;
  a2a:PersonName [
    rdfs:label "Antonia de Klijn" ;
    a2a:PersonNameFirstName "Antonia" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Klijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_Person-c15b929c-0a94-43bf-125c-4ac9db619fdf
  a a2a:Person ;
  rdfs:label "Johannes Oomens" ;
  a2a:PersonName [
    rdfs:label "Johannes Oomens" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Oomens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1915" ;
    a2a:Month "7" ;
    a2a:Day "22" ;
    rdfs:label "1915-07-22"^^xsd:date
  ] .

oa:relationep_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_Person:3390f49d-26e6-52d0-203c-94d110595124 ;
  a2a:EventKeyRef oa:event_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_Event1 .

oa:relationep_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_Person:35ffd9e1-8764-07b6-0a67-4e01c51f7cb6 ;
  a2a:EventKeyRef oa:event_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_Event1 .

oa:relationep_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_Person:c15b929c-0a94-43bf-125c-4ac9db619fdf ;
  a2a:EventKeyRef oa:event_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e_Event1 .

oa:source_bhi_b3786e97-0cd2-823d-54ea-c14f1b2b2e4e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1915-07-23 - 1915-07-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1915-07-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1915-07-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1915" ;
    a2a:Month "7" ;
    a2a:Day "23" ;
    rdfs:label "1915-07-23"^^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 "968" ;
    a2a:RegistryNumber "3005" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3005, Periode: 1915, Geboorteregister Tilburg 1915, 968, 3005"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/a8895442-5ef4-0e75-01f8-4543f336e910.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/a8895442-5ef4-0e75-01f8-4543f336e910.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/b3786e97-0cd2-823d-54ea-c14f1b2b2e4e" ;
  a2a:RecordGUID "{b3786e97-0cd2-823d-54ea-c14f1b2b2e4e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_1972_00001972.xml van BHI" .

