@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_5ea604d8-1f1c-5635-c5bb-2d067226d37f
  a a2a:Record ;
  rdfs:label "Huwelijk op 8 mei 1909 te Ukkel (België)" ;
  a2a:hasPerson oa:person_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_Person606736, oa:person_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_Person1327936, oa:person_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_Person5428946, oa:person_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_Person5428956 ;
  a2a:hasEvent oa:event_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_Event1 ;
  a2a:hasRelationEP oa:relationep_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_0, oa:relationep_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_1, oa:relationep_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_2, oa:relationep_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_3 ;
  a2a:hasSource oa:source_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f .

oa:person_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_Person606736
  a a2a:Person ;
  rdfs:label "Paul Joseph Marie Ghislain Otlet" ;
  a2a:PersonName [
    rdfs:label "Paul Joseph Marie Ghislain Otlet" ;
    a2a:PersonNameFirstName "Paul Joseph Marie Ghislain" ;
    a2a:PersonNameLastName "Otlet"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Uccle" ;
    rdfs:label "Uccle"
  ] ;
  a2a:BirthDate [
    a2a:Year "1868" ;
    a2a:Month "8" ;
    a2a:Day "23" ;
    rdfs:label "1868-08-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Country "België" ;
    a2a:Place "Bruxelles" ;
    rdfs:label "België, Bruxelles"
  ] ;
  a2a:Profession "docteur en droit" .

oa:person_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_Person1327936
  a a2a:Person ;
  rdfs:label "Jeanne Alice Adrienne Fernande Gloner" ;
  a2a:PersonName [
    rdfs:label "Jeanne Alice Adrienne Fernande Gloner" ;
    a2a:PersonNameFirstName "Jeanne Alice Adrienne Fernande" ;
    a2a:PersonNameLastName "Gloner"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Uccle" ;
    rdfs:label "Uccle"
  ] ;
  a2a:BirthDate [
    a2a:Year "1870" ;
    a2a:Month "9" ;
    a2a:Day "4" ;
    rdfs:label "1870-09-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Country "België" ;
    a2a:Place "Gent" ;
    rdfs:label "België, Gent"
  ] ;
  a2a:Profession "sans profession" .

oa:person_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_Person5428946
  a a2a:Person ;
  rdfs:label "Alfred Ectors" ;
  a2a:PersonName [
    rdfs:label "Alfred Ectors" ;
    a2a:PersonNameFirstName "Alfred" ;
    a2a:PersonNameLastName "Ectors"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Bruxelles" ;
    rdfs:label "Bruxelles"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "40" ;
    rdfs:label "40"
  ] ;
  a2a:Profession "notaire" .

oa:person_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_Person5428956
  a a2a:Person ;
  rdfs:label "Jean Baptiste Clerens" ;
  a2a:PersonName [
    rdfs:label "Jean Baptiste Clerens" ;
    a2a:PersonNameFirstName "Jean Baptiste" ;
    a2a:PersonNameLastName "Clerens"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Uccle" ;
    rdfs:label "Uccle"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "23" ;
    rdfs:label "23"
  ] ;
  a2a:Profession "agent de police" .

oa:event_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1909" ;
    a2a:Month "5" ;
    a2a:Day "8" ;
    rdfs:label "1909-05-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Country "België" ;
    a2a:Place "Ukkel" ;
    rdfs:label "België, Ukkel"
  ] .

oa:relationep_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_Person606736 ;
  a2a:EventKeyRef oa:event_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_Event1 .

oa:relationep_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_Person1327936 ;
  a2a:EventKeyRef oa:event_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_Event1 .

oa:relationep_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_Person5428946 ;
  a2a:EventKeyRef oa:event_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_Event1 .

oa:relationep_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_Person5428956 ;
  a2a:EventKeyRef oa:event_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f_Event1 .

oa:source_abb_5ea604d8-1f1c-5635-c5bb-2d067226d37f
  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 "1909" ;
    a2a:Month "5" ;
    a2a:Day "8" ;
    rdfs:label "1909-05-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Rijksarchief België (Brussel)" ;
    a2a:Place "Leuven" ;
    a2a:Collection "Burgerlijke stand Brussel" ;
    a2a:DocumentNumber "64" ;
    rdfs:label "Rijksarchief België (Brussel), Leuven, Burgerlijke stand Brussel, 64"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://www.familysearch.org/ark:/61903/3:1:9392-DS9C-81?i=47&cat=268205"
  ] ;
  a2a:SourceLastChangeDate "2023-06-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://search.arch.be/nl/zoeken-naar-personen/zoekresultaat/weergave/akte/id/HUBRU_00534501_0" ;
  a2a:RecordIdentifier "HUBRU_00534501_0" ;
  a2a:RecordGUID "{5ea604d8-1f1c-5635-c5bb-2d067226d37f}" ;
  a2a:SourceRemarkOpmerking "Gescheiden op 23/04/1909 te Bruxelles. Ontbinding van het huwelijk afgesloten te Elsene op 9/12/1890. divorce par consentement" ;
  a2a:SourceRemarkVrijwilliger "Demogen Vlaams-Brabant en Brussel (project hubru20)" ;
  a2a:SourceRemarkProvenance "DemogenBrussel20.mdb > mdb-export > abl/demogen/csv2a2a.pl" .

[] a2a:PersonRemarkOpmerking "résidant à Bruxelles, rue de la Paille n° 28" .
