ADVERTISEMENT

BARMM condemns ambush of South Upi vice mayor

Published Aug 3, 2024 06:50 am

DAVAO CITY – The Bangsamoro Autonomous Region in Muslim Mindanao condemned the killing of Vice Mayor Roldan Benito of South Upi, Maguindanao del Sur in his hometown on Friday afternoon, August 2.

The BARMM called on authorities to conduct a thorough investigation of the incident and hunt the perpetrators.   

BARMM interim Chief Minister Ahod Ebrahim said the assassination of Benito was a cowardly act.

“Vice Mayor Benito was not only a local official but a leader of the Teduray people. We are one with our brothers and sisters from the Indigenous Peoples’ in mourning the loss of a genuine advocate of human rights and inclusive governance,” Ebrahim said.

Benito, who was with his wife and children, was on his way home in Barangay Pandan when he was ambushed by still unidentified gunmen.

The vice mayor and his security escort were killed while his wife Analyn and 11-year-old son Joseph Mutia were injured. His 13-year-old daughter Kian Percy was unhurt.

Ebrahim added that the killing was a direct attack on the progress that the Bangsamoro government has made towards peace, unity, and development.

“We cannot allow the perpetrators of this heinous crime to go unpunished. I call upon the authorities to conduct a swift, thorough, and impartial investigation to bring the culprits to justice.”

BENITO.jpg

BENITO

South Upi Mayor Reynalberto Insular also condemned the killing of his fellow local government official.

“I am shocked and outraged,” Insular said.

Insular stressed that the senseless act of violence against a committed public servant and his family has no place in the community.

The mayor described Benito as a dedicated public servant and an advocate for progress and community welfare.

Insular vowed to mobilize all resources of the local government to hunt down the perpetrators. “We are determined to make sure that all those responsible will be brought to justice and face the full weight of the law.”

He urged his constituents to be vigilant and stand in solidarity and cooperate fully with law enforcement agencies as they pursue justice for Benito.

“Together, we will rise above this tragedy, honoring Vice Mayor Benito's memory by building a community that is safe, strong, and united,” Insular said.

BARMM Member of Parliament Froilyn Mendoza also condemned the ambush. 

“I express this with profound regret and an unwavering resolve to see justice served,” said Mendoza, who also represents the Non-Moro Indigenous Peoples (NMIP) in the Bangsamoro parliament.  

She described Benito as a big loss in the Teduray community, saying that he was a cherished leader of the Teduray people.

Mendoza added that the slain official was also a tireless advocate for peace and inclusive governance.

“He was a steadfast defender of the rights of Indigenous Peoples and a protector of their ancestral domain, or fusaka inged. His sudden and tragic death is not only a devastating loss to his family and community but also to the entire municipality and town he served with unwavering dedication and honor,” she said.

The killing of Benito sparked public outcry among the Teduray communities in Maguindanao del Sur.

Since 2018, the Timuay Justice and Governance documented that at least 65 IP leaders and members have been killed in the provinces of Maguindanao del Sur and Maguindanao del Norte. All of these cases remain unsolved.

In 2022, Jocelyn Palao, head of the ancestral domain division of the Ministry of Indigenous Peoples Affairs (MIPA) in the Bangsamoro region, was assassinated. Palao was also a Teduray from South Upi.

Last April, Teduray Councilor Juanito Promboy in Datu Hoffer town, also in Maguindanao del Sur, was killed in an ambush.

According to TJG, most of the killings are believed to be related to land disputes and Teduray’s struggle in defending their ancestral domains from intruders.

The Bangsamoro Human Rights Commission called on the authorities to conduct a deeper investigation on the ambush of Benito. “Such acts of violence have no place in our society and must be met with the full force of the law,” BHRC said in a statement.

Related Tags

South Upi AMBUSH Maguindanao del Sur Deaths Vice Mayor Roldan Benito
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.