@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_46ee7615-171e-990f-07cb-e8fef7df07d0
  a a2a:Record ;
  rdfs:label "Geboorte op 25 mei 1860" ;
  a2a:hasPerson oa:person_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_Person-b63393b1-0a51-b4d3-4cc0-a20bc0a79f4f, oa:person_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_Person-6e86429a-f60d-295b-e2e0-5ac384492828, oa:person_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_Person-6f2c7574-2bfd-705d-95a7-0f3c00ac1a4f ;
  a2a:hasEvent oa:event_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_0, oa:relationep_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_1, oa:relationep_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_2 ;
  a2a:hasSource oa:source_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0 .

oa:person_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_Person-b63393b1-0a51-b4d3-4cc0-a20bc0a79f4f
  a a2a:Person ;
  rdfs:label "Anna Maria van Houts" ;
  a2a:PersonName [
    rdfs:label "Anna Maria van Houts" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Houts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_Person-6e86429a-f60d-295b-e2e0-5ac384492828
  a a2a:Person ;
  rdfs:label "Frans Meeuws" ;
  a2a:PersonName [
    rdfs:label "Frans Meeuws" ;
    a2a:PersonNameFirstName "Frans" ;
    a2a:PersonNameLastName "Meeuws"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1860" ;
    a2a:Month "5" ;
    a2a:Day "25" ;
    rdfs:label "1860-05-25"^^xsd:date
  ] .

oa:person_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_Person-6f2c7574-2bfd-705d-95a7-0f3c00ac1a4f
  a a2a:Person ;
  rdfs:label "Piet Meeuws" ;
  a2a:PersonName [
    rdfs:label "Piet Meeuws" ;
    a2a:PersonNameFirstName "Piet" ;
    a2a:PersonNameLastName "Meeuws"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1860" ;
    a2a:Month "5" ;
    a2a:Day "25" ;
    rdfs:label "1860-05-25"^^xsd:date
  ] .

oa:relationep_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_Person:b63393b1-0a51-b4d3-4cc0-a20bc0a79f4f ;
  a2a:EventKeyRef oa:event_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_Event1 .

oa:relationep_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_Person:6e86429a-f60d-295b-e2e0-5ac384492828 ;
  a2a:EventKeyRef oa:event_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_Event1 .

oa:relationep_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_Person:6f2c7574-2bfd-705d-95a7-0f3c00ac1a4f ;
  a2a:EventKeyRef oa:event_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0_Event1 .

oa:source_bhi_46ee7615-171e-990f-07cb-e8fef7df07d0
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Someren" ;
    rdfs:label "Someren", "1860-05-25 - 1860-05-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1860-05-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1860-05-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1860" ;
    a2a:Month "5" ;
    a2a:Day "25" ;
    rdfs:label "1860-05-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7113, Periode: 1860" ;
    a2a:Book "Geboorteregister Someren 1860" ;
    a2a:DocumentNumber "31" ;
    a2a:RegistryNumber "7113" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7113, Periode: 1860, Geboorteregister Someren 1860, 31, 7113"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/8d85ea34-87d2-007b-04f6-36b282cdcc65.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/8d85ea34-87d2-007b-04f6-36b282cdcc65.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-03-31"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/46ee7615-171e-990f-07cb-e8fef7df07d0" ;
  a2a:RecordGUID "{46ee7615-171e-990f-07cb-e8fef7df07d0}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240718_30_00000030.xml van BHI" .

