Court sentences woman to death for killing father


Defendant wanted to work as teacher at private school but her father opposed idea — court documents


AMMAN — The Criminal Court on Monday sentenced a 23-year-old woman to death after convicting her of murdering her father in Karak in the summer of 2015.

The woman stood motionless upon hearing the verdict read out by presiding judge Majed Rafaiah, a senior judicial source said.

“The defendant had no reaction, as if she was expecting the capital punishment,” the judicial source told The Jordan Times.

The court declared the woman, an English major student, guilty of shooting her 60-year-old father with his own gun while he was sleeping and handed her the maximum punishment.

Court documents said the defendant wanted to work as a teacher at a private school in Karak, but her father opposed the idea and “also restricted her movements and opposed the way she dressed”, according to the charge sheet prepared by Criminal Court Prosecutor Mohammad Bdairat.

“The defendant plotted to kill her father to get rid of his control over her life and she knew that he had a gun in the house,” the court ruling said.

On the day of the murder, the court verdict maintained, “the defendant grabbed her father’s gun from a cupboard where he was hiding it and shot him next to his ear while he was sleeping”.

“The defendant then left the room and kept checking on him until she made sure he was dead,” according to the court verdict.

Family members found him dead in his room, with blood coming out of his ear and “thought he died due to health reasons”, the court papers said.

But an autopsy conducted on the victim indicated that he died from a bullet wound and the woman was subsequently arrested, the court added.

Criminal Court Prosecutor Ali Raqqad had asked the court to inflict the maximum punishment against the woman.

Monday’s verdict will automatically be reviewed by the Cassation Court within the next 30 days.

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