Juan Blázquez de Cáceres

Juan Blázquez de Cáceres, the Conqueror of Cáceres, was a Spanish soldier and nobleman.

Life

Juan Blázquez de Cáceres was born in Ávila and was at the Conquest of Cáceres, on 23 April 1229, from which he took his surname.

He was married to Teresa Alfón and had at least one son, Blazco Múñoz de Cáceres, who died at 90 years and lived in Cáceres in 1270, married to Pascuala Pérez, daughter of Pascual Pérez and wife Menga Marín, parents of Blazco Múñoz de Cáceres, Founder and 1st Lord of the Majorat of the same name, and García Blázquez de Cáceres, who by one Marina Pérez had Fernán Blázquez de Cáceres, 2nd Lord of the Majorat de Blazco Múñoz. They were the ancestors of the Marqueses de Alcántara (de Villavicencio del Cuervo, 13 May 1667).[1]

Notes

  1. In 1751, the Expedient nr. 1,496 of Pruebas de Caballeros aspirantes a la Real Compañia de Guardias Mariñas y Colégio Naval testifies the legitimate male line of the then Marqués de Espinardo, from the Conqueror Juan Blázquez de Cáceres in 1229.

Sources

  • Cunha, Fernando de Castro Pereira Mouzinho de Albuquerque e (1906–1998), Instrumentário Genealógico - Linhagens Milenárias. MCMXCV, p. 312-3
  • Instituto de Salazar y Castro, Elenco de Grandezas y Titulos Nobiliarios Españoles. Various (periodic publication)
gollark: My code is `O(lots)`.
gollark: Even gets around the evil Global Interpreter Lock for maximum performance.
gollark: Enterprise-level, fully deterministic execution of random code. Totally secure!
gollark: ```pythonimport itertoolsimport multiprocessing as mchars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sif __name__ == "__main__": def start(func): proc = m.Process(target=func) proc.start() io_queue = m.Queue(maxsize=128) def printer(): while True: print(io_queue.get()) code_queue = m.Queue(maxsize=128) def generator(): for x in generate(): code_queue.put(x) def executor(): while True: code = code_queue.get() result = None try: result = repr(exec(code)) except Exception as e: result = repr(e) if result != None: io_queue.put(code + ": " + result) start(generator) for _ in range(4): start(executor) printer()```
gollark: Which do you think is slower: the execution or generation of strings?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.