ADVERTISEMENT

'Hindi naman inyo iyan!' NSC rejects China's plan for nature reserve at Bajo de Masinloc

Published Sep 12, 2025 11:33 am
Filipino fishing boats are monitored at Bajo de Masinloc in the West Philippine Sea during an aerial search of the Philippine Coast Guard (PCG) on Oct. 6, 2022. (Photo: PCG)
Filipino fishing boats are monitored at Bajo de Masinloc in the West Philippine Sea during an aerial search of the Philippine Coast Guard (PCG) on Oct. 6, 2022. (Photo: PCG)
The National Security Council (NSC) firmly opposed the newly announced plan of the People’s Republic of China (PRC) to establish a national nature reserve at Bajo de Masinloc (Scarborough or Panatag Shoal) in the West Philippine Sea (WPS).
National Security Adviser (NSA) Eduardo Año said the “Huangyan Island National Nature Reserve” is “patently illegal” as it runs counter to international law by disregarding the Philippines’ sovereign rights under the United Nations Convention on the Law of the Sea (UNCLOS).
Bajo de Masinloc, called by the PRC as Huangyan Island, is located well within the 200-nautical-mile exclusive economic zone (EEZ) of Manila.
Año argued that by unilaterally establishing a “nature reserve,” Beijing asserts administrative control over an area where it has no legal entitlement, in direct violation of the 2016 arbitral tribunal ruling that invalidated China’s expansive “nine-dash line” claim and reaffirmed the Philippines’ rights in its EEZ.
He said it also undermines regional commitments, specifically the 2002 Declaration on the Conduct of Parties in the South China Sea (DOC), which prohibits actions that escalate tensions or alter the status quo in disputed waters.
“This move by the PRC is less about protecting the environment and more about justifying its control over a maritime feature that is part of the territory of the Philippines and its waters lie within the exclusive economic zone of the Philippines,” Año said.
“It is a clear pretext towards eventual occupation. The irony is clear: since 2016, evidence has shown large-scale harvesting of endangered species and reef destruction by Chinese fishermen, activities even cited by the Arbitral Tribunal. To now claim stewardship over an ecosystem that they themselves has damaged is both contradictory and misleading,” he added.
The NSA asserted that genuine protection of Bajo de Masinloc requires collaboration, openness, and adherence to international law, not one-sided pronouncements that, under the pretext of conservation, limit the access of Filipino fishermen.
Año said the NSC fully supports the filing by the Department of Foreign Affairs (DFA) of a formal diplomatic protest against the “illegal and illegitimate act” by the PRC.
China’s State Council recently approved the creation of what it calls the Huangyan Island National Nature Reserve, citing ecological protection, particularly for coral reef systems, at the disputed shoal which lies 124 nautical miles west of Zambales.
For generations, Filipino fishermen have relied on the shoal as a traditional fishing ground and a safe haven during storms.
However, Filipino fisherfolk have noted a steep drop in their catch in recent years, citing repeated harassment from Chinese coast guard and maritime militia ships. They have also raised concerns over environmental destruction caused by harmful fishing methods such as cyanide use.
They said Chinese vessels have even placed floating barriers to block entry into the lagoon, although some of these were eventually dismantled.

Related Tags

Bajo de Masinloc WPS NSA NSC Eduardo Año nature reserve PRC China
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.