@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_b7db5d0f-a05d-25cd-a86b-e25be189af64
  a a2a:Record ;
  rdfs:label "Geboorte op 15 maart 1878" ;
  a2a:hasPerson oa:person_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_Person-74351cc1-163b-5b06-fd91-72372f7e3d88, oa:person_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_Person-acad740b-39d9-e9d1-32e0-4d2186957f8e, oa:person_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_Person-893e8ae1-55d2-cadc-1e41-c2efdc1e792f ;
  a2a:hasEvent oa:event_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_0, oa:relationep_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_1, oa:relationep_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_2 ;
  a2a:hasSource oa:source_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64 .

oa:person_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_Person-74351cc1-163b-5b06-fd91-72372f7e3d88
  a a2a:Person ;
  rdfs:label "Cornelia Maria Anken" ;
  a2a:PersonName [
    rdfs:label "Cornelia Maria Anken" ;
    a2a:PersonNameFirstName "Cornelia Maria" ;
    a2a:PersonNameLastName "Anken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_Person-acad740b-39d9-e9d1-32e0-4d2186957f8e
  a a2a:Person ;
  rdfs:label "Barend Dijkerman" ;
  a2a:PersonName [
    rdfs:label "Barend Dijkerman" ;
    a2a:PersonNameFirstName "Barend" ;
    a2a:PersonNameLastName "Dijkerman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_Person-893e8ae1-55d2-cadc-1e41-c2efdc1e792f
  a a2a:Person ;
  rdfs:label "Hendrik Johan Dijkerman" ;
  a2a:PersonName [
    rdfs:label "Hendrik Johan Dijkerman" ;
    a2a:PersonNameFirstName "Hendrik Johan" ;
    a2a:PersonNameLastName "Dijkerman"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1878" ;
    a2a:Month "3" ;
    a2a:Day "15" ;
    rdfs:label "1878-03-15"^^xsd:date
  ] .

oa:event_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1878" ;
    a2a:Month "3" ;
    a2a:Day "15" ;
    rdfs:label "1878-03-15"^^xsd:date
  ] .

oa:relationep_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_Person:74351cc1-163b-5b06-fd91-72372f7e3d88 ;
  a2a:EventKeyRef oa:event_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_Event1 .

oa:relationep_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_Person:acad740b-39d9-e9d1-32e0-4d2186957f8e ;
  a2a:EventKeyRef oa:event_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_Event1 .

oa:relationep_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_Person:893e8ae1-55d2-cadc-1e41-c2efdc1e792f ;
  a2a:EventKeyRef oa:event_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64_Event1 .

oa:source_bhi_b7db5d0f-a05d-25cd-a86b-e25be189af64
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1878-03-15 - 1878-03-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1878-03-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1878-03-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1878" ;
    a2a:Month "3" ;
    a2a:Day "15" ;
    rdfs:label "1878-03-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1189, Periode: 1878" ;
    a2a:Book "Geboorteregister 1878" ;
    a2a:DocumentNumber "115" ;
    a2a:RegistryNumber "1189" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1189, Periode: 1878, Geboorteregister 1878, 115, 1189"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/cf962593-1156-f1dd-008f-d0438e2d8e68.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/cf962593-1156-f1dd-008f-d0438e2d8e68.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/b7db5d0f-a05d-25cd-a86b-e25be189af64" ;
  a2a:RecordGUID "{b7db5d0f-a05d-25cd-a86b-e25be189af64}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_4495_00004495.xml van BHI" .

