@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_0d9c6137-d718-e207-8ca8-707e4e63fea4
  a a2a:Record ;
  rdfs:label "Geboorte op 4 juni 1864" ;
  a2a:hasPerson oa:person_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_Person-e4467c80-1251-14d9-f3ed-395729b33a82, oa:person_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_Person-61b17b38-9e68-0941-ce7d-f152a7ac5160, oa:person_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_Person-762965af-a50c-cabf-ba3e-22612457ca91 ;
  a2a:hasEvent oa:event_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_0, oa:relationep_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_1, oa:relationep_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_2 ;
  a2a:hasSource oa:source_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4 .

oa:person_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_Person-e4467c80-1251-14d9-f3ed-395729b33a82
  a a2a:Person ;
  rdfs:label "Johanna Muller" ;
  a2a:PersonName [
    rdfs:label "Johanna Muller" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Muller"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_Person-61b17b38-9e68-0941-ce7d-f152a7ac5160
  a a2a:Person ;
  rdfs:label "Hendrik Radix" ;
  a2a:PersonName [
    rdfs:label "Hendrik Radix" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Radix"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_Person-762965af-a50c-cabf-ba3e-22612457ca91
  a a2a:Person ;
  rdfs:label "Johanna Radix" ;
  a2a:PersonName [
    rdfs:label "Johanna Radix" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Radix"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1864" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "1864-06-04"^^xsd:date
  ] .

oa:event_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1864" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "1864-06-04"^^xsd:date
  ] .

oa:relationep_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_Person:e4467c80-1251-14d9-f3ed-395729b33a82 ;
  a2a:EventKeyRef oa:event_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_Event1 .

oa:relationep_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_Person:61b17b38-9e68-0941-ce7d-f152a7ac5160 ;
  a2a:EventKeyRef oa:event_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_Event1 .

oa:relationep_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_Person:762965af-a50c-cabf-ba3e-22612457ca91 ;
  a2a:EventKeyRef oa:event_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4_Event1 .

oa:source_bhi_0d9c6137-d718-e207-8ca8-707e4e63fea4
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1864-06-04 - 1864-06-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1864-06-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1864-06-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1864" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "1864-06-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1186, Periode: 1864" ;
    a2a:Book "Geboorteregister 1864" ;
    a2a:DocumentNumber "211" ;
    a2a:RegistryNumber "1186" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1186, Periode: 1864, Geboorteregister 1864, 211, 1186"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/49c3bf4c-3af3-6cad-eb7f-ba433307e1ba.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/49c3bf4c-3af3-6cad-eb7f-ba433307e1ba.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0d9c6137-d718-e207-8ca8-707e4e63fea4" ;
  a2a:RecordGUID "{0d9c6137-d718-e207-8ca8-707e4e63fea4}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_3012_00003012.xml van BHI" .

