@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_f44c3bc9-c7f2-e9d9-aca3-00458f01365d
  a a2a:Record ;
  rdfs:label "Huwelijk op 26 maart 1828 te Breda" ;
  a2a:hasPerson oa:person_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Person-aa6f679d-6542-3d78-d72d-c9b773d541fc, oa:person_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Person-2a4a454f-b792-1541-04cb-7daadc82e7ef, oa:person_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Person-dd70a1c6-1e47-86c6-e4b5-8c57a86e4b06, oa:person_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Person-62074f2d-0885-2b12-e8ac-851d2e897bdd, oa:person_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Person-78a9b412-9211-9996-fbe3-70b41783b9a2, oa:person_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Person-49eedba2-7ebe-80f7-fc91-3cbdf4808850 ;
  a2a:hasEvent oa:event_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_0, oa:relationep_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_1, oa:relationep_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_2, oa:relationep_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_3, oa:relationep_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_4, oa:relationep_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_5 ;
  a2a:hasSource oa:source_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d .

oa:person_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Person-aa6f679d-6542-3d78-d72d-c9b773d541fc
  a a2a:Person ;
  rdfs:label "Sientje Moerel" ;
  a2a:PersonName [
    rdfs:label "Sientje Moerel" ;
    a2a:PersonNameFirstName "Sientje" ;
    a2a:PersonNameLastName "Moerel"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Person-2a4a454f-b792-1541-04cb-7daadc82e7ef
  a a2a:Person ;
  rdfs:label "Anna Andriesse" ;
  a2a:PersonName [
    rdfs:label "Anna Andriesse" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Andriesse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Person-dd70a1c6-1e47-86c6-e4b5-8c57a86e4b06
  a a2a:Person ;
  rdfs:label "Levij Heilbron" ;
  a2a:PersonName [
    rdfs:label "Levij Heilbron" ;
    a2a:PersonNameFirstName "Levij" ;
    a2a:PersonNameLastName "Heilbron"
  ] ;
  a2a:Gender "Man" .

oa:person_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Person-62074f2d-0885-2b12-e8ac-851d2e897bdd
  a a2a:Person ;
  rdfs:label "Heijman Levij Heilbron" ;
  a2a:PersonName [
    rdfs:label "Heijman Levij Heilbron" ;
    a2a:PersonNameFirstName "Heijman Levij" ;
    a2a:PersonNameLastName "Heilbron"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Person-78a9b412-9211-9996-fbe3-70b41783b9a2
  a a2a:Person ;
  rdfs:label "Josep Moses Moerel" ;
  a2a:PersonName [
    rdfs:label "Josep Moses Moerel" ;
    a2a:PersonNameFirstName "Josep Moses" ;
    a2a:PersonNameLastName "Moerel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Person-49eedba2-7ebe-80f7-fc91-3cbdf4808850
  a a2a:Person ;
  rdfs:label "Roosje Raphaël" ;
  a2a:PersonName [
    rdfs:label "Roosje Raphaël" ;
    a2a:PersonNameFirstName "Roosje" ;
    a2a:PersonNameLastName "Raphaël"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1828" ;
    a2a:Month "3" ;
    a2a:Day "26" ;
    rdfs:label "1828-03-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_0
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Person:aa6f679d-6542-3d78-d72d-c9b773d541fc ;
  a2a:EventKeyRef oa:event_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Event1 .

oa:relationep_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Person:2a4a454f-b792-1541-04cb-7daadc82e7ef ;
  a2a:EventKeyRef oa:event_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Event1 .

oa:relationep_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_2
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Person:dd70a1c6-1e47-86c6-e4b5-8c57a86e4b06 ;
  a2a:EventKeyRef oa:event_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Event1 .

oa:relationep_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_3
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Person:62074f2d-0885-2b12-e8ac-851d2e897bdd ;
  a2a:EventKeyRef oa:event_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Event1 .

oa:relationep_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Person:78a9b412-9211-9996-fbe3-70b41783b9a2 ;
  a2a:EventKeyRef oa:event_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Event1 .

oa:relationep_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Person:49eedba2-7ebe-80f7-fc91-3cbdf4808850 ;
  a2a:EventKeyRef oa:event_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d_Event1 .

oa:source_brd_f44c3bc9-c7f2-e9d9-aca3-00458f01365d
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1828-03-26 - 1828-03-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1828-03-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1828-03-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1828" ;
    a2a:Month "3" ;
    a2a:Day "26" ;
    rdfs:label "1828-03-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Breda, Bron: boek, Periode: 1828" ;
    a2a:Book "Huwelijksregister 1828" ;
    a2a:DocumentNumber "012" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Breda, Bron: boek, Periode: 1828, Huwelijksregister 1828, 012"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/82b5ea24-8751-11e3-81a0-bf3fb3fb04ab.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/f44c3bc9-c7f2-e9d9-aca3-00458f01365d" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/82b5ea24-8751-11e3-81a0-bf3fb3fb04ab.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/82b5ead8-8751-11e3-bb27-cb9408251b13.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/f44c3bc9-c7f2-e9d9-aca3-00458f01365d" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/82b5ead8-8751-11e3-bb27-cb9408251b13.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/f44c3bc9-c7f2-e9d9-aca3-00458f01365d" ;
  a2a:RecordGUID "{f44c3bc9-c7f2-e9d9-aca3-00458f01365d}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Huwelijksregister+1828\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_1774_00001774.xml van BRD" .

