ADVERTISEMENT

Elevating the WPS issue to the UN

Published Jul 17, 2023 04:01 pm

FINDING ANSWERS


It’s been seven years since that momentous time in 2016 when the Philippines showed the world that a tiny and poor country can stand up to a rich giant and win a historic arbitration case. Last week’s anniversary of the landmark ruling of the Permanent Court of Arbitration in The Hague that invalidated China’s nine-dash line claim over the South China Sea brought in more expressions of support from many countries, including those in the European Union, which called the Arbitral Award a “significant milestone.” The Award is undoubtedly highly significant as it recognized the sovereign rights of the Philippines to exclusively explore and develop the natural resources in our exclusive economic zone (EEZ) and continental shelf in the West Philippine Sea (WPS). It also determined that China violated the United Nations Convention on the Law of the Seas (UNCLOS) and the Philippines’ sovereign rights in WPS by massive fishing, bullying of Filipino fishermen, environmental destruction, and building artificial islands, among many others. Based on various surveys since 2017, Filipinos have overwhelmingly expressed desire for the Award to be enforced, and to resolutely oppose China’s violations in the WPS. Unfortunately, UNCLOS has no enforcement mechanism. Bilateral talks with China to enforce the Award have proven ineffective. And all the diplomatic protests of the Philippines have not stopped China’s incursions and harassment of Filipino fishermen in the WPS. Despite being an UNCLOS signatory like the Philippines, China refuses to recognize and follow the arbitral ruling. Thus, it is now necessary to resort to other measures to up the ante on the significance of the Award. And one of the measures I find laudable is the proposal of Sen. Risa Hontiveros, supported by majority of senators led by Senate President Miguel Zubiri, to bring the issue to the UN General Assembly. While bringing the issue before the UN General Assembly may not lead to something legally binding, it would provide many countries affected by China’s actions the opportunity to muster more international support. They can focus discussions on the adverse impacts of China’s behavior on freedom of navigation, regional security, and rights of coastal states that are being trampled upon. International support for aggrieved countries could potentially lead China to change behavior. The Alliance for Life and the Law of the Sea which I helped form in 2021 has proposed a unified, multi-pronged, and whole-of-country strategy to fight off transgressions in the WPS. The Senate proposal for the Department of Foreign Affairs to sponsor a resolution at the UN calling on China to stop its harassment can certainly be a major part of the strategy. The strategy also calls for our civil society organizations to highlight the significance of the Award, the EEZ, and UNCLOS. Alliances with international counterparts to enlist support for our cause must also be formed. Retired Supreme Court Justice Antonio Carpio is right in his call for a grand coalition with citizens of other nations to show that “people of the world are against the nine-dash line of China.” This grand coalition could even reach out to the Chinese people themselves and tell them that their communist government is wrong in its intrusions in the WPS. We need not go into a shooting war to assert our WPS rights. But we should wage war in other fronts – reaching out to other nations that despise the antics of China. Joining hands with the citizens and non-government organizations (NGOs) of other countries can form a very strong moral force against the Chinese government and Chinese Communist Party. A united Filipino citizenry can provide invaluable support to our government, knowing that government is obliged by the Philippine Constitution to assert our country’s rights in the WPS. The Constitution’s Article 12, Section 2 states: “The State shall protect the nation’s marine wealth in its archipelagic waters, territorial sea, and exclusive economic zone, and reserve its use and enjoyment exclusively to Filipino citizens.” The rest of the world must know that the EEZ around the Philippine archipelago belongs to us, that the Arbitral Award invalidated China’s claims in the South China Sea. It is our sacred duty to uphold what is ours. Because our forefathers fought off powerful invaders, we who are beneficiaries of their sacrifices ought to do no less. We must exhaust all possible means, without resorting to war, to conserve and develop our patrimony for the sake of future generations of Filipinos. And crucial expressions of support from many countries ought to give us strength and courage to be relentless in fighting for our rights. (Email: [[email protected]](mailto:[email protected]))

Related Tags

Former Senator Atty. Joey D. Lina FINDING ANSWER
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.