Nergizev Hanım

Nergizev Hanım (Ottoman Turkish: نرکزو خانم; c. 1830 – 26 October 1848) was the twelfth wife of Sultan Abdulmejid I of the Ottoman Empire.

Nergizev Hanım
Bornc. 1830
Anapa, Russia
Died26 October 1848(1848-10-26) (aged 17–18)
Constantinople, Ottoman Empire (present day Istanbul, Turkey)
Burial
New Mosque, Istanbul
SpouseAbdulmejid I
IssueŞehzade Mehmed Fuad
Full name
Turkish: Nergizev Hanım
Ottoman Turkish: نرکزو خانم
HouseOttoman (by marriage)
FatherAlbora Bey
MotherDaduse Hanım
ReligionSunni Islam

Life

Nergizev Hanım was born in 1830 in Anapa. Her father was Albora Bey and her mother was Daduse Hanım. She had two brothers, Ibrahim Bey and Hüseyin Bey, and two sisters, Mihrinur Hanım and Münevver Hanım.[1]

Nergizev married Abdulmejid in 1847.[1] She was given the title of "Fourth Fortunate". [2] On 7 July 1848, a year after the marriage, she gave birth to her only child, a son, Şehzade Mehmed Fuad in the Old Çırağan Palace. The prince died at the age of two months on 28 September 1848.[3]

Death

Nergizev died a month after the death of her son, on 26 October 1848 [4]. She was buried in New Mosque, Istanbul in the mausoleum of Turhan Hatice Sultan .[5]

Issue

Nergizev and Abdulmejid had one son:

  • Şehzade Mehmed Fuad (Old Çırağan Palace, 7 July 1848 – 28 September 1848);
gollark: Now with optimization settings!
gollark: ```python#!/usr/bin/env python3import argparseimport subprocessparser = argparse.ArgumentParser(description='Compile a WHY program')parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_C(args): template = """#define QUITELONG long long intconst QUITELONG max = @max@;int main() { QUITELONG i = 0; while (i < max) { i++; } @code@} """ for k, v in args.items(): template = template.replace(f"@{k}@", str(v)) return templateinput = args.inputoutput = args.outputtemp = "ignore-this-please"with open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_C({ "code": contents, "max": looplen }) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
gollark: ^
gollark: 937 bytes.
gollark: The WHY compiler is *very* small.

See also

References

  1. Açba 2007, p. 63.
  2. Açba 2007, p. 64.
  3. Uluçay 2011, p. 214.
  4. Uluçay 1992, p. 215.
  5. Uluçay 2011, p. 215.

Sources

  • Uluçay, M. Çağatay (2011). Padişahların kadınları ve kızları. Ötüken. ISBN 978-9-754-37840-5.
  • Açba, Harun (2007). Kadın efendiler: 1839-1924. Profil. ISBN 978-9-759-96109-1.
  • Sakaoğlu, Necdet (2008). Bu Mülkün Kadın Sultanları: Vâlide Sultanlar, Hâtunlar, Hasekiler, Kandınefendiler, Sultanefendiler. Oğlak Yayıncılık. ISBN 978-6-051-71079-2.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.