@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_62f905db-5a0c-e71d-bf2c-df3fc808b916
  a a2a:Record ;
  rdfs:label "Geboorte op 7 mei 1813" ;
  a2a:hasPerson oa:person_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_Person-639295b8-71d0-10b2-b0fe-68de3a1e0c5d, oa:person_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_Person-51446c3f-12ee-6d0c-634c-695c83663eee, oa:person_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_Person-01a87c9f-1470-eb61-ef91-7572b68240a6 ;
  a2a:hasEvent oa:event_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_0, oa:relationep_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_1, oa:relationep_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_2 ;
  a2a:hasSource oa:source_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916 .

oa:person_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_Person-639295b8-71d0-10b2-b0fe-68de3a1e0c5d
  a a2a:Person ;
  rdfs:label "Theodore van Mierlo" ;
  a2a:PersonName [
    rdfs:label "Theodore van Mierlo" ;
    a2a:PersonNameFirstName "Theodore" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Mierlo"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1813" ;
    a2a:Month "5" ;
    a2a:Day "7" ;
    rdfs:label "1813-05-07"^^xsd:date
  ] .

oa:person_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_Person-51446c3f-12ee-6d0c-634c-695c83663eee
  a a2a:Person ;
  rdfs:label "Helene van Riet" ;
  a2a:PersonName [
    rdfs:label "Helene van Riet" ;
    a2a:PersonNameFirstName "Helene" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Riet"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_Person-01a87c9f-1470-eb61-ef91-7572b68240a6
  a a2a:Person ;
  rdfs:label "Nicolas van Mierlo" ;
  a2a:PersonName [
    rdfs:label "Nicolas van Mierlo" ;
    a2a:PersonNameFirstName "Nicolas" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Mierlo"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1813" ;
    a2a:Month "5" ;
    a2a:Day "7" ;
    rdfs:label "1813-05-07"^^xsd:date
  ] .

oa:relationep_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_Person:639295b8-71d0-10b2-b0fe-68de3a1e0c5d ;
  a2a:EventKeyRef oa:event_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_Event1 .

oa:relationep_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_Person:51446c3f-12ee-6d0c-634c-695c83663eee ;
  a2a:EventKeyRef oa:event_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_Event1 .

oa:relationep_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_Person:01a87c9f-1470-eb61-ef91-7572b68240a6 ;
  a2a:EventKeyRef oa:event_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916_Event1 .

oa:source_bhi_62f905db-5a0c-e71d-bf2c-df3fc808b916
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Soerendonk" ;
    rdfs:label "Soerendonk", "1813-01-01 - 1813-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1813-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1813-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1813" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7081, Periode: 1813" ;
    a2a:Book "Geboorteregister Soerendonk 1813" ;
    a2a:DocumentNumber "6" ;
    a2a:RegistryNumber "7081" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7081, Periode: 1813, Geboorteregister Soerendonk 1813, 6, 7081"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/29c53f97-672c-7e67-7a40-ea2243473467.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/29c53f97-672c-7e67-7a40-ea2243473467.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/62f905db-5a0c-e71d-bf2c-df3fc808b916" ;
  a2a:RecordGUID "{62f905db-5a0c-e71d-bf2c-df3fc808b916}" ;
  a2a:SourceRemarkdeel "7081" ;
  a2a:SourceRemarkregister_periode "1813" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_773_00000773.xml van BHI" .

