@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_307a9869-72fa-e83e-6be6-0ea76c4dae66
  a a2a:Record ;
  rdfs:label "Geboorte op 1 april 1826" ;
  a2a:hasPerson oa:person_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_Person-29db40d5-3dd8-b118-b0a5-6c5bd02270e8, oa:person_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_Person-e3986e9e-9ab9-c64b-e6bd-89cd9fa081c7, oa:person_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_Person-69c49228-f988-de22-3377-8197ff256c55 ;
  a2a:hasEvent oa:event_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_0, oa:relationep_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_1, oa:relationep_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_2 ;
  a2a:hasSource oa:source_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66 .

oa:person_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_Person-29db40d5-3dd8-b118-b0a5-6c5bd02270e8
  a a2a:Person ;
  rdfs:label "Theresia Wilhelmina Weijsen" ;
  a2a:PersonName [
    rdfs:label "Theresia Wilhelmina Weijsen" ;
    a2a:PersonNameFirstName "Theresia Wilhelmina" ;
    a2a:PersonNameLastName "Weijsen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1826" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1826-04-01"^^xsd:date
  ] .

oa:person_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_Person-e3986e9e-9ab9-c64b-e6bd-89cd9fa081c7
  a a2a:Person ;
  rdfs:label "Regina Francisca Jacoba van Cleempoel" ;
  a2a:PersonName [
    rdfs:label "Regina Francisca Jacoba van Cleempoel" ;
    a2a:PersonNameFirstName "Regina Francisca Jacoba" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Cleempoel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_Person-69c49228-f988-de22-3377-8197ff256c55
  a a2a:Person ;
  rdfs:label "Hubertus Gregorius Weijsen" ;
  a2a:PersonName [
    rdfs:label "Hubertus Gregorius Weijsen" ;
    a2a:PersonNameFirstName "Hubertus Gregorius" ;
    a2a:PersonNameLastName "Weijsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1826" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1826-04-01"^^xsd:date
  ] .

oa:relationep_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_Person:29db40d5-3dd8-b118-b0a5-6c5bd02270e8 ;
  a2a:EventKeyRef oa:event_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_Event1 .

oa:relationep_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_Person:e3986e9e-9ab9-c64b-e6bd-89cd9fa081c7 ;
  a2a:EventKeyRef oa:event_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_Event1 .

oa:relationep_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_Person:69c49228-f988-de22-3377-8197ff256c55 ;
  a2a:EventKeyRef oa:event_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66_Event1 .

oa:source_bhi_307a9869-72fa-e83e-6be6-0ea76c4dae66
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1826-04-03 - 1826-04-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1826-04-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1826-04-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1826" ;
    a2a:Month "4" ;
    a2a:Day "3" ;
    rdfs:label "1826-04-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1175, Periode: 1826" ;
    a2a:Book "Geboorteregister 1826" ;
    a2a:DocumentNumber "104" ;
    a2a:RegistryNumber "1175" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1175, Periode: 1826, Geboorteregister 1826, 104, 1175"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/c862d86c-1088-112e-8369-d5d931824d8b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/c862d86c-1088-112e-8369-d5d931824d8b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-06-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/307a9869-72fa-e83e-6be6-0ea76c4dae66" ;
  a2a:RecordGUID "{307a9869-72fa-e83e-6be6-0ea76c4dae66}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240819_343_00000343.xml van BHI" .

