@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_b8a95f1d-c535-53bd-e1a3-381b99992ef4
  a a2a:Record ;
  rdfs:label "Geboorte op 29 juni 1870" ;
  a2a:hasPerson oa:person_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_Person-534483ba-be45-2cfa-8ee8-9567c3d631d2, oa:person_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_Person-49662b6d-00f4-cec9-40eb-32a4f4e0a6e5, oa:person_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_Person-f245654c-9308-8e45-efac-d6057b46bccb ;
  a2a:hasEvent oa:event_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_0, oa:relationep_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_1, oa:relationep_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_2 ;
  a2a:hasSource oa:source_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4 .

oa:person_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_Person-534483ba-be45-2cfa-8ee8-9567c3d631d2
  a a2a:Person ;
  rdfs:label "Josephus Leonardus Olislaegers" ;
  a2a:PersonName [
    rdfs:label "Josephus Leonardus Olislaegers" ;
    a2a:PersonNameFirstName "Josephus Leonardus" ;
    a2a:PersonNameLastName "Olislaegers"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1870" ;
    a2a:Month "6" ;
    a2a:Day "29" ;
    rdfs:label "1870-06-29"^^xsd:date
  ] .

oa:person_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_Person-49662b6d-00f4-cec9-40eb-32a4f4e0a6e5
  a a2a:Person ;
  rdfs:label "Maria Catharina Versmissen" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Versmissen" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Versmissen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_Person-f245654c-9308-8e45-efac-d6057b46bccb
  a a2a:Person ;
  rdfs:label "Adriaan Olislaegers" ;
  a2a:PersonName [
    rdfs:label "Adriaan Olislaegers" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Olislaegers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1870" ;
    a2a:Month "6" ;
    a2a:Day "29" ;
    rdfs:label "1870-06-29"^^xsd:date
  ] .

oa:relationep_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_Person:534483ba-be45-2cfa-8ee8-9567c3d631d2 ;
  a2a:EventKeyRef oa:event_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_Event1 .

oa:relationep_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_Person:49662b6d-00f4-cec9-40eb-32a4f4e0a6e5 ;
  a2a:EventKeyRef oa:event_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_Event1 .

oa:relationep_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_Person:f245654c-9308-8e45-efac-d6057b46bccb ;
  a2a:EventKeyRef oa:event_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4_Event1 .

oa:source_bhi_b8a95f1d-c535-53bd-e1a3-381b99992ef4
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Baarle-Nassau" ;
    rdfs:label "Baarle-Nassau", "1870-01-01 - 1870-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1870-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1870-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1870" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 315, Periode: 1870" ;
    a2a:Book "Geboorteregister Baarle-Nassau 1870" ;
    a2a:DocumentNumber "41" ;
    a2a:RegistryNumber "315" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 315, Periode: 1870, Geboorteregister Baarle-Nassau 1870, 41, 315"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/9da6b450-f7cd-36b6-1150-f7e155cdc141.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/9da6b450-f7cd-36b6-1150-f7e155cdc141.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-04-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/b8a95f1d-c535-53bd-e1a3-381b99992ef4" ;
  a2a:RecordGUID "{b8a95f1d-c535-53bd-e1a3-381b99992ef4}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_77027_00077027.xml van BHI" .

