@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_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4
  a a2a:Record ;
  rdfs:label "Trouwen (in het jaar 1650-1679)" ;
  a2a:hasPerson oa:person_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_Person-fdf2e2ae-474c-128c-55f2-62e584065176, oa:person_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_Person-8ca4a867-dc5f-1516-4c2a-9ba4f457775c, oa:person_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_Person-bafedc3f-7caa-4f73-28a2-40d01a2485b6 ;
  a2a:hasEvent oa:event_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_0, oa:relationep_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_1, oa:relationep_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_2 ;
  a2a:hasSource oa:source_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4 .

oa:person_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_Person-fdf2e2ae-474c-128c-55f2-62e584065176
  a a2a:Person ;
  rdfs:label "Lenaert N.N." ;
  a2a:PersonName [
    rdfs:label "Lenaert N.N." ;
    a2a:PersonNameFirstName "Lenaert" ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_Person-8ca4a867-dc5f-1516-4c2a-9ba4f457775c
  a a2a:Person ;
  rdfs:label "Jenneken Hendrix" ;
  a2a:PersonName [
    rdfs:label "Jenneken Hendrix" ;
    a2a:PersonNameFirstName "Jenneken" ;
    a2a:PersonNameLastName "Hendrix"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_Person-bafedc3f-7caa-4f73-28a2-40d01a2485b6
  a a2a:Person ;
  rdfs:label "Delis Lamberts" ;
  a2a:PersonName [
    rdfs:label "Delis Lamberts" ;
    a2a:PersonNameFirstName "Delis" ;
    a2a:PersonNameLastName "Lamberts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventPlace [
    a2a:Place "Veghel" ;
    rdfs:label "Veghel"
  ] ;
  a2a:EventReligion "Schepenbank" .

oa:relationep_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_Person:fdf2e2ae-474c-128c-55f2-62e584065176 ;
  a2a:EventKeyRef oa:event_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_Event1 .

oa:relationep_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_Person:8ca4a867-dc5f-1516-4c2a-9ba4f457775c ;
  a2a:EventKeyRef oa:event_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_Event1 .

oa:relationep_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_2
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_Person:bafedc3f-7caa-4f73-28a2-40d01a2485b6 ;
  a2a:EventKeyRef oa:event_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4_Event1 .

oa:source_bhi_b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Veghel" ;
    rdfs:label "Veghel", "1650-01-01 - 1679-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1650-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1679-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: BHIC, Bron: boek, Deel: 7, Periode: 1650-1679" ;
    a2a:Book "Trouwen" ;
    a2a:RegistryNumber "7" ;
    a2a:Folio "41v02" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: BHIC, Bron: boek, Deel: 7, Periode: 1650-1679, Trouwen, 7, 41v02"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/00395a81-d507-89e0-7eca-1074093f921d.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/00395a81-d507-89e0-7eca-1074093f921d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-09-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4" ;
  a2a:RecordGUID "{b7ef1d29-d6f9-480e-70dd-c8d8a2f35cb4}" ;
  a2a:SourceRemarkOpmerking "Datum proclamatie: 11-01-1665" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_58339_00058339.xml van BHI" .

[] a2a:PersonRemarkdiversen "neef van de bruid" .
