@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_1171429c-ff0b-e721-e6d3-0e5fd8077084
  a a2a:Record ;
  rdfs:label "Geboorte op 15 mei 1878" ;
  a2a:hasPerson oa:person_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_Person-20ba816f-b555-0d20-05f3-1af0a3fa355c, oa:person_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_Person-820bceb5-61fd-bda6-3a43-ab95ae17b732, oa:person_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_Person-60e90980-b0c5-b589-ec27-9ad6e5e8a88e ;
  a2a:hasEvent oa:event_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_0, oa:relationep_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_1, oa:relationep_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_2 ;
  a2a:hasSource oa:source_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084 .

oa:person_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_Person-20ba816f-b555-0d20-05f3-1af0a3fa355c
  a a2a:Person ;
  rdfs:label "Maria Colleij" ;
  a2a:PersonName [
    rdfs:label "Maria Colleij" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Colleij"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_Person-820bceb5-61fd-bda6-3a43-ab95ae17b732
  a a2a:Person ;
  rdfs:label "Maria Theodora Meeuwenberg" ;
  a2a:PersonName [
    rdfs:label "Maria Theodora Meeuwenberg" ;
    a2a:PersonNameFirstName "Maria Theodora" ;
    a2a:PersonNameLastName "Meeuwenberg"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1878" ;
    a2a:Month "5" ;
    a2a:Day "15" ;
    rdfs:label "1878-05-15"^^xsd:date
  ] .

oa:person_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_Person-60e90980-b0c5-b589-ec27-9ad6e5e8a88e
  a a2a:Person ;
  rdfs:label "Franciscus Arnoldus Hermanus Gerardus Meeuwenberg" ;
  a2a:PersonName [
    rdfs:label "Franciscus Arnoldus Hermanus Gerardus Meeuwenberg" ;
    a2a:PersonNameFirstName "Franciscus Arnoldus Hermanus Gerardus" ;
    a2a:PersonNameLastName "Meeuwenberg"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1878" ;
    a2a:Month "5" ;
    a2a:Day "15" ;
    rdfs:label "1878-05-15"^^xsd:date
  ] .

oa:relationep_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_Person:20ba816f-b555-0d20-05f3-1af0a3fa355c ;
  a2a:EventKeyRef oa:event_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_Event1 .

oa:relationep_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_Person:820bceb5-61fd-bda6-3a43-ab95ae17b732 ;
  a2a:EventKeyRef oa:event_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_Event1 .

oa:relationep_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_Person:60e90980-b0c5-b589-ec27-9ad6e5e8a88e ;
  a2a:EventKeyRef oa:event_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084_Event1 .

oa:source_bhi_1171429c-ff0b-e721-e6d3-0e5fd8077084
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1878-05-15 - 1878-05-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1878-05-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1878-05-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1878" ;
    a2a:Month "5" ;
    a2a:Day "15" ;
    rdfs:label "1878-05-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3810, Periode: 1878" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1878" ;
    a2a:DocumentNumber "325" ;
    a2a:RegistryNumber "3810" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3810, Periode: 1878, Geboorteregister 's-Hertogenbosch 1878, 325, 3810"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/8193209e-26fb-0b2d-232d-a660537870e2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/8193209e-26fb-0b2d-232d-a660537870e2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1171429c-ff0b-e721-e6d3-0e5fd8077084" ;
  a2a:RecordGUID "{1171429c-ff0b-e721-e6d3-0e5fd8077084}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2117_00002117.xml van BHI" .

