@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_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7
  a a2a:Record ;
  rdfs:label "Trouwen op 11 februari 1660 te Veghel" ;
  a2a:hasPerson oa:person_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Person-92616e7c-8618-de34-941a-c88f7206b3e3, oa:person_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Person-acc0029d-1703-2bd5-1618-657103ad37a6, oa:person_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Person-6a0ae9d6-8a1b-6a65-57db-ea77d304623b, oa:person_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Person-36103b35-9fad-8730-4b78-8a3299faa899, oa:person_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Person-0e84cc84-2e82-501e-4d04-5b52cc0f57be ;
  a2a:hasEvent oa:event_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_0, oa:relationep_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_1, oa:relationep_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_2, oa:relationep_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_3, oa:relationep_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_4 ;
  a2a:hasSource oa:source_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7 .

oa:person_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Person-92616e7c-8618-de34-941a-c88f7206b3e3
  a a2a:Person ;
  rdfs:label "Wouter Jacobsen" ;
  a2a:PersonName [
    rdfs:label "Wouter Jacobsen" ;
    a2a:PersonNameFirstName "Wouter" ;
    a2a:PersonNameLastName "Jacobsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Person-acc0029d-1703-2bd5-1618-657103ad37a6
  a a2a:Person ;
  rdfs:label "Jan Danielsen" ;
  a2a:PersonName [
    rdfs:label "Jan Danielsen" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Danielsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Person-6a0ae9d6-8a1b-6a65-57db-ea77d304623b
  a a2a:Person ;
  rdfs:label "Meriken Jan Goossens" ;
  a2a:PersonName [
    rdfs:label "Meriken Jan Goossens" ;
    a2a:PersonNameFirstName "Meriken" ;
    a2a:PersonNamePatronym "Jan" ;
    a2a:PersonNameLastName "Goossens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Person-36103b35-9fad-8730-4b78-8a3299faa899
  a a2a:Person ;
  rdfs:label "Lijsken Hendricksen" ;
  a2a:PersonName [
    rdfs:label "Lijsken Hendricksen" ;
    a2a:PersonNameFirstName "Lijsken" ;
    a2a:PersonNameLastName "Hendricksen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Aarle" ;
    rdfs:label "Aarle"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Aarle" ;
    rdfs:label "Aarle"
  ] .

oa:person_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Person-0e84cc84-2e82-501e-4d04-5b52cc0f57be
  a a2a:Person ;
  rdfs:label "Hendrick Cornelissen" ;
  a2a:PersonName [
    rdfs:label "Hendrick Cornelissen" ;
    a2a:PersonNameFirstName "Hendrick" ;
    a2a:PersonNameLastName "Cornelissen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Veghel" ;
    rdfs:label "Veghel"
  ] .

oa:event_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:Year "1660" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1660-02-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Veghel" ;
    rdfs:label "Veghel"
  ] ;
  a2a:EventReligion "Nederduits Gereformeerd" .

oa:relationep_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Person:92616e7c-8618-de34-941a-c88f7206b3e3 ;
  a2a:EventKeyRef oa:event_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Event1 .

oa:relationep_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Person:acc0029d-1703-2bd5-1618-657103ad37a6 ;
  a2a:EventKeyRef oa:event_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Event1 .

oa:relationep_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_2
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere vrouw" ;
  a2a:RelationType "other:Eerdere vrouw" ;
  a2a:PersonKeyRef oa:person_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Person:6a0ae9d6-8a1b-6a65-57db-ea77d304623b ;
  a2a:EventKeyRef oa:event_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Event1 .

oa:relationep_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Person:36103b35-9fad-8730-4b78-8a3299faa899 ;
  a2a:EventKeyRef oa:event_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Event1 .

oa:relationep_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_4
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Person:0e84cc84-2e82-501e-4d04-5b52cc0f57be ;
  a2a:EventKeyRef oa:event_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7_Event1 .

oa:source_bhi_e1ce9cea-e2bb-baeb-938a-07871c8c2ec7
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Veghel" ;
    rdfs:label "Veghel", "1660-02-11 - 1660-02-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1660-02-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1660-02-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1660" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1660-02-11"^^xsd:date
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: Boek, Deel: 37, Periode: 1649-1779" ;
    a2a:Book "Veghel trouwboek 1649-1779" ;
    a2a:RegistryNumber "37" ;
    a2a:Folio "23-02" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: Boek, Deel: 37, Periode: 1649-1779, Veghel trouwboek 1649-1779, 37, 23-02"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/10825631-073e-ac2a-ee76-6deac5a1b866.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/10825631-073e-ac2a-ee76-6deac5a1b866.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e1ce9cea-e2bb-baeb-938a-07871c8c2ec7" ;
  a2a:RecordGUID "{e1ce9cea-e2bb-baeb-938a-07871c8c2ec7}" ;
  a2a:SourceRemarkOpmerking "Datum ondertrouw: 27-01-1660" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_58604_00058604.xml van BHI" .

[] a2a:PersonRemarkdiversen "aende Hooge eijnde" .
