@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_62b25264-894d-c19b-3bf6-0e40f8b4a75b
  a a2a:Record ;
  rdfs:label "Trouwen op 27 april 1692 te Breda" ;
  a2a:hasPerson oa:person_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_Person-a1ed7924-fd6e-7967-d17a-458958ad891e, oa:person_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_Person-8af45983-96eb-02c9-7cd1-83fb476917aa, oa:person_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_Person-2676bfd5-1353-5af7-fa70-e2748f8bc102 ;
  a2a:hasEvent oa:event_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_0, oa:relationep_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_1, oa:relationep_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_2 ;
  a2a:hasSource oa:source_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b .

oa:person_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_Person-a1ed7924-fd6e-7967-d17a-458958ad891e
  a a2a:Person ;
  rdfs:label "Arnoldus van Mijrt" ;
  a2a:PersonName [
    rdfs:label "Arnoldus van Mijrt" ;
    a2a:PersonNameFirstName "Arnoldus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Mijrt"
  ] ;
  a2a:Gender "Man" .

oa:person_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_Person-8af45983-96eb-02c9-7cd1-83fb476917aa
  a a2a:Person ;
  rdfs:label "Antony Roovers" ;
  a2a:PersonName [
    rdfs:label "Antony Roovers" ;
    a2a:PersonNameFirstName "Antony" ;
    a2a:PersonNameLastName "Roovers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_Person-2676bfd5-1353-5af7-fa70-e2748f8bc102
  a a2a:Person ;
  rdfs:label "Catrijne van der Zande" ;
  a2a:PersonName [
    rdfs:label "Catrijne van der Zande" ;
    a2a:PersonNameFirstName "Catrijne" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Zande"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:Year "1692" ;
    a2a:Month "4" ;
    a2a:Day "27" ;
    rdfs:label "1692-04-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_Person:a1ed7924-fd6e-7967-d17a-458958ad891e ;
  a2a:EventKeyRef oa:event_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_Event1 .

oa:relationep_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_1
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere man" ;
  a2a:RelationType "other:Eerdere man" ;
  a2a:PersonKeyRef oa:person_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_Person:8af45983-96eb-02c9-7cd1-83fb476917aa ;
  a2a:EventKeyRef oa:event_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_Event1 .

oa:relationep_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_2
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_Person:2676bfd5-1353-5af7-fa70-e2748f8bc102 ;
  a2a:EventKeyRef oa:event_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b_Event1 .

oa:source_brd_62b25264-894d-c19b-3bf6-0e40f8b4a75b
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1692-04-27 - 1692-04-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1692-04-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1692-04-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1692" ;
    a2a:Month "4" ;
    a2a:Day "27" ;
    rdfs:label "1692-04-27"^^xsd:date
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 40, Periode: 1685-1696" ;
    a2a:Book "Trouwen nh Grote kerk 1685-1696" ;
    a2a:RegistryNumber "40" ;
    a2a:Folio "173" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 40, Periode: 1685-1696, Trouwen nh Grote kerk 1685-1696, 40, 173"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83ff65d6-8751-11e3-a472-a3646ad047be.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/62b25264-894d-c19b-3bf6-0e40f8b4a75b" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83ff65d6-8751-11e3-a472-a3646ad047be.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/62b25264-894d-c19b-3bf6-0e40f8b4a75b" ;
  a2a:RecordGUID "{62b25264-894d-c19b-3bf6-0e40f8b4a75b}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Trouwen+nh+Grote+kerk+1685-1696\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_4755_00004755.xml van BRD" .

[] a2a:PersonRemarkdiversen "Weduwe" .
