@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_720dacb4-ae0f-ade7-3500-e0910bf4c9fb
  a a2a:Record ;
  rdfs:label "Geboorte op 25 december 1888" ;
  a2a:hasPerson oa:person_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_Person-64d2f8a9-9a9f-5f04-8ea4-3651a27956b4, oa:person_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_Person-7da6767f-ad4e-2723-7ab6-63e2995739d8, oa:person_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_Person-05858dde-6c72-a4d3-430b-c3d9c4ff62aa ;
  a2a:hasEvent oa:event_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_0, oa:relationep_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_1, oa:relationep_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_2 ;
  a2a:hasSource oa:source_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb .

oa:person_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_Person-64d2f8a9-9a9f-5f04-8ea4-3651a27956b4
  a a2a:Person ;
  rdfs:label "Maria Gertruda Vroomans" ;
  a2a:PersonName [
    rdfs:label "Maria Gertruda Vroomans" ;
    a2a:PersonNameFirstName "Maria Gertruda" ;
    a2a:PersonNameLastName "Vroomans"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1888" ;
    a2a:Month "12" ;
    a2a:Day "25" ;
    rdfs:label "1888-12-25"^^xsd:date
  ] .

oa:person_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_Person-7da6767f-ad4e-2723-7ab6-63e2995739d8
  a a2a:Person ;
  rdfs:label "Margaretha Maria Anna Smets" ;
  a2a:PersonName [
    rdfs:label "Margaretha Maria Anna Smets" ;
    a2a:PersonNameFirstName "Margaretha Maria Anna" ;
    a2a:PersonNameLastName "Smets"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_Person-05858dde-6c72-a4d3-430b-c3d9c4ff62aa
  a a2a:Person ;
  rdfs:label "Michiel Vroomans" ;
  a2a:PersonName [
    rdfs:label "Michiel Vroomans" ;
    a2a:PersonNameFirstName "Michiel" ;
    a2a:PersonNameLastName "Vroomans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1888" ;
    a2a:Month "12" ;
    a2a:Day "25" ;
    rdfs:label "1888-12-25"^^xsd:date
  ] .

oa:relationep_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_Person:64d2f8a9-9a9f-5f04-8ea4-3651a27956b4 ;
  a2a:EventKeyRef oa:event_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_Event1 .

oa:relationep_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_Person:7da6767f-ad4e-2723-7ab6-63e2995739d8 ;
  a2a:EventKeyRef oa:event_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_Event1 .

oa:relationep_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_Person:05858dde-6c72-a4d3-430b-c3d9c4ff62aa ;
  a2a:EventKeyRef oa:event_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb_Event1 .

oa:source_bhi_720dacb4-ae0f-ade7-3500-e0910bf4c9fb
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Leende" ;
    rdfs:label "Leende", "1888-12-28 - 1888-12-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1888-12-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1888-12-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1888" ;
    a2a:Month "12" ;
    a2a:Day "28" ;
    rdfs:label "1888-12-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4611, Periode: 1888" ;
    a2a:Book "Geboorteregister Leende 1888" ;
    a2a:DocumentNumber "41" ;
    a2a:RegistryNumber "4611" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4611, Periode: 1888, Geboorteregister Leende 1888, 41, 4611"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/eab742e3-1d4f-0813-8636-672eeb843ab6.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/eab742e3-1d4f-0813-8636-672eeb843ab6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/720dacb4-ae0f-ade7-3500-e0910bf4c9fb" ;
  a2a:RecordGUID "{720dacb4-ae0f-ade7-3500-e0910bf4c9fb}" ;
  a2a:SourceRemarkdeel "4611" ;
  a2a:SourceRemarkregister_periode "1888" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_1335_00001335.xml van BHI" .

