@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_b280523b-e176-2b0f-cd5c-ff2b971b8eb6
  a a2a:Record ;
  rdfs:label "Doop op 17 december 1689 te Veghel" ;
  a2a:hasPerson oa:person_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Person-9bf8379e-463d-11e3-a747-d206bceb4d38, oa:person_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Person-9bf906f6-463d-11e3-a747-d206bceb4d38, oa:person_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Person-9bf94a26-463d-11e3-a747-d206bceb4d38, oa:person_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Person-9bf98ed2-463d-11e3-a747-d206bceb4d38, oa:person_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Person-9bf88c30-463d-11e3-a747-d206bceb4d38, oa:person_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Person-9bf8cc7c-463d-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_0, oa:relationep_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_1, oa:relationep_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_2, oa:relationep_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_3, oa:relationep_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_4, oa:relationep_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_5 ;
  a2a:hasSource oa:source_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6 .

oa:person_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Person-9bf8379e-463d-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Maria Lamberti Matthiae" ;
  a2a:PersonName [
    rdfs:label "Maria Lamberti Matthiae" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Lamberti" ;
    a2a:PersonNameLastName "Matthiae"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Person-9bf906f6-463d-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Henricus Joannis" ;
  a2a:PersonName [
    rdfs:label "Henricus Joannis" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNameLastName "Joannis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Person-9bf94a26-463d-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Joannes Jasparis" ;
  a2a:PersonName [
    rdfs:label "Joannes Jasparis" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Jasparis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Person-9bf98ed2-463d-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Catharina Wilhelmi" ;
  a2a:PersonName [
    rdfs:label "Catharina Wilhelmi" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Wilhelmi"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Person-9bf88c30-463d-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Lambertus Matthiae" ;
  a2a:PersonName [
    rdfs:label "Lambertus Matthiae" ;
    a2a:PersonNameFirstName "Lambertus" ;
    a2a:PersonNameLastName "Matthiae"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Person-9bf8cc7c-463d-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Maria N.N." ;
  a2a:PersonName [
    rdfs:label "Maria N.N." ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1689" ;
    a2a:Month "12" ;
    a2a:Day "17" ;
    rdfs:label "1689-12-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Veghel" ;
    rdfs:label "Veghel"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Person:9bf8379e-463d-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Event1 .

oa:relationep_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Person:9bf906f6-463d-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Event1 .

oa:relationep_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Person:9bf94a26-463d-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Event1 .

oa:relationep_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Person:9bf98ed2-463d-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Event1 .

oa:relationep_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Person:9bf88c30-463d-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Event1 .

oa:relationep_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_5
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Person:9bf8cc7c-463d-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6_Event1 .

oa:source_bhi_b280523b-e176-2b0f-cd5c-ff2b971b8eb6
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Veghel" ;
    rdfs:label "Veghel", "1689-12-17 - 1689-12-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1689-12-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1689-12-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1689" ;
    a2a:Month "12" ;
    a2a:Day "17" ;
    rdfs:label "1689-12-17"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Brabants Historisch Informatie Centrum, Bron: boek, Deel: 28, Periode: 1674-1695" ;
    a2a:Book "RK Doop-, Trouw en Begraafboek 1674-1695" ;
    a2a:RegistryNumber "28" ;
    a2a:Folio "198-08" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: Brabants Historisch Informatie Centrum, Bron: boek, Deel: 28, Periode: 1674-1695, RK Doop-, Trouw en Begraafboek 1674-1695, 28, 198-08"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/1eb572bd-9d2f-d9f7-e580-4e516a0b6920.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/1eb572bd-9d2f-d9f7-e580-4e516a0b6920.jpg"
  ] ;
  a2a:SourceLastChangeDate "2026-04-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/b280523b-e176-2b0f-cd5c-ff2b971b8eb6" ;
  a2a:RecordGUID "{b280523b-e176-2b0f-cd5c-ff2b971b8eb6}" ;
  a2a:SourceRemarkOpmerking """Nooddoop door de vroedvrouw, Anna Goswini, uit Vorstenbosch.
Niet herdoopt onder voorwaarde omdat grootvader Joannes Jasparis dat niet toestond omdat hij had gezien dat de nooddoop goed was uitgevoerd.""", "pag 1 vrijwel onleesbaar, niet geindiceerd" ;
  a2a:SourceRemarkarchiefnaam "Brabants Historisch Informatie Centrum" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "28" ;
  a2a:SourceRemarkregister_periode "1674-1695" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260701_1026_00001026.xml van BHI" .

[] a2a:PersonRemarkdiversen "Grootvader van moederszijde." .
[] a2a:PersonRemarkdiversen "Nicht." .
