@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_52141eba-ee2c-e48e-330c-be271c5357a4
  a a2a:Record ;
  rdfs:label "Geboorte op 5 januari 1833" ;
  a2a:hasPerson oa:person_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_Person-b6518121-b103-f9e8-8f97-c5b3f9d61dd9, oa:person_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_Person-d5f7ec49-c2d5-6a8e-c827-f272aec80998, oa:person_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_Person-35d828ec-aa4f-bc89-b33c-288816893aa3 ;
  a2a:hasEvent oa:event_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_0, oa:relationep_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_1, oa:relationep_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_2 ;
  a2a:hasSource oa:source_bhi_52141eba-ee2c-e48e-330c-be271c5357a4 .

oa:person_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_Person-b6518121-b103-f9e8-8f97-c5b3f9d61dd9
  a a2a:Person ;
  rdfs:label "Cornelia Bormans" ;
  a2a:PersonName [
    rdfs:label "Cornelia Bormans" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Bormans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_Person-d5f7ec49-c2d5-6a8e-c827-f272aec80998
  a a2a:Person ;
  rdfs:label "Jacobus Besier" ;
  a2a:PersonName [
    rdfs:label "Jacobus Besier" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Besier"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_Person-35d828ec-aa4f-bc89-b33c-288816893aa3
  a a2a:Person ;
  rdfs:label "Johannes Besier" ;
  a2a:PersonName [
    rdfs:label "Johannes Besier" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Besier"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1833" ;
    a2a:Month "1" ;
    a2a:Day "5" ;
    rdfs:label "1833-01-05"^^xsd:date
  ] .

oa:event_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1833" ;
    a2a:Month "1" ;
    a2a:Day "5" ;
    rdfs:label "1833-01-05"^^xsd:date
  ] .

oa:relationep_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_Person:b6518121-b103-f9e8-8f97-c5b3f9d61dd9 ;
  a2a:EventKeyRef oa:event_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_Event1 .

oa:relationep_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_Person:d5f7ec49-c2d5-6a8e-c827-f272aec80998 ;
  a2a:EventKeyRef oa:event_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_Event1 .

oa:relationep_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_Person:35d828ec-aa4f-bc89-b33c-288816893aa3 ;
  a2a:EventKeyRef oa:event_bhi_52141eba-ee2c-e48e-330c-be271c5357a4_Event1 .

oa:source_bhi_52141eba-ee2c-e48e-330c-be271c5357a4
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1833-01-05 - 1833-01-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1833-01-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1833-01-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1833" ;
    a2a:Month "1" ;
    a2a:Day "5" ;
    rdfs:label "1833-01-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1177, Periode: 1833" ;
    a2a:Book "Geboorteregister 1833" ;
    a2a:DocumentNumber "4" ;
    a2a:RegistryNumber "1177" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1177, Periode: 1833, Geboorteregister 1833, 4, 1177"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/5599238c-c2a0-bd69-fc82-40b26017f7b2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/5599238c-c2a0-bd69-fc82-40b26017f7b2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/52141eba-ee2c-e48e-330c-be271c5357a4" ;
  a2a:RecordGUID "{52141eba-ee2c-e48e-330c-be271c5357a4}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_1305_00001305.xml van BHI" .

