Thursday, June 26, 2025
32.3 C
Singapore

Singaporean dies after being trapped in a cable drum atop a crane at Keppel Terminal

A 33-year-old Singaporean worker died at PSA’s Keppel terminal on yesterday morning after being trapped in a cable drum on top of a crane.

The man was discovered in the round, cylindrical container used to transport wound-up wires and cables by officers from the Singapore Civil Defence Force (SCDF) who were alerted to the rescue incident around 10.20am. He was pronounced dead by paramedics at the scene.

It is unclear how the man ended up in the drum and more information is yet to be released as police investigations are ongoing.

A PSA spokesman told reporters: “PSA is rendering assistance to the family of the deceased and cooperating with the authorities in their investigations.”

See also  $40M SkillsFuture fraud: Eight more charged; $20M still unaccounted for

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });