@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_170cd1a1-1dff-a85f-e83b-ae4653b29ec7
  a a2a:Record ;
  rdfs:label "Geboorte op 22 januari 1919" ;
  a2a:hasPerson oa:person_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_Person-fd374293-31e5-ad43-edb4-cad90add73c4, oa:person_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_Person-62297cd0-6740-baa9-2cd9-582779dbdc80, oa:person_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_Person-b0afb506-22d8-0541-cd75-1d53b358074d ;
  a2a:hasEvent oa:event_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_0, oa:relationep_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_1, oa:relationep_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_2 ;
  a2a:hasSource oa:source_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7 .

oa:person_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_Person-fd374293-31e5-ad43-edb4-cad90add73c4
  a a2a:Person ;
  rdfs:label "Maria Francisca Martina Segers" ;
  a2a:PersonName [
    rdfs:label "Maria Francisca Martina Segers" ;
    a2a:PersonNameFirstName "Maria Francisca Martina" ;
    a2a:PersonNameLastName "Segers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1919" ;
    a2a:Month "1" ;
    a2a:Day "22" ;
    rdfs:label "1919-01-22"^^xsd:date
  ] .

oa:person_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_Person-62297cd0-6740-baa9-2cd9-582779dbdc80
  a a2a:Person ;
  rdfs:label "Johanna Godefrida van den Broek" ;
  a2a:PersonName [
    rdfs:label "Johanna Godefrida van den Broek" ;
    a2a:PersonNameFirstName "Johanna Godefrida" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Broek"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_Person-b0afb506-22d8-0541-cd75-1d53b358074d
  a a2a:Person ;
  rdfs:label "Hermanus Cornelis Segers" ;
  a2a:PersonName [
    rdfs:label "Hermanus Cornelis Segers" ;
    a2a:PersonNameFirstName "Hermanus Cornelis" ;
    a2a:PersonNameLastName "Segers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1919" ;
    a2a:Month "1" ;
    a2a:Day "22" ;
    rdfs:label "1919-01-22"^^xsd:date
  ] .

oa:relationep_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_Person:fd374293-31e5-ad43-edb4-cad90add73c4 ;
  a2a:EventKeyRef oa:event_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_Event1 .

oa:relationep_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_Person:62297cd0-6740-baa9-2cd9-582779dbdc80 ;
  a2a:EventKeyRef oa:event_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_Event1 .

oa:relationep_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_Person:b0afb506-22d8-0541-cd75-1d53b358074d ;
  a2a:EventKeyRef oa:event_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7_Event1 .

oa:source_bhi_170cd1a1-1dff-a85f-e83b-ae4653b29ec7
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Helmond" ;
    rdfs:label "Helmond", "1919-01-23 - 1919-01-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1919-01-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-01-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1919" ;
    a2a:Month "1" ;
    a2a:Day "23" ;
    rdfs:label "1919-01-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1441, Periode: 1919" ;
    a2a:Book "Geboorteregister Helmond 1919" ;
    a2a:DocumentNumber "42" ;
    a2a:RegistryNumber "1441" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1441, Periode: 1919, Geboorteregister Helmond 1919, 42, 1441"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/10cc98bc-b5bf-8539-4c0c-3d0c2ef00cfe.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/10cc98bc-b5bf-8539-4c0c-3d0c2ef00cfe.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-01-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/170cd1a1-1dff-a85f-e83b-ae4653b29ec7" ;
  a2a:RecordGUID "{170cd1a1-1dff-a85f-e83b-ae4653b29ec7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_4522_00004522.xml van BHI" .

