@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_080b4dc8-913e-3834-0aee-e37719de4af6
  a a2a:Record ;
  rdfs:label "Geboorte op 5 juni 1884" ;
  a2a:hasPerson oa:person_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_Person-aadf34d0-160a-80dc-ddcf-0109cb384be2, oa:person_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_Person-1ab463e0-21af-5539-e98e-d43e06c7c699, oa:person_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_Person-ea002534-90e3-634c-0cb6-f4c32967e050 ;
  a2a:hasEvent oa:event_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_0, oa:relationep_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_1, oa:relationep_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_2 ;
  a2a:hasSource oa:source_bhi_080b4dc8-913e-3834-0aee-e37719de4af6 .

oa:person_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_Person-aadf34d0-160a-80dc-ddcf-0109cb384be2
  a a2a:Person ;
  rdfs:label "Hendrik Olden" ;
  a2a:PersonName [
    rdfs:label "Hendrik Olden" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Olden"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1884" ;
    a2a:Month "6" ;
    a2a:Day "5" ;
    rdfs:label "1884-06-05"^^xsd:date
  ] .

oa:person_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_Person-1ab463e0-21af-5539-e98e-d43e06c7c699
  a a2a:Person ;
  rdfs:label "Lucia Cornelia Veerman" ;
  a2a:PersonName [
    rdfs:label "Lucia Cornelia Veerman" ;
    a2a:PersonNameFirstName "Lucia Cornelia" ;
    a2a:PersonNameLastName "Veerman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_Person-ea002534-90e3-634c-0cb6-f4c32967e050
  a a2a:Person ;
  rdfs:label "Dirk Olden" ;
  a2a:PersonName [
    rdfs:label "Dirk Olden" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Olden"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1884" ;
    a2a:Month "6" ;
    a2a:Day "5" ;
    rdfs:label "1884-06-05"^^xsd:date
  ] .

oa:relationep_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_Person:aadf34d0-160a-80dc-ddcf-0109cb384be2 ;
  a2a:EventKeyRef oa:event_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_Event1 .

oa:relationep_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_Person:1ab463e0-21af-5539-e98e-d43e06c7c699 ;
  a2a:EventKeyRef oa:event_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_Event1 .

oa:relationep_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_Person:ea002534-90e3-634c-0cb6-f4c32967e050 ;
  a2a:EventKeyRef oa:event_bhi_080b4dc8-913e-3834-0aee-e37719de4af6_Event1 .

oa:source_bhi_080b4dc8-913e-3834-0aee-e37719de4af6
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1884-06-06 - 1884-06-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1884-06-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1884-06-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1884" ;
    a2a:Month "6" ;
    a2a:Day "6" ;
    rdfs:label "1884-06-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1191, Periode: 1884" ;
    a2a:Book "Geboorteregister 1884" ;
    a2a:DocumentNumber "314" ;
    a2a:RegistryNumber "1191" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1191, Periode: 1884, Geboorteregister 1884, 314, 1191"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/77d104e8-bca1-33a6-e037-d724d8fddbdb.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/77d104e8-bca1-33a6-e037-d724d8fddbdb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/080b4dc8-913e-3834-0aee-e37719de4af6" ;
  a2a:RecordGUID "{080b4dc8-913e-3834-0aee-e37719de4af6}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_2822_00002822.xml van BHI" .

