Egypt says stolen pharaonic tablet repatriated from UK

This handout photo released by the Egyptian ministry of antiquities on Wednesday, shows an ancient Egyptian relief which was previously on display in the Temple of Karnak in Luxor with a carved cartouche fragment of King Amonhotep I of the 18th dynasty (16th-13th century BC), recovered from the United Kingdom in September 2018 after it was stolen, smuggled out of Egypt, and put up on display at an auction house in London (AFP photo)

CAIRO — An ancient Egyptian pharaonic stone tablet that was stolen from Karnak temple was repatriated this week from Britain where it had been touted for sale, Egypt’s antiquities ministry said.

‘‘The piece was last seen in the open museum in Luxor temple in the early 1990s,’’ Shaaban Abdel Gawad, who is in charge of archaeological collections at the ministry, told AFP on Wednesday.

‘‘The necessary legal measures were taken to recover the object,’’ he added.

The artefact was stolen from the Karnak temple’s open museum and was spotted on online auction sites, the ministry said.

The sale was cancelled, the statement said.

The artefact is part of a cartouche — an ornamental tablet — of Pharoah Amenhotep I, of the 17th dynasty, who ruled in the 16th century BC.

The antiquities ministry said that the piece had been retrieved by Egypt’s London embassy in September 2018 in coordination with British authorities.

Egypt regularly retrieves stolen archaeological treasures from abroad.

Cairo is still campaigning for the repatriation of key items, including some on display in European museums, such as the celebrated bust of Queen Nefertiti in Berlin.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });