@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_da9b94da-229c-c032-b129-e10597c8fcbd
  a a2a:Record ;
  rdfs:label "Geboorte op 10 april 1859" ;
  a2a:hasPerson oa:person_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_Person-2b3c0f0b-f925-4a6c-9291-277f2b590d8b, oa:person_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_Person-4e0cc0df-754a-fb5d-348f-9e00a2114687, oa:person_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_Person-77ea1101-b473-7ff1-d1d0-289102b1a88c ;
  a2a:hasEvent oa:event_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_0, oa:relationep_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_1, oa:relationep_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_2 ;
  a2a:hasSource oa:source_bhi_da9b94da-229c-c032-b129-e10597c8fcbd .

oa:person_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_Person-2b3c0f0b-f925-4a6c-9291-277f2b590d8b
  a a2a:Person ;
  rdfs:label "Pietronella van Es" ;
  a2a:PersonName [
    rdfs:label "Pietronella van Es" ;
    a2a:PersonNameFirstName "Pietronella" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Es"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_Person-4e0cc0df-754a-fb5d-348f-9e00a2114687
  a a2a:Person ;
  rdfs:label "Adrianus Johannes Hofmeester" ;
  a2a:PersonName [
    rdfs:label "Adrianus Johannes Hofmeester" ;
    a2a:PersonNameFirstName "Adrianus Johannes" ;
    a2a:PersonNameLastName "Hofmeester"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1859" ;
    a2a:Month "4" ;
    a2a:Day "10" ;
    rdfs:label "1859-04-10"^^xsd:date
  ] .

oa:person_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_Person-77ea1101-b473-7ff1-d1d0-289102b1a88c
  a a2a:Person ;
  rdfs:label "Franciscus Everardus Hofmeester" ;
  a2a:PersonName [
    rdfs:label "Franciscus Everardus Hofmeester" ;
    a2a:PersonNameFirstName "Franciscus Everardus" ;
    a2a:PersonNameLastName "Hofmeester"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1859" ;
    a2a:Month "4" ;
    a2a:Day "10" ;
    rdfs:label "1859-04-10"^^xsd:date
  ] .

oa:relationep_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_Person:2b3c0f0b-f925-4a6c-9291-277f2b590d8b ;
  a2a:EventKeyRef oa:event_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_Event1 .

oa:relationep_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_Person:4e0cc0df-754a-fb5d-348f-9e00a2114687 ;
  a2a:EventKeyRef oa:event_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_Event1 .

oa:relationep_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_Person:77ea1101-b473-7ff1-d1d0-289102b1a88c ;
  a2a:EventKeyRef oa:event_bhi_da9b94da-229c-c032-b129-e10597c8fcbd_Event1 .

oa:source_bhi_da9b94da-229c-c032-b129-e10597c8fcbd
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden", "1859-04-11 - 1859-04-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1859-04-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1859-04-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1859" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1859-04-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4293, Periode: 1859" ;
    a2a:Book "Geboorteregister Heusden 1859" ;
    a2a:DocumentNumber "17" ;
    a2a:RegistryNumber "4293" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4293, Periode: 1859, Geboorteregister Heusden 1859, 17, 4293"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/27d8e406-645b-f1d9-1c49-09b6147df8fd.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/27d8e406-645b-f1d9-1c49-09b6147df8fd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-06-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/da9b94da-229c-c032-b129-e10597c8fcbd" ;
  a2a:RecordGUID "{da9b94da-229c-c032-b129-e10597c8fcbd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_80586_00080586.xml van BHI" .

