@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_0dabd08e-c08e-e896-ff3e-2318935251ed
  a a2a:Record ;
  rdfs:label "Geboorte op 19 juli 1859" ;
  a2a:hasPerson oa:person_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_Person-a7ee761a-576f-4a3d-5398-c9cac286da00, oa:person_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_Person-b8c15780-8345-fa1d-4e66-c870389cad46, oa:person_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_Person-77b0b650-15ba-cd1c-030d-74a12e3cd788 ;
  a2a:hasEvent oa:event_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_0, oa:relationep_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_1, oa:relationep_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_2 ;
  a2a:hasSource oa:source_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed .

oa:person_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_Person-a7ee761a-576f-4a3d-5398-c9cac286da00
  a a2a:Person ;
  rdfs:label "Gordina van der Heijden" ;
  a2a:PersonName [
    rdfs:label "Gordina van der Heijden" ;
    a2a:PersonNameFirstName "Gordina" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Heijden"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_Person-b8c15780-8345-fa1d-4e66-c870389cad46
  a a2a:Person ;
  rdfs:label "Lambertus van Helmont" ;
  a2a:PersonName [
    rdfs:label "Lambertus van Helmont" ;
    a2a:PersonNameFirstName "Lambertus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Helmont"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_Person-77b0b650-15ba-cd1c-030d-74a12e3cd788
  a a2a:Person ;
  rdfs:label "Henricus van Helmont" ;
  a2a:PersonName [
    rdfs:label "Henricus van Helmont" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Helmont"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1859" ;
    a2a:Month "7" ;
    a2a:Day "19" ;
    rdfs:label "1859-07-19"^^xsd:date
  ] .

oa:event_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1859" ;
    a2a:Month "7" ;
    a2a:Day "19" ;
    rdfs:label "1859-07-19"^^xsd:date
  ] .

oa:relationep_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_Person:a7ee761a-576f-4a3d-5398-c9cac286da00 ;
  a2a:EventKeyRef oa:event_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_Event1 .

oa:relationep_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_Person:b8c15780-8345-fa1d-4e66-c870389cad46 ;
  a2a:EventKeyRef oa:event_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_Event1 .

oa:relationep_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_Person:77b0b650-15ba-cd1c-030d-74a12e3cd788 ;
  a2a:EventKeyRef oa:event_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed_Event1 .

oa:source_bhi_0dabd08e-c08e-e896-ff3e-2318935251ed
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zeelst" ;
    rdfs:label "Zeelst", "1859-01-01 - 1859-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1859-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1859-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1859" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 9324, Periode: 1859" ;
    a2a:Book "Geboorteregister Zeelst 1859" ;
    a2a:DocumentNumber "22" ;
    a2a:RegistryNumber "9324" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 9324, Periode: 1859, Geboorteregister Zeelst 1859, 22, 9324"
  ] ;
  a2a:SourceLastChangeDate "2015-03-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0dabd08e-c08e-e896-ff3e-2318935251ed" ;
  a2a:RecordGUID "{0dabd08e-c08e-e896-ff3e-2318935251ed}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_3015_00003015.xml van BHI" .

