<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8">
		<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
		<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0">
		<meta name="format-detection" content="telephone=no">
		<title>Icomos Türkiye</title>
		<link href="favicon.ico" rel="icon">
		<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
		<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i&amp;subset=latin-ext" rel="stylesheet">
		<link href="assets/style.css?ver=1" rel="stylesheet">
		<!--[if lt IE 9]>
		  <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
		  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
		<![endif]-->
		<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
		<script src="assets/bootstrap/js/bootstrap.min.js"></script>
		<script>
			$(document).ready(function() {
				
				$(document).on("click",".languageBar a",function() {
					var path = window.location.href;
					var targetLanguage = $(this).text().toLowerCase();

					if(typeof path === "string" && path.indexOf("?Sayfa") > -1 && path.indexOf("&dil") > -1){
						window.location = path.split("&dil=")[0] + '&dil=' + targetLanguage;
					}
					else{
						window.location = path + '?Sayfa=AnaSayfa&dil=' + targetLanguage;
					}
				});
				
				$(document).on("click",".icomosSearch div",function() {
					if($("#icomosSearch").val() != ""){
						window.location="?Sayfa=IcerikAra&s_ara="+ $("#icomosSearch").val() +"&dil=en";
					}
				});
 
				$('.icomosSearch input').keyup(function(e){
					if(e.keyCode == 13 && $("#icomosSearch").val() != "")
					{
						window.location="?Sayfa=IcerikAra&s_ara="+ $("#icomosSearch").val() +"&dil=en";
					}
				});
 
				$(document).on("click","a.dropdownMobilMenu",function() {
					$(this).next().fadeToggle();
				});
				
				if ($(".subMobileMenuList a.active").length == 1){
					$(".subMobileMenuList a.active").parent().show();
				}		
			});
			function openNav() {
				$("#icomosSidenavId").fadeIn();
			}

			function closeNav() {
				$("#icomosSidenavId").fadeOut();
			}
		</script>
	</head>
	<body>
	<div id="icomosSidenavId" class="icomosSidenav">
		<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
		<a href="javascript:void(0);" class="dropdownMobilMenu" data-icomos-active="">ABOUT</a>
			<div class="subMobileMenuList">
				<a href="?Sayfa=Icomos&dil=en">ICOMOS</a>
				<a href="?Sayfa=Yonetim&dil=en">Governance</a>
				<a href="?Sayfa=Uyeveuzmanveritabani&dil=en">Experts and Members Database</a>
				<a href="?Sayfa=18nisan&dil=en">18 APRIL International Day for Monuments and Sites</a>
				<a href="?Sayfa=Linkler&dil=en">Links</a>
				<a href="?Sayfa=Iletisim&dil=en">Contact</a>
			</div>
		<a href="javascript:void(0);" class="dropdownMobilMenu" data-icomos-active="">COMMITTEES</a>
			<div class="subMobileMenuList">
				<a href="?Sayfa=Uluslararasibilimselkomiteler&dil=en">International Scientific Committees</a>
				<a href="?Sayfa=Uluslararasikomitelerturkiyeuyelikleri&dil=en">International Committee of Turkey Memberships</a>
				<a href="?Sayfa=UlusalBilimselKomiteler&dil=en">National Scientific Committees</a>
			</div>
		<a href="javascript:void(0);" class="dropdownMobilMenu" data-icomos-active="">ACTIVITIES</a>
			<div class="subMobileMenuList">
				<a href="?Sayfa=Ulusaletkinlikler&dil=en">National Activities</a>
				<a href="?Sayfa=Uluslararasietkinlikler&dil=en">International Activities</a>
				<a href="?Sayfa=18nisanetkinlikler&dil=en">18 April Activities</a>
			</div>
		<a href="?Sayfa=Duyurular&dil=en" data-icomos-active="active">NEWS</a>
		<a href="javascript:void(0);" class="dropdownMobilMenu" data-icomos-active="">CHARTERS</a>
			<div class="subMobileMenuList">
				<a href="?Sayfa=Icomostuzukleri&dil=en">Charters Adopted by ICOMOS</a>
				<a href="?Sayfa=Digeruluslararasibildirgeler&dil=en">Other International Doctrinal Texts</a>
			</div>
		<a href="javascript:void(0);" class="dropdownMobilMenu" data-icomos-active="">DECLARATIONS AND REPORTS</a>
			<div class="subMobileMenuList">
				<a href="?Sayfa=Ulusalbildirgeler&dil=en">Declarations</a>
				<a href="?Sayfa=Ulusaltoplantinotlari&dil=en">Reports</a>
			</div>
		<a href="?Sayfa=Yayinlar&dil=en" data-icomos-active="">PUBLICATIONS</a>
		<a href="javascript:void(0);" class="dropdownMobilMenu" data-icomos-active="">WORLD HERITAGE SITES</a>
			<div class="subMobileMenuList">
				<a href="?Sayfa=Dunyamirasilistesindeturkiye&dil=en">Turkey in the World Heritage List</a>
				<a href="?Sayfa=Turkiyedunyamirasigecicilistesi&dil=en">World Heritage Tentative List</a>
			</div>
	</div>
		<div class="container-fluid languageBar">
			<div class="container">
				<div class="col-xs-12 nopadding">
					<div class="icomosMobileMenu">
						<button aria-controls="bs-navbar" aria-expanded="true" class="navbar-toggle" data-toggle="collapse" type="button" style="margin: 0;padding: 0;cursor:pointer;border-radius:0;" onclick="openNav()">
							<span class="sr-only">&nbsp;</span>
							<span class="icon-bar"></span>
							<span class="icon-bar"></span>
							<span class="icon-bar"></span>
						</button>
					</div>
					<div class="turkishLanguage"><a href="javascript:void(0);">TR</a></div>
					<div class="englishLanguage selectedLanguage"><a href="javascript:void(0);">EN</a></div>
				</div>
			</div>
		</div>
		<div class="container">
			<div class="col-xs-12 col-sm-4 nopadding icomos">
				<a href="?Sayfa=AnaSayfa&dil=en"><img src="assets/images/icomos.png" border="0" /></a>
			</div>
			<div class="col-xs-12 col-sm-5 nopadding icomosDescription">
				<strong>Uluslararası Anıtlar ve Sitler Konseyi Türkiye Milli Komitesi</strong><br />International Council on Monuments and Sites
			</div>
			<div class="col-xs-12 col-sm-3 nopadding icomosturkiyelogo">
				<img src="assets/images/icomosturkiyelogo.png" border="0" />
			</div>
			<div class="col-xs-12 nopadding hidden-xs hidden-sm" style="border-top:1px solid #ccc;">				
				<ul class="nav navbar-nav icomosNavigation">
					<li style="padding-left:5px !important;">
						<a href="javascript:void(0);" id="dropdownMenuHakkinda" aria-haspopup="false" aria-expanded="false">ABOUT</a>
						<ul class="dropdown-menu" aria-labelledby="dropdownMenuHakkinda">
							<li><a href="?Sayfa=Icomos&dil=en">ICOMOS</a></li>
							<li><a href="?Sayfa=Yonetim&dil=en">Governance</a></li>
							<li><a href="?Sayfa=Uyeveuzmanveritabani&dil=en">Experts and Members Database</a></li>
							<li><a href="?Sayfa=18nisan&dil=en">18 APRIL International Day for Monuments and Sites</a></li>
							<li><a href="?Sayfa=Linkler&dil=en">Links</a></li>
							<li><a href="?Sayfa=Iletisim&dil=en">Contact</a></li>
						</ul>
					</li>					
					<li>
						<a href="javascript:void(0);" id="dropdownMenuKomiteler" aria-haspopup="true" aria-expanded="true">COMMITTEES</a>
						<ul class="dropdown-menu" aria-labelledby="dropdownMenuKomiteler">
							<li><a href="?Sayfa=Uluslararasibilimselkomiteler&dil=en">International Scientific Committees</a></li>
							<li><a href="?Sayfa=Uluslararasikomitelerturkiyeuyelikleri&dil=en">International Committee of Turkey Memberships</a></li>
							<li><a href="?Sayfa=UlusalBilimselKomiteler&dil=en">National Scientific Committees</a></li>
						</ul>
					</li>
					<li>
						<a href="javascript:void(0);" id="dropdownMenuEtkinlikler" aria-haspopup="true" aria-expanded="true">ACTIVITIES</a>
						<ul class="dropdown-menu" aria-labelledby="dropdownMenuEtkinlikler">
							<li><a href="?Sayfa=Ulusaletkinlikler&dil=en">National Activities</a></li>
							<li><a href="?Sayfa=Uluslararasietkinlikler&dil=en">International Activities</a></li>
							<li><a href="?Sayfa=18nisanetkinlikler&dil=en">18 April Activities</a></li>
						</ul>
					</li>
					<li class="active"><a href="?Sayfa=Duyurular&dil=en">NEWS</a></li>
					<li>
						<a href="javascript:void(0);" id="dropdownMenuTuzukler" aria-haspopup="true" aria-expanded="true">CHARTERS</a>
						<ul class="dropdown-menu" aria-labelledby="dropdownMenuTuzukler">
							<li><a href="?Sayfa=Icomostuzukleri&dil=en">Charters Adopted by ICOMOS</a></li>
							<li><a href="?Sayfa=Digeruluslararasibildirgeler&dil=en">Other International Doctrinal Texts</a></li>
						</ul>
					</li>
					<li>
						<a href="javascript:void(0);" id="dropdownMenuBildirgeveRaporlar" aria-haspopup="true" aria-expanded="true">DECLARATIONS & REPORTS</a>
						<ul class="dropdown-menu" aria-labelledby="dropdownMenuBildirgeveRaporlar">
							<li><a href="?Sayfa=Ulusalbildirgeler&dil=en">Declarations</a></li>
							<li><a href="?Sayfa=Ulusaltoplantinotlari&dil=en">Reports</a></li>
						</ul>
					</li>
					<li><a href="?Sayfa=Yayinlar&dil=en">PUBLICATIONS</a></li>
					<li style="padding-right:0 !important;">
						<a href="javascript:void(0);" id="dropdownMenuDunyaMirasAlanlari" aria-haspopup="true" aria-expanded="true">WORLD HERITAGE SITES</a>
						<ul class="dropdown-menu" aria-labelledby="dropdownMenuDunyaMirasAlanlari">
							<li><a href="?Sayfa=Dunyamirasilistesindeturkiye&dil=en">Turkey in the World Heritage List</a></li>
							<li><a href="?Sayfa=Turkiyedunyamirasigecicilistesi&dil=en">World Heritage Tentative List</a></li>
						</ul>
					</li>
				</ul>		
			</div>
					</div>
				<div class="container">
			<div class="col-xs-12 nopadding icomosMap">
				<a href="?Sayfa=AnaSayfa&dil=en">Homepage</a> <span>></span> <a href="?Sayfa=Duyurular&dil=en">News</a> <span>></span> <a href="?Sayfa=Duyuru&sira=73&dil=en">THE HAGIA SOPHIA should continue to be presented with all its layers&#44; as a symbol of interfaith brotherhood and world peace&#46;</a>
			</div>
			<div class="col-xs-12 nopadding" style="border-top:1px solid #ccc;">
				<div class="icomosHeader">NEWS</div>
			</div>
			<div class="col-xs-12 nopadding" style="padding: 20px 38px 8px 38px;background: #f6f6f6;">
				<div class="innerAllLink" style="float: left;display: inline;width: 100%;font-size: 14px;line-height: 20px;color: #156822;text-align: right;"><a href="?Sayfa=Duyurular&dil=en" style="color: #156822;text-decoration:none;">Go to All News</a></div>
				<div style="float: left;display: inline;width: 100%;font-size: 18px;line-height: 26px;font-weight:  bold;color: #444;text-align: left;border-bottom: 1px solid #999;padding-bottom: 10px;">
					THE HAGIA SOPHIA should continue to be presented with all its layers&#44; as a symbol of interfaith brotherhood and world peace&#46;				</div>
				<div class="icomosInnerDate" style="margin-top:20px;">News Date: 10.07.2020  </div>
			</div>
			<div class="col-xs-12 nopadding icomosContainer" style="background:#f6f6f6;">

				<div class="icomosContent icomosInnerContainer" style="width:100%;text-align:justify;">
								<div class="icomosResponsive">
					CALL FOR HAGIA SOPHIA<br />
<span style="font-size:10px;">ICOMOS Turkey National Committee</span><br />
&nbsp;<br />
The Hagia Sophia, dating from the 6th century, has been admired around the Mediterranean for centuries as an architectural masterpiece. It has drawn the admiration of visitors with the marbles adorning its floors and walls, its wide dome, and its glittering gold and silver mosaics. Converted into a mosque by Sultan Mehmet the Conqueror in&nbsp;themid-15th century, the monument has been highly respected by the Ottomans. Sultan Mehmet II established a foundation to protect this important cultural heritage site, ensuring its survival by endowing various properties for its upkeep.<br />
&nbsp;<br />
After the War of Independence, the cultural heritage of Anatolia was transmitted to the care of the Turkish Republic, and experts were invited to work on monuments and to preserve them&nbsp;with their identities intact. Some of the endowed properties (foundations, or waqfs) were&nbsp;adaptively&nbsp;reused as museums, libraries, institutes and such, thereby providing for their&nbsp;maintenance and repair.&nbsp;Among examples that can be cited are the Seljukid madrassahs in Konya and Sivas and the Mahmut Pasha Bedesten (Bazaar) in Ankara.<br />
&nbsp;<br />
The decision taken in 1934 by Atat&uuml;rk and his cabinet&nbsp;&nbsp;members for the Hagia Sophia to become a museum reflects the worldview of the Republic of Turkey and its interpretation of &lsquo;common cultural heritage&rsquo;. Secular Turkey opted for the museum function, to allow for scientific research that would&nbsp;informthe best way to safeguard a monument of universal value and present it in the best possible way. With the transformation to a museum, the artistic attributes of the monument that had previously been covered over were once again made open and visible. This function allowed the figured mosaics and calligraphic plates to stand side by side in peaceful co-habitation. The mihrab, pulpit, sultan&rsquo;s gallery and lecterns, which had been added for use as a mosque during the Ottoman period, were preserved in situ, and the Hagia Sophia was presented&nbsp;for&nbsp;&nbsp;the people from around the&nbsp;world to visit&nbsp;as a monument reflecting our multi-layered history.<br />
&nbsp;<br />
Thanks to this visionary decision by the Turkish State, researchers from many countries studied the architecture,&nbsp;loadbearing&nbsp;&nbsp;system, and decorative works of the monument, as well as developing proposals for its conservation. International expert contribution was provided by UNESCO for the protection of the Hagia Sophia, which was inscribed on the World Heritage List as part of the Historic Areas of Istanbul in 1985. Various international organizations, including ICCROM, the World Monuments Fund, Princeton University and the German Research Fund, conducted advanced technical analyses on the dome and piers, supporting the conservation efforts to mitigate the effects of time on the structure.<br />
&nbsp;<br />
Today, there is a debate about transforming Hagia Sophia into a mosque. The decision for the use as a museum strengthened the perception of the multi-layered character that the Hagia Sophia accrued over time. It is essential that the change in use does not make it more difficult to grasp and perceive the Hagia Sophia as a masterpiece of 6th century art and architecture. For this reason, preserving the museum function of the Hagia Sophia also means preserving the Outstanding Universal Value that encompasses this identity, which justified its inscription as World Heritage.<br />
&nbsp;<br />
Based on the principle of continuity in State decisions, the most rightful approach would be the continuation of the museum function. The use of the Hagia Sophia as a museum was taken as a basis in its acceptance on the World Heritage List. As a State Party that is signatory to the UNESCO World Heritage Convention, the Republic of Turkey is obliged to comply with the Convention&rsquo;s stipulations. The decision taken by Atat&uuml;rk, who founded the Republic of Turkey, and his friends must also be respected. The Hagia Sophia is the most visited museum in Istanbul. Scientific studies and conservation works for the monument are ongoing. The discovery of an angel&rsquo;s face on the northeast pendentive in recent years hints at the surprises that the building may still have for us. The mosaics in the interior, which have been preserved for centuries and are of high artistic value, should not be screened over.<br />
&nbsp;<br />
The purpose of heritage conservation is to reveal the authentic values and attributes of cultural assets, to preserve and maintain them, to respect their historical and other values, and to ensure that every segment of society understands these values and celebrates them as enriching and adding meaning to their lives. Features that are integral parts of the monument should be displayed where they belong. What is respected at the international level, in the arena where nations of the world meet, is the preservation of historical memory and the universal, holistic nature of the culture shared by nations. The Hagia Sophia&rsquo;s presentation,&nbsp;intactwith all its layers, should not be obstructed, so this magnificent monument of world architectural history can keep inspiring us all as a symbol of interfaith brotherhood and world peace.				</div>
				</div>
							</div>
		</div>
		<div class="container-fluid" style="padding:30px 0; background:#f5f5f5;">
			<div class="container">
				<div class="col-xs-12 nopadding">
					<div class="icomosSocialMedia">
						<a href="https://twitter.com/ICOMOSTURKEY" target="_blank"><img src="assets/images/twitter.png" border="0" /></a>
						<a href="https://www.facebook.com/pages/Icomos-Turkey/132398016910423" target="_blank"><img src="assets/images/facebook.png" border="0" /></a>
						<a href="https://www.instagram.com/explore/tags/icomost%C3%BCrkiye/" target="_blank"><img src="assets/images/instagram.png" border="0" style="margin-right:0;" /></a>
					</div>
					<div class="icomosCopyright">
						Copyright © 2018 ICOMOS Turkey. All rights reserved					</div>
					<div class="icomosSearch">
						<input type="text" name="icomosSearch" id="icomosSearch" placeholder="Search" style="float:left;display:inline;width:calc(100% - 65px);padding:0 15px;height:40px;background:#fff;border:1px solid #cfcfcf;outline:none;color:#666;font-size:12px;text-align:left;border-radius:0;box-shadow:0;-webkit-appearance: none;">
						<div style="float:left;display:inline;margin-left:5px;width:60px;height:40px;background:#156822 url(assets/images/search.png) no-repeat center center;cursor:pointer;"></div>
					</div>
				</div>
			</div>
		</div>
		<div class="container-fluid" style="padding:60px 0; background:#156822;">
			<div class="container">
				<div class="col-xs-12 nopadding icomosFooter">
					<img src="assets/images/bottom1.png" border="0" class="bottom1Img" />
					<div class="bottom1Text">
						<strong>Address</strong><br />İstanbul Teknik Üniversitesi Mimarlık Fakültesi<br />Taşkışla, Oda No:105, Harbiye<br />  Şişli 34367 İstanbul  TÜRKiYE
					</div>
					<img src="assets/images/bottom2.png" border="0" class="bottom2Img" />
					<div class="bottom2Text">
						<strong>Email</strong><br />icomosturkiye@gmail.com<br />icomos@icomos.org.tr
					</div>
					<img src="assets/images/bottom3.png" border="0" class="bottom3Img" />
					<div class="bottom3Text">
						<strong>Telephone</strong><br />+ 90 212 383 26 30
					</div>
				</div>
			</div>
		</div>
	</body>
</html>