@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_7b39eaee-893e-19d9-4f1f-e8073fe1be0a
  a a2a:Record ;
  rdfs:label "Geboorte op 29 mei 1894" ;
  a2a:hasPerson oa:person_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_Person-89337f4a-3bac-06f7-6889-7bfd0fe5d6d1, oa:person_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_Person-0636addf-7d7c-2fb1-55d7-969666139b2c, oa:person_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_Person-e3c696db-7b62-3a0d-6605-9d776e63cf09 ;
  a2a:hasEvent oa:event_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_0, oa:relationep_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_1, oa:relationep_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_2 ;
  a2a:hasSource oa:source_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a .

oa:person_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_Person-89337f4a-3bac-06f7-6889-7bfd0fe5d6d1
  a a2a:Person ;
  rdfs:label "Helena Catharina Meurs" ;
  a2a:PersonName [
    rdfs:label "Helena Catharina Meurs" ;
    a2a:PersonNameFirstName "Helena Catharina" ;
    a2a:PersonNameLastName "Meurs"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1894" ;
    a2a:Month "5" ;
    a2a:Day "29" ;
    rdfs:label "1894-05-29"^^xsd:date
  ] .

oa:person_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_Person-0636addf-7d7c-2fb1-55d7-969666139b2c
  a a2a:Person ;
  rdfs:label "Maria Agnes de Zwart" ;
  a2a:PersonName [
    rdfs:label "Maria Agnes de Zwart" ;
    a2a:PersonNameFirstName "Maria Agnes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Zwart"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_Person-e3c696db-7b62-3a0d-6605-9d776e63cf09
  a a2a:Person ;
  rdfs:label "Franciscus Meurs" ;
  a2a:PersonName [
    rdfs:label "Franciscus Meurs" ;
    a2a:PersonNameFirstName "Franciscus" ;
    a2a:PersonNameLastName "Meurs"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1894" ;
    a2a:Month "5" ;
    a2a:Day "29" ;
    rdfs:label "1894-05-29"^^xsd:date
  ] .

oa:relationep_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_Person:89337f4a-3bac-06f7-6889-7bfd0fe5d6d1 ;
  a2a:EventKeyRef oa:event_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_Event1 .

oa:relationep_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_Person:0636addf-7d7c-2fb1-55d7-969666139b2c ;
  a2a:EventKeyRef oa:event_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_Event1 .

oa:relationep_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_Person:e3c696db-7b62-3a0d-6605-9d776e63cf09 ;
  a2a:EventKeyRef oa:event_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a_Event1 .

oa:source_bhi_7b39eaee-893e-19d9-4f1f-e8073fe1be0a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Budel" ;
    rdfs:label "Budel", "1894-05-31 - 1894-05-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1894-05-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1894-05-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1894" ;
    a2a:Month "5" ;
    a2a:Day "31" ;
    rdfs:label "1894-05-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1427, Periode: 1894" ;
    a2a:Book "Geboorteregister Budel 1894" ;
    a2a:DocumentNumber "30" ;
    a2a:RegistryNumber "1427" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1427, Periode: 1894, Geboorteregister Budel 1894, 30, 1427"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/fdf42e97-b027-36bf-9e1c-9f3779c2cdb6.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/fdf42e97-b027-36bf-9e1c-9f3779c2cdb6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-01-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/7b39eaee-893e-19d9-4f1f-e8073fe1be0a" ;
  a2a:RecordGUID "{7b39eaee-893e-19d9-4f1f-e8073fe1be0a}" ;
  a2a:SourceRemarkdeel "1427" ;
  a2a:SourceRemarkregister_periode "1894" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_480_00000480.xml van BHI" .

