@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_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55
  a a2a:Record ;
  rdfs:label "Doop op 1 maart 1609 te Heeswijk" ;
  a2a:hasPerson oa:person_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Person-c329874c-463c-11e3-a747-d206bceb4d38, oa:person_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Person-c329f1be-463c-11e3-a747-d206bceb4d38, oa:person_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Person-c32a22ec-463c-11e3-a747-d206bceb4d38, oa:person_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Person-c329bbc2-463c-11e3-a747-d206bceb4d38, oa:person_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Person-2ac186ae-956c-50b3-4da6-7ebed78acd13 ;
  a2a:hasEvent oa:event_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_0, oa:relationep_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_1, oa:relationep_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_2, oa:relationep_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_3, oa:relationep_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_4 ;
  a2a:hasSource oa:source_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55 .

oa:person_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Person-c329874c-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Joannes Henrici" ;
  a2a:PersonName [
    rdfs:label "Joannes Henrici" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Henrici"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Person-c329f1be-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Joannes Henrici" ;
  a2a:PersonName [
    rdfs:label "Joannes Henrici" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Henrici"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Person-c32a22ec-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Margareta Gerardi Lamberti" ;
  a2a:PersonName [
    rdfs:label "Margareta Gerardi Lamberti" ;
    a2a:PersonNameFirstName "Margareta" ;
    a2a:PersonNamePatronym "Gerardi" ;
    a2a:PersonNameLastName "Lamberti"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Person-c329bbc2-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Henricus N.N." ;
  a2a:PersonName [
    rdfs:label "Henricus N.N." ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Person-2ac186ae-956c-50b3-4da6-7ebed78acd13
  a a2a:Person ;
  rdfs:label "N.N. N.N." ;
  a2a:PersonName [
    rdfs:label "N.N. N.N." ;
    a2a:PersonNameFirstName "N.N." ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1609" ;
    a2a:Month "3" ;
    a2a:Day "1" ;
    rdfs:label "1609-03-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Heeswijk" ;
    rdfs:label "Heeswijk"
  ] ;
  a2a:EventReligion "RK" .

oa:relationep_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Person:c329874c-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Event1 .

oa:relationep_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Person:c329f1be-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Event1 .

oa:relationep_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Person:c32a22ec-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Event1 .

oa:relationep_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Person:c329bbc2-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Event1 .

oa:relationep_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Person:2ac186ae-956c-50b3-4da6-7ebed78acd13 ;
  a2a:EventKeyRef oa:event_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55_Event1 .

oa:source_bhi_5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Heeswijk" ;
    rdfs:label "Heeswijk", "1609-03-01 - 1609-03-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1609-03-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1609-03-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1609" ;
    a2a:Month "3" ;
    a2a:Day "1" ;
    rdfs:label "1609-03-01"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 10, Periode: 1588-1620" ;
    a2a:Book "Heeswijk (Abdij van Berne) doop-, trouw- en begraafboek 1588-1620" ;
    a2a:RegistryNumber "10" ;
    a2a:Folio "19v06" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 10, Periode: 1588-1620, Heeswijk (Abdij van Berne) doop-, trouw- en begraafboek 1588-1620, 10, 19v06"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/4e6ff8e6-752d-8925-bd8c-69a71a9dafa2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/4e6ff8e6-752d-8925-bd8c-69a71a9dafa2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-10-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55" ;
  a2a:RecordGUID "{5cc2c7ce-aefa-53a5-cd1a-2916b4b4cd55}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "10" ;
  a2a:SourceRemarkregister_periode "1588-1620" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_596_00000596.xml van BHI" .

