Edward Mowll

Edward Worsfold Mowll (28 December 1881 – 12 June 1964) was an Anglican bishop, the fourth Bishop of Middleton.[1]

Educated at The King's School, Canterbury and Jesus College, Cambridge,[2] he was ordained in 1905 and after a curacy at Leyton became secretary of the Church Pastoral-Aid Society. Incumbencies at Benwell, Southport and Oxford followed,[3] before he became Provost of Bradford Cathedral in 1933. Elevation to the Episcopate followed ten years later and he stayed in this, his final post, until retirement in 1951. A "kind and fatherly man",[4] he died in 1964.

Family

Edward Worsfold Mowll was the fourth son of Edward Worsfold Mowll and his wife, Mary Kingsford. He married firstly Josephine Denham Gildea, eldes daughter of John Randolph Gildea of Weatherfort Hall Co. Mayo Ireland on the 5 June 1909 in St Marylebone Parish Church, London England. Josephine died aged 30 in 1912.

He married secondly Margaret Cicely Skrine, daughter of Henry Mills Skrine and Mary Jane Gore-Langton and great-granddaughter of Victor Hope, 2nd Marquess of Linlithgow, on 4 August 1915 in Holy Trinity Church, Sloan Street, London. Margaret died on the 18th of Oct 1958. He married thirdly Alice Hone Kempson daughter of Edwin Hone Kempson and his wife, Beatrice Alice Garnett in 1959.

gollark: The clunky syntax for functions?
gollark: <@!330678593904443393> Serde is the de-facto Rust serialization library.
gollark: No, skynet as in my websocket messaging server for CC.
gollark: ```rustuse std::collections::HashMap;use serde_cbor::Value;use chrono;use std::collections::HashSet;use actix::prelude::*;#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}pub fn complete(raw: RawMsg) -> Msg { Msg { channel: raw.channel, meta: raw.meta, timestamp: chrono::Utc::now(), message: raw.message }}#[derive(Serialize, Deserialize, Debug)]#[serde(rename_all = "snake_case")]pub enum MessageFromClient { Open(Channel), Close(Channel), Message(RawMsg), Query}#[derive(Serialize)]#[serde(rename_all = "snake_case")]pub enum MessageToClient<'a> { Message(Msg), QueryResult { channels: &'a HashSet<Channel> }}```Skynet!
gollark: No, actually, HQ9+ is better.

References

  1. The Times, Monday, Aug 02, 1943; pg. 6; Issue 49613; col C E "New Bishop Suffragan Of Middleton"
  2. "Mowll, Edward Worsfold (MWL900EW)". A Cambridge Alumni Database. University of Cambridge.
  3. Who was Who 1897–1990. London, A & C Black, 1991 ISBN 0-7136-3457-X
  4. The Times, Monday, Jun 15, 1964; pg. 14; Issue 56038; col A "Rt. Rev. E. W. Mowll – Former Bishop Of Middleton"
Church of England titles
Preceded by
Cecil Wilson
Provost of Bradford
1933–1943
Succeeded by
John Tiarks
Preceded by
Arthur Alston
Bishop of Middleton
1943 1952
Succeeded by
Frank Woods



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.