Juan Sancho de Tovar, 1st Marquis of Berlanga

Juan Sancho de Tovar, 1st Marquis of Berlanga (in full, Spanish: Don Juan Sancho de Tovar y Velasco, primer marqués de Berlanga, señor de la Casa y Estado de Tovar) (c.1490 c.1540) was a Spanish nobleman.

Juan Sancho de Tovar, 1st Marquis of Berlanga
Bornc.1490
Diedc.1540
Noble familyHouse of Frias
Spouse(s)María Girón, Lady of Gandul and Marchenilla
Juana Enríquez
FatherÍñigo Fernández de Velasco, 2nd Duke of Frías
MotherMaría de Tovar, Lady of Berlanga

Tovar was the second son of Íñigo Fernández de Velasco, 2nd Duke of Frías and of María de Tovar, Lady of Berlanga. His original name was Juan Sancho Fernández de Velasco y Tovar, but he changed it and adopted his mother's last name in order to succeed to her titles, as Lord of Berlanga. On 10 April 1529, he was raised to Marquis of Berlanga by Charles V, Holy Roman Emperor. He married María Girón, Lady of Gandul and Marchenilla, with whom he had 8 children.

  • Íñigo Fernández de Velasco, 4th Duke of Frías
  • Francisco de Velasco y Tovar
  • Pedro de Velasco y Tovar
  • Juan de Velasco y Tovar
  • Inés de Velasco y Tovar, who married Jerónimo de Acevedo, 4th Count of Monterrey
  • Isabel de Velasco y Tovar, who married Antonio Gómez de Mendoza, 5th Count of Castrogeriz
  • Juliana de Velasco y Tovar, nun
  • Bernardina de Velasco y Tovar, nun

After the death of his first wife, he married Juana Enríquez, sister of Perafán de Ribera, 1st Duke of Alcalá. They had no issue. Tovar died in 1540.

Sources

  • Castro Pereira Mouzinho de Albuquerque e Cunha, Fernando de (1995). Instrumentário Genealógico — Linhagens Milenárias (in Portuguese). pp. 329–30.
  • Costa Felgueiras Gaio, Manuel José da. Nobiliário das Famílias de Portugal (in Portuguese). VII. Portugal: Beltroens.
  • Hobbs, Nicolas (2007). "Grandes de España" (in Spanish). Retrieved 15 October 2008.
  • Sousa, Dom António Caetano de (1946). História Genealógica da Casa Real Portuguesa (in Portuguese). VI (2ª Edição ed.). Coimbra, Portugal: Atlântida-Livraria Editora, Lda. p. 323.
  • Instituto de Salazar y Castro. Elenco de Grandezas y Titulos Nobiliarios Españoles (in Spanish). periodic publication.

Bibliography

Juan Sancho de Tovar, 1st Marquis of Berlanga
House of Frias
Born: c.1490 Died: c.1540
Spanish nobility
New title Marquis of Berlanga
1529–1540
Succeeded by
Íñigo
Fernández de Velasco


gollark: ```pythonimport syscode = input()l = len(code)acc = 0pos = 0incr = 1num_lookup = { "zero": 0, "one": 1, "two": 2, "three": 3, "four": 4, "five": 5, "six": 6, "seven": 7, "eight": 8, "nine": 9 }while pos < l: char = code[pos] if char == "i": h, g = list(range(pos + 1, l)), list(range(pos - 1, 0, -1)) for i in h + g if incr == 1 else g + h: if code[i] == "i": pos = (i + 1) % l break continue elif char == "p": pos += incr elif char == "a": acc += 1 elif char == "e": acc -= 1 elif char == "v": incr *= -1 elif char == "~": acc = 0 for x, n in enumerate(reversed(input().split(" "))): acc += 10**x * num_lookup[n] elif char == "`": sys.stdout.write(chr(acc)) elif char == "[": if acc != 0: acc = int(str(acc) + bin(acc)[2:]) else: print("wrong.") pos += incr```<@&731766254238433300> observe my highly amazing and golfed code.
gollark: Yes, JUSTICE FOR SOHNDAISFSPOUTIN!!!
gollark: Well, if I *am* allowed to post increasingly bad* versions, I might as well just submit my sort of vaguely working ish version?
gollark: <@332271551481118732> YOU COORDINATE EVENTS RIGHT
gollark: GIB TEST CASE AND ALSO ANSWERS
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.