@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_a4caf93d-93aa-630e-e407-95664cf3f2f2
  a a2a:Record ;
  rdfs:label "Geboorte op 17 juni 1905" ;
  a2a:hasPerson oa:person_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_Person-82b3d016-ca6b-0150-1471-abb2e8d9fd57, oa:person_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_Person-14076088-df32-5200-b396-1afa25049e40, oa:person_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_Person-5ee94994-4344-52f1-7d0e-e3969974d1ec ;
  a2a:hasEvent oa:event_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_0, oa:relationep_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_1, oa:relationep_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_2 ;
  a2a:hasSource oa:source_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2 .

oa:person_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_Person-82b3d016-ca6b-0150-1471-abb2e8d9fd57
  a a2a:Person ;
  rdfs:label "Hendrika Johanna van Leeuwen" ;
  a2a:PersonName [
    rdfs:label "Hendrika Johanna van Leeuwen" ;
    a2a:PersonNameFirstName "Hendrika Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Leeuwen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_Person-14076088-df32-5200-b396-1afa25049e40
  a a2a:Person ;
  rdfs:label "Martinus Franciscus Simons" ;
  a2a:PersonName [
    rdfs:label "Martinus Franciscus Simons" ;
    a2a:PersonNameFirstName "Martinus Franciscus" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_Person-5ee94994-4344-52f1-7d0e-e3969974d1ec
  a a2a:Person ;
  rdfs:label "Emile Christiaan Simons" ;
  a2a:PersonName [
    rdfs:label "Emile Christiaan Simons" ;
    a2a:PersonNameFirstName "Emile Christiaan" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1905" ;
    a2a:Month "6" ;
    a2a:Day "17" ;
    rdfs:label "1905-06-17"^^xsd:date
  ] .

oa:event_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1905" ;
    a2a:Month "6" ;
    a2a:Day "17" ;
    rdfs:label "1905-06-17"^^xsd:date
  ] .

oa:relationep_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_Person:82b3d016-ca6b-0150-1471-abb2e8d9fd57 ;
  a2a:EventKeyRef oa:event_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_Event1 .

oa:relationep_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_Person:14076088-df32-5200-b396-1afa25049e40 ;
  a2a:EventKeyRef oa:event_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_Event1 .

oa:relationep_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_Person:5ee94994-4344-52f1-7d0e-e3969974d1ec ;
  a2a:EventKeyRef oa:event_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2_Event1 .

oa:source_bhi_a4caf93d-93aa-630e-e407-95664cf3f2f2
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1905-06-19 - 1905-06-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1905-06-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1905-06-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1905" ;
    a2a:Month "6" ;
    a2a:Day "19" ;
    rdfs:label "1905-06-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 443, Periode: 1905" ;
    a2a:Book "Geboorteregister 1905" ;
    a2a:DocumentNumber "378" ;
    a2a:RegistryNumber "443" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 443, Periode: 1905, Geboorteregister 1905, 378, 443"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/2374bfc3-4614-7308-c78a-4d1022dc836a.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/2374bfc3-4614-7308-c78a-4d1022dc836a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/a4caf93d-93aa-630e-e407-95664cf3f2f2" ;
  a2a:RecordGUID "{a4caf93d-93aa-630e-e407-95664cf3f2f2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_8581_00008581.xml van BHI" .

