Agostino Fieschi (bishop of Sagone)

Agostino Fieschi (died 1528) was a Roman Catholic prelate who served as Bishop of Sagone (1510–1528).[1]

Most Reverend

Agostino Fieschi
Bishop of Sagone
ChurchCatholic Church
DioceseDiocese of Sagone
In office1510–1528
SuccessorImperiale Doria
Personal details
Died1528
Sagone, France

Biography

On 21 Aug 1528, Agostino Fieschi was appointed during the papacy of Pope Clement VII as Bishop of Sagone.[1] He served as Bishop of Sagone until his death in 1544.[1]

gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
gollark: General ignorethisU Role Playing System.
gollark: Gurp gurp.
gollark: CnC? CaC? C&C?

References

  1. "Bishop Agostino Fieschi" Catholic-Hierarchy.org. David M. Cheney. Retrieved September 15, 2016
  • Cheney, David M. "Diocese of Sagone (Sagona)". Catholic-Hierarchy.org. Retrieved January 4, 2019. (for Chronology of Bishops) [self-published]
  • Chow, Gabriel. "Titular Episcopal See of Sagone (France)". GCatholic.org. Retrieved January 4, 2019. (for Chronology of Bishops) [self-published]
Catholic Church titles
Preceded by
Bishop of Sagone
1510–1528
Succeeded by
Imperiale Doria
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.