@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_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3
  a a2a:Record ;
  rdfs:label "Geboorte op 5 juli 1891" ;
  a2a:hasPerson oa:person_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_Person-1f0f86a8-1b90-695b-1250-fda3cabcea46, oa:person_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_Person-bb579565-5da1-a8a2-66ac-6f1ae3b3431e, oa:person_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_Person-8706b598-0427-d994-6557-24cb61bfcdb9 ;
  a2a:hasEvent oa:event_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_0, oa:relationep_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_1, oa:relationep_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_2 ;
  a2a:hasSource oa:source_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3 .

oa:person_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_Person-1f0f86a8-1b90-695b-1250-fda3cabcea46
  a a2a:Person ;
  rdfs:label "Hendricus Sebregts" ;
  a2a:PersonName [
    rdfs:label "Hendricus Sebregts" ;
    a2a:PersonNameFirstName "Hendricus" ;
    a2a:PersonNameLastName "Sebregts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_Person-bb579565-5da1-a8a2-66ac-6f1ae3b3431e
  a a2a:Person ;
  rdfs:label "Hendrina Hellemons" ;
  a2a:PersonName [
    rdfs:label "Hendrina Hellemons" ;
    a2a:PersonNameFirstName "Hendrina" ;
    a2a:PersonNameLastName "Hellemons"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_Person-8706b598-0427-d994-6557-24cb61bfcdb9
  a a2a:Person ;
  rdfs:label "Cornelis Jacobus Sebregts" ;
  a2a:PersonName [
    rdfs:label "Cornelis Jacobus Sebregts" ;
    a2a:PersonNameFirstName "Cornelis Jacobus" ;
    a2a:PersonNameLastName "Sebregts"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1891" ;
    a2a:Month "7" ;
    a2a:Day "5" ;
    rdfs:label "1891-07-05"^^xsd:date
  ] .

oa:event_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1891" ;
    a2a:Month "7" ;
    a2a:Day "5" ;
    rdfs:label "1891-07-05"^^xsd:date
  ] .

oa:relationep_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_Person:1f0f86a8-1b90-695b-1250-fda3cabcea46 ;
  a2a:EventKeyRef oa:event_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_Event1 .

oa:relationep_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_Person:bb579565-5da1-a8a2-66ac-6f1ae3b3431e ;
  a2a:EventKeyRef oa:event_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_Event1 .

oa:relationep_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_Person:8706b598-0427-d994-6557-24cb61bfcdb9 ;
  a2a:EventKeyRef oa:event_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3_Event1 .

oa:source_bhi_bb166f01-32cf-9720-c6d2-d0e0ebae8fa3
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1891-07-06 - 1891-07-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1891-07-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1891-07-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1891" ;
    a2a:Month "7" ;
    a2a:Day "6" ;
    rdfs:label "1891-07-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6628, Periode: 1891" ;
    a2a:Book "Geboorteregister Roosendaal 1891" ;
    a2a:DocumentNumber "207" ;
    a2a:RegistryNumber "6628" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6628, Periode: 1891, Geboorteregister Roosendaal 1891, 207, 6628"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/39e68c91-3c2a-d2b0-566d-1b61426c0305.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/39e68c91-3c2a-d2b0-566d-1b61426c0305.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/bb166f01-32cf-9720-c6d2-d0e0ebae8fa3" ;
  a2a:RecordGUID "{bb166f01-32cf-9720-c6d2-d0e0ebae8fa3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_7410_00007410.xml van BHI" .

