Saturnino Calderón Collantes

Saturnino Calderón de la Barca y Collantes (1799 - 1864) was a Spanish noble and politician who served as Minister of State from 1858 to 1863, during the reign of Queen Isabella II of Spain and in a cabinet headed by Leopoldo O'Donnell, 1st Duke of Tetuan.

Saturnino Calderón de la Barca

Biography

He was born at Reinosa, the eldest son of Manuel Santiago Calderón de la Barca y Rodríguez-Fontecha, Senator for Cantabria, and his wife Saturnina Collantes y Fonegra. His younger brother Fernando Calderón de la Barca, 1st Marquis of Reinosa was also a prominent politician who held important offices.

Among other honours, Calderón was appointed Knight Grand Cross of the Orders of Charles III, Isabella the Catholic, Pius IX, the Légion d'honneur, the Immaculate Conception of Vila Viçosa, the Ludwigsorden, the Dannebrog, the Polar Star, the Royal Guelphic Order and Saint Januarius, and Knight Grand Cordon of the Order of Leopold of Belgium.

He died at Madrid in 1864.

Sources


Political offices
Preceded by
The Count of Lucena
Minister of State
2 July 1858  17 January 1863
Succeeded by
The Duke of la Torre


gollark: Also, USB3 and USBC, gigabit etherweb, 4K video, DDR4 RAM and a PCIe slot.
gollark: SBCs are getting ridiculous.
gollark: Unrelatedly, https://www.pine64.org/?page_id=61454
gollark: Yes.
gollark: More great "WHY WOULD YOU DO THIS":```go// A Context carries a deadline, cancelation signal, and request-scoped values// across API boundaries. Its methods are safe for simultaneous use by multiple// goroutines.type Context interface { // Done returns a channel that is closed when this Context is canceled // or times out. Done() <-chan struct{} // Err indicates why this context was canceled, after the Done channel // is closed. Err() error // Deadline returns the time when this Context will be canceled, if any. Deadline() (deadline time.Time, ok bool) // Value returns the value associated with key or nil if none. Value(key interface{}) interface{}}```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.