ADVERTISEMENT

MNLF member in Cotabato is first applicant of PBBM's amnesty program for rebels

Published May 12, 2024 01:11 am
Amnesty.jpg
The daughter (seated, left) of an active member of the Moro National Liberation Front (MNLF) files an application for amnesty for rebels on behalf of her father at the Local Amnesty Board in Cotabato City on May 7, 2024. (Photo courtesy of National Amnesty Commission)

An active member of the Moro National Liberation Front (MNLF) has applied for an amnesty in Cotabato City under President Marcos Jr.'s Amnesty Program for members of rebel groups, making him the first to do so in the country and raising hopes that others will follow suit to cultivate an environment where peace will thrive in the once conflict-plagued Bangsamoro Autonomous Region in Muslim Mindanao (BARMM).

The applicant, who was represented by his daughter, filed his amnesty application form last May 7, a week after the opening of the Local Amnesty Board (LAB) in Cotabato City.

He has a case on illegal possession of firearms and ammunition which is currently pending in court, according to the Office of the Presidential Adviser on Peace, Reconciliation and Unity (OPAPRU).

"When we learned about the amnesty program from the news, our first reaction was relief because our father, as a member of the MNLF, is entitled to avail the program of the government," said the rebel's daughter. Both their identities were withheld by the OPAPRU for security reasons.

She said her father is already on bail but could not personally appear before the LAB-Cotabato due to a health condition.

"But we are definitely hoping that he will no longer be convicted because of the guarantee of freedom that the amnesty provides," she added.

The government’s Amnesty Program aims to grant amnesty to members of rebel groups who have committed offenses punishable under the Revised Penal Code and special penal laws, among others, in furtherance of their political beliefs.

Members of the MNLF and Moro Islamic Liberation Front (MILF) who wish to avail of the amnesty may apply to the National Amnesty Commission’s Local Amnesty Board (LAB) in Cotabato with office located at CNX 2 Building, in front of Cotabato City Schools Division Office, Notre Dame Village, Rosary Heights VIII, Cotabato City.

They may also contact the office at the following numbers: Globe 0966 042 3621 and Smart 0962 288 6714.

President Marcos Jr. reiterated that the Amnesty Program will "create a climate conducive for peace and reconciliation, pave the way for former rebels to reintegrate into the society, and provide them access to government’s socio-economic services."

The LAB-Cotabato City serves as the frontline office of the National Amnesty Commission (NAC) in the Bangsamoro region.

NAC Chairperson Leah Tanodra-Armamento cited the agency's mandate to accept and process amnesty applications, recommend these applications to the Office of the President, and create a LAB in various provinces, cities, and municipalities as necessary.

Executive Order No. 125, Series of 2021, which President Marcos Jr. later amended with Executive Order No. 47, established the NAC under the previous Duterte administration.

Marcos Jr. signed Proclamations 403, 404, 405, and 406, which grant amnesty to members of the MILF, MNLF, Rebolusyonaryong Partido ng Manggagawa ng Pilipinas/Revolutionary Proletarian Army/Alex Boncayao Brigade (RPMP-RPA-ABB), and former members or returnees of the Communist Party of the Philippines-New People's Army-National Democratic Front (CPP-NPA-NDF) or their front organizations.

However, such amnesty proclamations, concurred by the House of Representatives, only cover crimes "in pursuit of political beliefs" such as but not limited to rebellion or insurrection; conspiracy and proposal to commit rebellion or insurrection; disloyalty of public officers or employees; inciting to rebellion or insurrection; sedition; conspiracy to commit sedition; and inciting to sedition; illegal assembly; illegal association; direct assault; indirect assault; resistance and disobedience to a person in authority or the agents of such person;

tumults and other disturbances of public order; unlawful use of means of publication and unlawful utterances; alarms and scandals; illegal possession of firearms, ammunition or explosives, provided that these crimes or offenses were committed in furtherance of, incident to, or in connection with the crimes of rebellion or insurrection.

The proclamation also includes those charged, detained, or convicted of common crimes, but with substantial evidence to establish that they have actually committed the crimes in pursuit of political beliefs.

Related Tags

MNLF Amnesty
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.