@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_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2
  a a2a:Record ;
  rdfs:label "Trouwen op 24 juli 1683 te Breda" ;
  a2a:hasPerson oa:person_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_Person-1b674ba9-cedc-0f20-8dcf-d158d4548074, oa:person_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_Person-f1f45ac7-5b54-b087-ae69-c80be4f39bdb, oa:person_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_Person-49c140bc-569c-bce0-040f-0f07fdaf3e41 ;
  a2a:hasEvent oa:event_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_0, oa:relationep_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_1, oa:relationep_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_2 ;
  a2a:hasSource oa:source_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2 .

oa:person_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_Person-1b674ba9-cedc-0f20-8dcf-d158d4548074
  a a2a:Person ;
  rdfs:label "Hendrick Speck" ;
  a2a:PersonName [
    rdfs:label "Hendrick Speck" ;
    a2a:PersonNameFirstName "Hendrick" ;
    a2a:PersonNameLastName "Speck"
  ] ;
  a2a:Gender "Man" .

oa:person_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_Person-f1f45ac7-5b54-b087-ae69-c80be4f39bdb
  a a2a:Person ;
  rdfs:label "Isaac van Kempen" ;
  a2a:PersonName [
    rdfs:label "Isaac van Kempen" ;
    a2a:PersonNameFirstName "Isaac" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Kempen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_Person-49c140bc-569c-bce0-040f-0f07fdaf3e41
  a a2a:Person ;
  rdfs:label "Elisabeth Couper" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Couper" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Couper"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:Year "1683" ;
    a2a:Month "7" ;
    a2a:Day "24" ;
    rdfs:label "1683-07-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_Person:1b674ba9-cedc-0f20-8dcf-d158d4548074 ;
  a2a:EventKeyRef oa:event_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_Event1 .

oa:relationep_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_1
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere man" ;
  a2a:RelationType "other:Eerdere man" ;
  a2a:PersonKeyRef oa:person_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_Person:f1f45ac7-5b54-b087-ae69-c80be4f39bdb ;
  a2a:EventKeyRef oa:event_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_Event1 .

oa:relationep_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_2
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_Person:49c140bc-569c-bce0-040f-0f07fdaf3e41 ;
  a2a:EventKeyRef oa:event_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2_Event1 .

oa:source_brd_866b27ba-55c0-d93a-bb06-a86e35d7c8a2
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1683-07-24 - 1683-07-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1683-07-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1683-07-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1683" ;
    a2a:Month "7" ;
    a2a:Day "24" ;
    rdfs:label "1683-07-24"^^xsd:date
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 39, Periode: 1680-1685" ;
    a2a:Book "Trouwen nh Grote kerk 1680-1685" ;
    a2a:RegistryNumber "39" ;
    a2a:Folio "119" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 39, Periode: 1680-1685, Trouwen nh Grote kerk 1680-1685, 39, 119"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83fdd55e-8751-11e3-83a2-a7c2a188bccf.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/866b27ba-55c0-d93a-bb06-a86e35d7c8a2" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83fdd55e-8751-11e3-83a2-a7c2a188bccf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/866b27ba-55c0-d93a-bb06-a86e35d7c8a2" ;
  a2a:RecordGUID "{866b27ba-55c0-d93a-bb06-a86e35d7c8a2}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Trouwen+nh+Grote+kerk+1680-1685\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_4828_00004828.xml van BRD" .

[] a2a:PersonRemarkdiversen "Weduwnaar" .
[] a2a:PersonRemarkdiversen "Weduwe" .
