@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_eb52e013-e699-e9e4-e33b-89f5c288f09b
  a a2a:Record ;
  rdfs:label "Geboorte op 15 juni 1876" ;
  a2a:hasPerson oa:person_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_Person-54b0d591-b91d-4492-dba1-f62ad442aea1, oa:person_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_Person-5c8ecd60-34de-7c22-e6a8-327e0109f1f1, oa:person_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_Person-ef080705-e380-41b9-ba86-762108f6706d ;
  a2a:hasEvent oa:event_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_0, oa:relationep_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_1, oa:relationep_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_2 ;
  a2a:hasSource oa:source_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b .

oa:person_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_Person-54b0d591-b91d-4492-dba1-f62ad442aea1
  a a2a:Person ;
  rdfs:label "Dimphna Elisabeth Balemans" ;
  a2a:PersonName [
    rdfs:label "Dimphna Elisabeth Balemans" ;
    a2a:PersonNameFirstName "Dimphna Elisabeth" ;
    a2a:PersonNameLastName "Balemans"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1876" ;
    a2a:Month "6" ;
    a2a:Day "15" ;
    rdfs:label "1876-06-15"^^xsd:date
  ] .

oa:person_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_Person-5c8ecd60-34de-7c22-e6a8-327e0109f1f1
  a a2a:Person ;
  rdfs:label "Catharina Fransen" ;
  a2a:PersonName [
    rdfs:label "Catharina Fransen" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Fransen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_Person-ef080705-e380-41b9-ba86-762108f6706d
  a a2a:Person ;
  rdfs:label "Adriaan Balemans" ;
  a2a:PersonName [
    rdfs:label "Adriaan Balemans" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Balemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1876" ;
    a2a:Month "6" ;
    a2a:Day "15" ;
    rdfs:label "1876-06-15"^^xsd:date
  ] .

oa:relationep_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_Person:54b0d591-b91d-4492-dba1-f62ad442aea1 ;
  a2a:EventKeyRef oa:event_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_Event1 .

oa:relationep_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_Person:5c8ecd60-34de-7c22-e6a8-327e0109f1f1 ;
  a2a:EventKeyRef oa:event_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_Event1 .

oa:relationep_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_Person:ef080705-e380-41b9-ba86-762108f6706d ;
  a2a:EventKeyRef oa:event_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b_Event1 .

oa:source_bhi_eb52e013-e699-e9e4-e33b-89f5c288f09b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Baarle-Nassau" ;
    rdfs:label "Baarle-Nassau", "1876-01-01 - 1876-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1876-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1876-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1876" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 315, Periode: 1876" ;
    a2a:Book "Geboorteregister Baarle-Nassau 1876" ;
    a2a:DocumentNumber "25" ;
    a2a:RegistryNumber "315" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 315, Periode: 1876, Geboorteregister Baarle-Nassau 1876, 25, 315"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/e949e41a-a18e-b8fd-b2c2-c6f96421e4c1.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/e949e41a-a18e-b8fd-b2c2-c6f96421e4c1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-04-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/eb52e013-e699-e9e4-e33b-89f5c288f09b" ;
  a2a:RecordGUID "{eb52e013-e699-e9e4-e33b-89f5c288f09b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_77468_00077468.xml van BHI" .

