@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_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d
  a a2a:Record ;
  rdfs:label "Geboorte op 22 augustus 1895" ;
  a2a:hasPerson oa:person_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_Person-801d31bc-e4a1-09c7-7cb0-8a414e2073e0, oa:person_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_Person-2038865a-577d-aa4c-9dd1-39e004db96d7, oa:person_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_Person-b633e801-0694-25f1-44f5-57e90f10eb18 ;
  a2a:hasEvent oa:event_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_0, oa:relationep_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_1, oa:relationep_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_2 ;
  a2a:hasSource oa:source_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d .

oa:person_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_Person-801d31bc-e4a1-09c7-7cb0-8a414e2073e0
  a a2a:Person ;
  rdfs:label "Petronella Biemans" ;
  a2a:PersonName [
    rdfs:label "Petronella Biemans" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNameLastName "Biemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_Person-2038865a-577d-aa4c-9dd1-39e004db96d7
  a a2a:Person ;
  rdfs:label "Jacobus Johannes Praats" ;
  a2a:PersonName [
    rdfs:label "Jacobus Johannes Praats" ;
    a2a:PersonNameFirstName "Jacobus Johannes" ;
    a2a:PersonNameLastName "Praats"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1895" ;
    a2a:Month "8" ;
    a2a:Day "22" ;
    rdfs:label "1895-08-22"^^xsd:date
  ] .

oa:person_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_Person-b633e801-0694-25f1-44f5-57e90f10eb18
  a a2a:Person ;
  rdfs:label "Jacobus Praats" ;
  a2a:PersonName [
    rdfs:label "Jacobus Praats" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Praats"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1895" ;
    a2a:Month "8" ;
    a2a:Day "22" ;
    rdfs:label "1895-08-22"^^xsd:date
  ] .

oa:relationep_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_Person:801d31bc-e4a1-09c7-7cb0-8a414e2073e0 ;
  a2a:EventKeyRef oa:event_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_Event1 .

oa:relationep_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_Person:2038865a-577d-aa4c-9dd1-39e004db96d7 ;
  a2a:EventKeyRef oa:event_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_Event1 .

oa:relationep_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_Person:b633e801-0694-25f1-44f5-57e90f10eb18 ;
  a2a:EventKeyRef oa:event_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d_Event1 .

oa:source_bhi_864efbf2-9b38-093f-9ffb-d6e2a2b4d34d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Maarheeze" ;
    rdfs:label "Maarheeze", "1895-08-23 - 1895-08-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1895-08-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1895-08-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1895" ;
    a2a:Month "8" ;
    a2a:Day "23" ;
    rdfs:label "1895-08-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4955, Periode: 1895" ;
    a2a:Book "Geboorteregister Maarheeze 1895" ;
    a2a:DocumentNumber "9" ;
    a2a:RegistryNumber "4955" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4955, Periode: 1895, Geboorteregister Maarheeze 1895, 9, 4955"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/94baeab0-2792-b413-9cb6-6e46e14559f9.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/94baeab0-2792-b413-9cb6-6e46e14559f9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-03-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/864efbf2-9b38-093f-9ffb-d6e2a2b4d34d" ;
  a2a:RecordGUID "{864efbf2-9b38-093f-9ffb-d6e2a2b4d34d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_76793_00076793.xml van BHI" .

