@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_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd
  a a2a:Record ;
  rdfs:label "Huwelijk op 24 mei 1902 te Brussel (België)" ;
  a2a:hasPerson oa:person_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Person5036, oa:person_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Person726236, oa:person_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Person1447436, oa:person_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Person3488576, oa:person_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Person6620536, oa:person_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Person6620546 ;
  a2a:hasEvent oa:event_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Event1 ;
  a2a:hasRelationEP oa:relationep_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_0, oa:relationep_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_1, oa:relationep_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_2, oa:relationep_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_3, oa:relationep_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_4, oa:relationep_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_5 ;
  a2a:hasSource oa:source_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd .

oa:person_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Person5036
  a a2a:Person ;
  rdfs:label "Auguste Léopold Henri Schelhaever" ;
  a2a:PersonName [
    rdfs:label "Auguste Léopold Henri Schelhaever" ;
    a2a:PersonNameFirstName "Auguste Léopold Henri" ;
    a2a:PersonNameLastName "Schelhaever"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Dover" ;
    rdfs:label "Dover"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "35" ;
    rdfs:label "35"
  ] ;
  a2a:Profession "lieutenant à l'armée Belge" .

oa:person_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Person726236
  a a2a:Person ;
  rdfs:label "Louise Antoinette Bréart" ;
  a2a:PersonName [
    rdfs:label "Louise Antoinette Bréart" ;
    a2a:PersonNameFirstName "Louise Antoinette" ;
    a2a:PersonNameLastName "Bréart"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Dover" ;
    rdfs:label "Dover"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "23" ;
    rdfs:label "23"
  ] ;
  a2a:Profession "sans profession" .

oa:person_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Person1447436
  a a2a:Person ;
  rdfs:label "Philippe Jacques Schelhaever" ;
  a2a:PersonName [
    rdfs:label "Philippe Jacques Schelhaever" ;
    a2a:PersonNameFirstName "Philippe Jacques" ;
    a2a:PersonNameLastName "Schelhaever"
  ] ;
  a2a:Gender "Man" .

oa:person_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Person3488576
  a a2a:Person ;
  rdfs:label "Henri Bréart" ;
  a2a:PersonName [
    rdfs:label "Henri Bréart" ;
    a2a:PersonNameFirstName "Henri" ;
    a2a:PersonNameLastName "Bréart"
  ] ;
  a2a:Gender "Man" ;
  a2a:Profession "serrurier" .

oa:person_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Person6620536
  a a2a:Person ;
  rdfs:label "Richard William Holness" ;
  a2a:PersonName [
    rdfs:label "Richard William Holness" ;
    a2a:PersonNameFirstName "Richard William" ;
    a2a:PersonNameLastName "Holness"
  ] ;
  a2a:Gender "Man" .

oa:person_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Person6620546
  a a2a:Person ;
  rdfs:label "Georges Parmentier" ;
  a2a:PersonName [
    rdfs:label "Georges Parmentier" ;
    a2a:PersonNameFirstName "Georges" ;
    a2a:PersonNameLastName "Parmentier"
  ] ;
  a2a:Gender "Man" .

oa:event_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1902" ;
    a2a:Month "5" ;
    a2a:Day "24" ;
    rdfs:label "1902-05-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Country "België" ;
    a2a:Place "Brussel" ;
    rdfs:label "België, Brussel"
  ] .

oa:relationep_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Person5036 ;
  a2a:EventKeyRef oa:event_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Event1 .

oa:relationep_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Person726236 ;
  a2a:EventKeyRef oa:event_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Event1 .

oa:relationep_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_2
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Person1447436 ;
  a2a:EventKeyRef oa:event_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Event1 .

oa:relationep_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_3
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Person3488576 ;
  a2a:EventKeyRef oa:event_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Event1 .

oa:relationep_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Person6620536 ;
  a2a:EventKeyRef oa:event_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Event1 .

oa:relationep_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Person6620546 ;
  a2a:EventKeyRef oa:event_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd_Event1 .

oa:source_abb_111aaa86-c993-ae1b-ee68-239ca7e16cfd
  a a2a:Source ;
  rdfs:label "Rijksarchief België (Brussel), BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Leuven" ;
    a2a:Country "België" ;
    rdfs:label "Leuven, België", "1796-01-01 - 1919-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1796-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1902" ;
    a2a:Month "5" ;
    a2a:Day "24" ;
    rdfs:label "1902-05-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Rijksarchief België (Brussel)" ;
    a2a:Place "Leuven" ;
    a2a:Collection "Burgerlijke stand Brussel" ;
    a2a:DocumentNumber "230" ;
    rdfs:label "Rijksarchief België (Brussel), Leuven, Burgerlijke stand Brussel, 230"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://www.familysearch.org/ark:/61903/3:1:S3HT-DTL3-THL?i=130&cc=1482191&cat=147201"
  ] ;
  a2a:SourceLastChangeDate "2023-06-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://search.arch.be/nl/zoeken-naar-personen/zoekresultaat/weergave/akte/id/HUBRU_00660547_0" ;
  a2a:RecordIdentifier "HUBRU_00660547_0" ;
  a2a:RecordGUID "{111aaa86-c993-ae1b-ee68-239ca7e16cfd}" ;
  a2a:SourceRemarkOpmerking "toegevoegde akte van het huwelijk afgesloten te Douvres, 25/4/1902 mariés à l'église de St Paul-Maison Dieu Chaussée, dans le district de Douvres, Comté de Kent" ;
  a2a:SourceRemarkVrijwilliger "Demogen Vlaams-Brabant en Brussel (project hubru20)" ;
  a2a:SourceRemarkProvenance "DemogenBrussel20.mdb > mdb-export > abl/demogen/csv2a2a.pl" .

