@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_87228a6a-e833-4bd3-e315-4e098a566003
  a a2a:Record ;
  rdfs:label "Trouwen op 29 november 1654 te Princenhage" ;
  a2a:hasPerson oa:person_bhi_87228a6a-e833-4bd3-e315-4e098a566003_Person-21f8c05c-464d-11e3-a747-d206bceb4d38, oa:person_bhi_87228a6a-e833-4bd3-e315-4e098a566003_Person-21f879b2-464d-11e3-a747-d206bceb4d38, oa:person_bhi_87228a6a-e833-4bd3-e315-4e098a566003_Person-21f8ffd6-464d-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_87228a6a-e833-4bd3-e315-4e098a566003_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_87228a6a-e833-4bd3-e315-4e098a566003_0, oa:relationep_bhi_87228a6a-e833-4bd3-e315-4e098a566003_1, oa:relationep_bhi_87228a6a-e833-4bd3-e315-4e098a566003_2 ;
  a2a:hasSource oa:source_bhi_87228a6a-e833-4bd3-e315-4e098a566003 .

oa:person_bhi_87228a6a-e833-4bd3-e315-4e098a566003_Person-21f8c05c-464d-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Machlina Losecaat" ;
  a2a:PersonName [
    rdfs:label "Machlina Losecaat" ;
    a2a:PersonNameFirstName "Machlina" ;
    a2a:PersonNameLastName "Losecaat"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_87228a6a-e833-4bd3-e315-4e098a566003_Person-21f879b2-464d-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Johannes Pool" ;
  a2a:PersonName [
    rdfs:label "Johannes Pool" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Pool"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_87228a6a-e833-4bd3-e315-4e098a566003_Person-21f8ffd6-464d-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Hermannus Hoorn" ;
  a2a:PersonName [
    rdfs:label "Hermannus Hoorn" ;
    a2a:PersonNameFirstName "Hermannus" ;
    a2a:PersonNameLastName "Hoorn"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_87228a6a-e833-4bd3-e315-4e098a566003_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:Year "1654" ;
    a2a:Month "11" ;
    a2a:Day "29" ;
    rdfs:label "1654-11-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage"
  ] ;
  a2a:EventReligion "Nederduits Gereformeerd" .

oa:relationep_bhi_87228a6a-e833-4bd3-e315-4e098a566003_0
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_bhi_87228a6a-e833-4bd3-e315-4e098a566003_Person:21f8c05c-464d-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_87228a6a-e833-4bd3-e315-4e098a566003_Event1 .

oa:relationep_bhi_87228a6a-e833-4bd3-e315-4e098a566003_1
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_bhi_87228a6a-e833-4bd3-e315-4e098a566003_Person:21f879b2-464d-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_87228a6a-e833-4bd3-e315-4e098a566003_Event1 .

oa:relationep_bhi_87228a6a-e833-4bd3-e315-4e098a566003_2
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere man" ;
  a2a:RelationType "other:Eerdere man" ;
  a2a:PersonKeyRef oa:person_bhi_87228a6a-e833-4bd3-e315-4e098a566003_Person:21f8ffd6-464d-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_87228a6a-e833-4bd3-e315-4e098a566003_Event1 .

oa:source_bhi_87228a6a-e833-4bd3-e315-4e098a566003
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1654-11-29 - 1654-11-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1654-11-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1654-11-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1654" ;
    a2a:Month "11" ;
    a2a:Day "29" ;
    rdfs:label "1654-11-29"^^xsd:date
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief Kerkeraad Hervormde Gemeente (afd. III-120a inv.nrs. 12 en 13), Bron: boek, ..." ;
    a2a:Book "Nederduits Gereformeerd trouwboek 1651-1746" ;
    a2a:RegistryNumber "178" ;
    a2a:Folio "6" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: Archief Kerkeraad Hervormde Gemeente (afd. III-120a inv.nrs. 12 en 13), Bron: boek, ..., Nederduits Gereformeerd trouwboek 1651-1746, 178, 6"
  ] ;
  a2a:SourceLastChangeDate "2016-03-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/87228a6a-e833-4bd3-e315-4e098a566003" ;
  a2a:RecordGUID "{87228a6a-e833-4bd3-e315-4e098a566003}" ;
  a2a:SourceRemarkOpmerking "Johannes predicant in de Hage; Hermannus in sijn leven predikant tot Sprundel<br />Datum ondertrouw: 06-11-1654", "<a href=https://stadsarchief.breda.nl/collectie/archief/bladeren-door-bronnen/registers/b0cd8243-883b-8b7f-0342-c9b0ecec4870 target=\"_blank\">Blader hier door het gescande register met daarin deze akte op de website van SA Breda</a><br><br>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_5454_00005454.xml van BHI" .

[] a2a:PersonRemarkdiversen "jongeman" .
