Roman Catholic Diocese of Sete Lagoas
The Roman Catholic Diocese of Sete Lagoas (Latin: Dioecesis Septemlacunensis) is a diocese located in the city of Sete Lagoas in the Ecclesiastical province of Belo Horizonte in Brazil.
Diocese of Sete Lagoas Dioecesis Septemlacunensis Diocese de Sete Lagoas | |
---|---|
Cathedral of St. Anthony | |
Location | |
Country | Brazil |
Ecclesiastical province | Belo Horizonte |
Metropolitan | Belo Horizonte |
Statistics | |
Area | 11,915 km2 (4,600 sq mi) |
Population - Total - Catholics | (as of 2010) 454,314 354,017 (77.9%) |
Information | |
Rite | Latin Rite |
Established | 16 July 1955 (65 years ago) |
Cathedral | Cathedral of St Anthony in Sete Lagoas |
Current leadership | |
Pope | Francis |
Bishop | Francisco Cota de Oliveira |
Metropolitan Archbishop | Walmor Oliveira de Azevedo |
Bishops emeritus | Aloísio Jorge Pena Vitral Guilherme Porto |
Website | |
www.diocesedesetelagoas.com.br |
History
- July 16, 1955: Established as Diocese of Sete Lagoas from the Metropolitan Archdiocese of Belo Horizonte and Metropolitan Archdiocese of Diamantina
Leadership
- Bishops of Sete Lagoas (Roman rite), in reverse chronological order
- Bishop Francisco Cota de Oliveira (2020.06.10 -
- Bishop Aloísio Jorge Pena Vitral (2017.09.20 - 2020.06.10)
- Bishop Guilherme Porto (1999.10.27 – 2017.09.20)
- Bishop José de Lima (1981.06.07 – 1999.10.27)
- Bishop Daniel Tavares Baeta Neves (1964.06.04 – 1980.07.08)
- Bishop José de Almeida Batista Pereira (1955.11.07 – 1964.04.02)
Sources
gollark: This example code responds to ~ping with Pong!
gollark: ACTUAL feature suggestions?
gollark: It's glorious.
gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.
gollark: It's in Rust.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.