Cassation Court upholds 10-year jail sentence for brothers who killed their uncle

AMMAN — The Cassation Court has upheld a March Criminal Court ruling sentencing two brothers to 10 years in prison for murder in 2013.

The defendants were convicted of murdering their uncle by “striking his head with an iron bar and leaving him to bleed to death on September 3, 2013".

The court said the victim was suffering from mental illness and “was the source of disturbance and shame for his family”.

On September 2, the court maintained, the victim decided to change a sink in the room where he lived alone in the same building with the defendants and an argument ensued between them about it.

“The three were engaged in a scuffle and the victim ran to a nearby shop half naked, which angered the defendants who thought he was going to complain against them,” the Criminal Court ruled.

The defendants, the Criminal Court maintained “decided to kill the victim to get rid of him and bury him without the authorities’ knowledge”.

The defendants brought the victim back to his room, tied him up “then beat him repeatedly on his head with an iron bar and left him there where he bled to death”, according to the eight-page verdict.

The court said in its ruling that it relied on DNA samples found on the iron bar, which belonged to one of the suspects, and the victim.

The defendants had contested the verdict stating that the Criminal Court “did not rely on all evidence and that it disqualified the main witness in the case".

But the Cassation Court, in a recent verdict, found that the Criminal Court’s ruling falls within the law and that the proceedings were proper and the sentence the defendants received is satisfactory.

The Cassation Court tribunal comprised judges Mahmoud Ababneh, Basel Abu Anzeh, Yassin Abdullat, Mohammad Tarawneh and Hussein Sakran.

.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'); }); }); });