@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_5e94a4a4-a28d-899d-e5b5-4e81501da130
  a a2a:Record ;
  rdfs:label "Doop op 14 mei 1767 te Gemonde" ;
  a2a:hasPerson oa:person_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Person-f52c87e4-463c-11e3-a747-d206bceb4d38, oa:person_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Person-f52cbd90-463c-11e3-a747-d206bceb4d38, oa:person_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Person-f52c52ce-463c-11e3-a747-d206bceb4d38, oa:person_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Person-f52cec66-463c-11e3-a747-d206bceb4d38, oa:person_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Person-f52d21e0-463c-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_0, oa:relationep_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_1, oa:relationep_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_2, oa:relationep_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_3, oa:relationep_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_4 ;
  a2a:hasSource oa:source_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130 .

oa:person_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Person-f52c87e4-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Henricus Corst Heessels" ;
  a2a:PersonName [
    rdfs:label "Henricus Corst Heessels" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNamePatronym "Corst" ;
    a2a:PersonNameLastName "Heessels"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Person-f52cbd90-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Joanna Joannis Wouters" ;
  a2a:PersonName [
    rdfs:label "Joanna Joannis Wouters" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNamePatronym "Joannis" ;
    a2a:PersonNameLastName "Wouters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Person-f52c52ce-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Gertrudis Heessels" ;
  a2a:PersonName [
    rdfs:label "Gertrudis Heessels" ;
    a2a:PersonNameFirstName "Gertrudis" ;
    a2a:PersonNameLastName "Heessels"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Person-f52cec66-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Joanna Gerits Heessels" ;
  a2a:PersonName [
    rdfs:label "Joanna Gerits Heessels" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNamePatronym "Gerits" ;
    a2a:PersonNameLastName "Heessels"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Person-f52d21e0-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Walterus Joannis N.N." ;
  a2a:PersonName [
    rdfs:label "Walterus Joannis N.N." ;
    a2a:PersonNameFirstName "Walterus" ;
    a2a:PersonNamePatronym "Joannis" ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1767" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1767-05-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gemonde" ;
    rdfs:label "Gemonde"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Person:f52c87e4-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Event1 .

oa:relationep_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Person:f52cbd90-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Event1 .

oa:relationep_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Person:f52c52ce-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Event1 .

oa:relationep_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Person:f52cec66-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Event1 .

oa:relationep_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Person:f52d21e0-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130_Event1 .

oa:source_bhi_5e94a4a4-a28d-899d-e5b5-4e81501da130
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Sint-Michielsgestel" ;
    rdfs:label "Sint-Michielsgestel", "1767-05-14 - 1767-05-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1767-05-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1767-05-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1767" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1767-05-14"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 22, Periode: 1728-1794" ;
    a2a:Book "Rooms-Katholiek doopboek 1728-1794" ;
    a2a:RegistryNumber "22" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 22, Periode: 1728-1794, Rooms-Katholiek doopboek 1728-1794, 22"
  ] ;
  a2a:SourceLastChangeDate "2015-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/5e94a4a4-a28d-899d-e5b5-4e81501da130" ;
  a2a:RecordGUID "{5e94a4a4-a28d-899d-e5b5-4e81501da130}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_48036_00048036.xml van BHI" .

