Friday, June 27, 2025
32.9 C
Singapore

CEO of German MNC gets 2-weeks jail for causing hurt to taxi driver

By: Kheng-Liang Tan

The State Courts sentenced the CEO of a German MNC to a 2-week jail term for causing hurt by slapping a Taxi Driver. In addition, he was fined $1,000 for causing damage to the Taxi.

45 year-old Jochen Thewes was the CEO of DB Schenker Logistics (Asia Pacific) when he got drunk at approximately 3.50am on Sept 24 last year.

Although he wanted to board a cab along Club Street, the taxi driver Malcom Xu whose taxi he approached did not want to accept the job as Thewes appeared drunk. Xu thus locked the door.

However, Thewes walked over to the driver’s side and kicked the locked door. When Xu came out to check the damage, Thewes pushed him and slapped him on his left cheek. He suffered from a bruised and bleeding nose.

In his defence, Thewes said that he was too intoxicated to remember anything and had paid a compensation of $2,950 to the driver and and additional $250 for repair works for his Taxi.

See also  DJ Jade Rasif warns mums after sugar baby ad appeared while she was watching a YouTube video with her niece

However, District Judge Salina Ishak said that this was “an unprovoked assault by an intoxicated offender on a public transport worker in the course of his duty in the wee hours of the morning”

Thewes is appealing against both the conviction and sentence.

Hot this week

US and China strike deal to expedite rare earth shipments amid trade tensions

WASHINGTON/BEIJING: China and the United States have reached an...

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