@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_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20
  a a2a:Record ;
  rdfs:label "Geboorte op 29 oktober 1826" ;
  a2a:hasPerson oa:person_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_Person-e3f8413f-b401-d459-711b-bd17d765c83f, oa:person_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_Person-35e80aa8-ffe3-abd5-c093-65634a1096d4, oa:person_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_Person-d512b09f-8825-7adc-b514-112041291544 ;
  a2a:hasEvent oa:event_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_0, oa:relationep_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_1, oa:relationep_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_2 ;
  a2a:hasSource oa:source_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20 .

oa:person_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_Person-e3f8413f-b401-d459-711b-bd17d765c83f
  a a2a:Person ;
  rdfs:label "Anna Maria Elisabeth Slokkers" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Elisabeth Slokkers" ;
    a2a:PersonNameFirstName "Anna Maria Elisabeth" ;
    a2a:PersonNameLastName "Slokkers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1826" ;
    a2a:Month "10" ;
    a2a:Day "29" ;
    rdfs:label "1826-10-29"^^xsd:date
  ] .

oa:person_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_Person-35e80aa8-ffe3-abd5-c093-65634a1096d4
  a a2a:Person ;
  rdfs:label "Flora Heijmaijjers" ;
  a2a:PersonName [
    rdfs:label "Flora Heijmaijjers" ;
    a2a:PersonNameFirstName "Flora" ;
    a2a:PersonNameLastName "Heijmaijjers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_Person-d512b09f-8825-7adc-b514-112041291544
  a a2a:Person ;
  rdfs:label "Adrianus Slokkers" ;
  a2a:PersonName [
    rdfs:label "Adrianus Slokkers" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Slokkers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1826" ;
    a2a:Month "10" ;
    a2a:Day "29" ;
    rdfs:label "1826-10-29"^^xsd:date
  ] .

oa:relationep_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_Person:e3f8413f-b401-d459-711b-bd17d765c83f ;
  a2a:EventKeyRef oa:event_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_Event1 .

oa:relationep_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_Person:35e80aa8-ffe3-abd5-c093-65634a1096d4 ;
  a2a:EventKeyRef oa:event_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_Event1 .

oa:relationep_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_Person:d512b09f-8825-7adc-b514-112041291544 ;
  a2a:EventKeyRef oa:event_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20_Event1 .

oa:source_bhi_db90f9b5-aa8e-e3b6-b547-e9ba437fcc20
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1826-10-30 - 1826-10-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1826-10-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1826-10-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1826" ;
    a2a:Month "10" ;
    a2a:Day "30" ;
    rdfs:label "1826-10-30"^^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 "325" ;
    a2a:RegistryNumber "1175" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1175, Periode: 1826, Geboorteregister 1826, 325, 1175"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/5a35e430-b94e-5d43-9d6a-deee46a6cfb3.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/5a35e430-b94e-5d43-9d6a-deee46a6cfb3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/db90f9b5-aa8e-e3b6-b547-e9ba437fcc20" ;
  a2a:RecordGUID "{db90f9b5-aa8e-e3b6-b547-e9ba437fcc20}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_6487_00006487.xml van BHI" .

