ADVERTISEMENT

Palace suspends Abra governor

Published Dec 9, 2024 06:32 am

BANGUED, Abra – The Deputy Executive Secretary for Legal Affairs of the Office of the President has suspended Abra Gov. Dominic Valera over the complaint filed by the spouse of Sangguniang Bayan member Juan Palcon of Bucay town who died due to illness last year.

GOV. VALERA.jpg

VALERA (FB)

Also suspended was Abra Vice Gov. Joy Bernos. She was earlier suspended for 18 months after she was found guilty of oppression, abuse of authority, conduct unbecoming of a public official, and disobedience to government policies due to imposition of a community lockdown that affected hospital services during the pandemic in 2020.

DESLA Anna Liza G. Logan signed the suspension of Valera for 60 days in accordance with the Local Government Code (LGC) of 1991 and takes effect upon receipt of the order. 

Febes Alzate Palcon filed the complaint after another person instead of her replaced her husband.

She said that she should have taken over the position of her late husband. Valera installed another person in violation of the LGC, Febes said. She also said that the person who took over the position was endorsed by Bernos.

Logan stated that since Bernos is also serving an 18-month suspension issued by the DESLA, "the requirement that her continuance in service company could influence or pose a threat to the safety and integrity of the records and other evidence in the instant case is not present, in so far as she is concerned."

Meanwhile, the National Commission on Indigenous Peoples in the Cordillera denounced Yamang Minerals Corp., a subsidiary of London-based miner FCF Minerals Corp., for allegedly violating Republic Act 8371 or the Indigenous Peoples Rights Act of 1997 after it failed to secure prior consent from tribal communities before engaging in mineral exploration in Sallapadan, Abra.

The NCIP said that the concerned indigenous peoples whose rights over their ancestral land at stake, are the ones to give consent, not the agency, in response to the letter of YMC, which previously acquired an Authority to Verify Minerals from the Mines and Geosciences Bureau of the Department of Environmental and Natural Resources-Cordillera.

The IP agency strongly rued YMC’s defiance of the cease-and-desist order issued against mineral exploration activities over the ancestral domain of the Tingguians in Sallapadan because no IPRA-required Free Prior Informed and Consent from the affected IPs of Sallapadan was obtained.

The NCIP further told YMC it has no Certificate of Pre-Condition (CP) from the agency, which is a violation of IPRA.

Sallapadan Mayor Fernando Alafriz Semanero said that YMC was able to obtain an ATVM from the MGB without properly consulting affected communities, prompting Abra Rep. Menchie Bernos to seek a House Inquiry.

Bernos said that she was alarmed over the vastness of the mining application and its eventual effect on Abra’s environment and the IPs.

YMC said the NCIP “caused the inordinate delay” of the issuance of a CP and FPIC. It insisted it undertook proper processes.   

“We reserve our right to any appropriate remedies should you insist on the implementation on the implementation of the cease-and-desist order and your threat of imposing sanctions attached to the CDO," YMC said.  The miner also reiterated it did not violate the IPRA law.

But NCIP stood firm. “The FPIC process consists of several procedures to obtain the 'consent' of the IP communities concerned on ancestral domains subject of the application. Such consent is not 'automatic,' it added.

The NCIP reminded YMC that the IP communities in the ancestral domains affected are the ones to give consent after series of negotiations between the company and the IPs, not the agency.

The NCIP vowed it will challenge the legality of the issuance of the ATVM of the YMC and further reiterated its CDO, warning legal repercussions and possibly violent incidents within affected communities in Abra if the miner continues defying it.

Semanero and La Paz, Abra Mayor JB Bernos, national president of the League of Mayors in the Philippines (LMP), hailed NCIP’s “firmness in standing up to its mandate of protecting the rights and welfare of the indigenous peoples.”

YMC’s ATVM is on 16,200 hectares of ancestral lands in Sallapadan, Licuan-Baay, Lacub, and Malibcong towns. 

Related Tags

Gov. Dominic Valera Abra
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.