@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_7f8cd554-b94c-4202-400a-29f649d9bef0
  a a2a:Record ;
  rdfs:label "Geboorte op 10 januari 1814" ;
  a2a:hasPerson oa:person_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_Person-53f6aafb-4a4f-f6f0-d4c1-9038a534d8bb, oa:person_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_Person-9c2bd86a-cc12-a240-4c7f-074ecf513303, oa:person_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_Person-82ca852c-cd90-ccfc-31c5-8d3f2d93109b ;
  a2a:hasEvent oa:event_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_0, oa:relationep_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_1, oa:relationep_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_2 ;
  a2a:hasSource oa:source_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0 .

oa:person_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_Person-53f6aafb-4a4f-f6f0-d4c1-9038a534d8bb
  a a2a:Person ;
  rdfs:label "Marie Christine Hubregts" ;
  a2a:PersonName [
    rdfs:label "Marie Christine Hubregts" ;
    a2a:PersonNameFirstName "Marie Christine" ;
    a2a:PersonNameLastName "Hubregts"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1814" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1814-01-10"^^xsd:date
  ] .

oa:person_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_Person-9c2bd86a-cc12-a240-4c7f-074ecf513303
  a a2a:Person ;
  rdfs:label "Johanna Marie Herwegh" ;
  a2a:PersonName [
    rdfs:label "Johanna Marie Herwegh" ;
    a2a:PersonNameFirstName "Johanna Marie" ;
    a2a:PersonNameLastName "Herwegh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_Person-82ca852c-cd90-ccfc-31c5-8d3f2d93109b
  a a2a:Person ;
  rdfs:label "Guillaume Hubregts" ;
  a2a:PersonName [
    rdfs:label "Guillaume Hubregts" ;
    a2a:PersonNameFirstName "Guillaume" ;
    a2a:PersonNameLastName "Hubregts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1814" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1814-01-10"^^xsd:date
  ] .

oa:relationep_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_Person:53f6aafb-4a4f-f6f0-d4c1-9038a534d8bb ;
  a2a:EventKeyRef oa:event_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_Event1 .

oa:relationep_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_Person:9c2bd86a-cc12-a240-4c7f-074ecf513303 ;
  a2a:EventKeyRef oa:event_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_Event1 .

oa:relationep_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_Person:82ca852c-cd90-ccfc-31c5-8d3f2d93109b ;
  a2a:EventKeyRef oa:event_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0_Event1 .

oa:source_bhi_7f8cd554-b94c-4202-400a-29f649d9bef0
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Asten" ;
    rdfs:label "Asten", "1814-01-10 - 1814-01-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1814-01-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1814-01-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1814" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1814-01-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 218, Periode: 1814" ;
    a2a:Book "Geboorteregister Asten 1814" ;
    a2a:DocumentNumber "5" ;
    a2a:RegistryNumber "218" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 218, Periode: 1814, Geboorteregister Asten 1814, 5, 218"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/2841f360-45f0-7f5a-b789-a254ef377eb5.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/2841f360-45f0-7f5a-b789-a254ef377eb5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-02-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/7f8cd554-b94c-4202-400a-29f649d9bef0" ;
  a2a:RecordGUID "{7f8cd554-b94c-4202-400a-29f649d9bef0}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_75550_00075550.xml van BHI" .

