@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_2bad71a4-d255-e402-d0a3-05992fdfefac
  a a2a:Record ;
  rdfs:label "Geboorte op 28 april 1879" ;
  a2a:hasPerson oa:person_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_Person-c9090f76-4750-4cff-0b3f-7d22ddd43594, oa:person_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_Person-390afc28-3eff-1f98-ab29-257ef116c42b, oa:person_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_Person-b8e2fa9d-fd2b-0697-3d76-a3f2961f9f82 ;
  a2a:hasEvent oa:event_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_0, oa:relationep_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_1, oa:relationep_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_2 ;
  a2a:hasSource oa:source_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac .

oa:person_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_Person-c9090f76-4750-4cff-0b3f-7d22ddd43594
  a a2a:Person ;
  rdfs:label "Anna Maria Bros" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Bros" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Bros"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_Person-390afc28-3eff-1f98-ab29-257ef116c42b
  a a2a:Person ;
  rdfs:label "Alphonsus Wilhelmus van Mil" ;
  a2a:PersonName [
    rdfs:label "Alphonsus Wilhelmus van Mil" ;
    a2a:PersonNameFirstName "Alphonsus Wilhelmus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Mil"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_Person-b8e2fa9d-fd2b-0697-3d76-a3f2961f9f82
  a a2a:Person ;
  rdfs:label "Johannes Alphonsus Petrus van Mil" ;
  a2a:PersonName [
    rdfs:label "Johannes Alphonsus Petrus van Mil" ;
    a2a:PersonNameFirstName "Johannes Alphonsus Petrus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Mil"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1879" ;
    a2a:Month "4" ;
    a2a:Day "28" ;
    rdfs:label "1879-04-28"^^xsd:date
  ] .

oa:event_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1879" ;
    a2a:Month "4" ;
    a2a:Day "28" ;
    rdfs:label "1879-04-28"^^xsd:date
  ] .

oa:relationep_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_Person:c9090f76-4750-4cff-0b3f-7d22ddd43594 ;
  a2a:EventKeyRef oa:event_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_Event1 .

oa:relationep_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_Person:390afc28-3eff-1f98-ab29-257ef116c42b ;
  a2a:EventKeyRef oa:event_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_Event1 .

oa:relationep_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_Person:b8e2fa9d-fd2b-0697-3d76-a3f2961f9f82 ;
  a2a:EventKeyRef oa:event_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac_Event1 .

oa:source_bhi_2bad71a4-d255-e402-d0a3-05992fdfefac
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Grave" ;
    rdfs:label "Grave", "1879-01-01 - 1879-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1879-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1879-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1879" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 3170, Periode: 1879" ;
    a2a:Book "Geboorteregister Grave 1879" ;
    a2a:DocumentNumber "33" ;
    a2a:RegistryNumber "3170" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 3170, Periode: 1879, Geboorteregister Grave 1879, 33, 3170"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b792e2f2-4c81-cc0d-4cfb-4b6e424ef4da.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b792e2f2-4c81-cc0d-4cfb-4b6e424ef4da.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2bad71a4-d255-e402-d0a3-05992fdfefac" ;
  a2a:RecordGUID "{2bad71a4-d255-e402-d0a3-05992fdfefac}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_3476_00003476.xml van BHI" .

