Sweden charges extremist over Jordanian pilot burnt to death in Syria

Sweden charges extremist over Jordanian pilot burnt to death in Syria
Henrik Olin (left), Deputy Chief Prosecutor at the National Unit for Security Cases, and Reena Devgun, Senior Prosecutor at the National Unit against International and Organised Crime, address a press conference on Sunday in Stockholm, Sweden (AFP photo)

STOCKHOLM — Prosecutors on Tuesday charged a Swedish jihadist over the 2014 killing of a Jordanian pilot, who was burned to death in a cage in Syria after being captured by the Daesh group.

Osama Krayem, 32, was charged with "participating in the brutal execution of a pilot" near the city of Raqqa, Prosecutor Reena Devgun told a press conference.

Krayem, who is already serving a 30-year sentence for involvement in the November 2015 terror attacks in Paris, was charged with "serious war crimes and terrorist crimes".

According to prosecutors, who had announced they intended to charge Krayem last week, an aircraft belonging to the Royal Jordanian Air Force crashed in Syria on December 24, 2014.

The pilot was captured by Daesh fighters the same day near the central city of Raqqa, and killed sometime before February 3, 2015.

The execution was filmed and a 22-minute video accompanied by a specially composed religious chant was published.

In the video, the victim is seen walking past several masked Daesh fighters, including Krayem, according to prosecutors.

The pilot is then locked in a cage that is set on fire, leading to his death, Henrik Olin, the other prosecutor in charge of the case, told reporters.

"This bestial murder, in which a prisoner was burned alive in a cage, was staged in a carefully produced video that was broadcast around the world. Its publication marked an unprecedented escalation in the Daesh group's violent propaganda," Olin said.

Prosecutors have been unable to determine the exact day of the murder, but the investigation has identified the location where it took place.

'Obligation' to prosecute

The defendant's lawyer, Petra Eklund, told AFP that her client admitted to being present at the scene but disputed the prosecution's version.

"He denies the acts for which he is prosecuted," she said.

"He acknowledges having been present at that place during the event but claims not to have acted in the manner described by the prosecutors in the account of the facts."

Krayem, who is from Malmo in southern Sweden, joined the Daesh group in Syria in 2014 before returning to Europe.

In June 2022, he was sentenced to 30 years in prison in France for helping plan the November 2015 Paris attacks in which 130 people were killed.

The following year, he was given a life sentence in Belgium for participating in the bombings on March 22, 2016, at Brussels' main airport and on the metro system, which killed 32 people.

"Even though this is a person that's already sentenced and is serving very long prison sentences in other countries, we will still charge him and we have an international obligation to do so," Devgun told AFP.

Krayem has been "temporarily handed over to Sweden to participate in the trial", which is scheduled to begin June 4, according to the Swedish Prosecution Authority.

"It is painful for my parents to be confronted with this event again, but we are grateful that the Swedish authorities want to give us justice," Jawdat Al Kasasbeh, the pilot's brother, told broadcaster Sveriges Radio.

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