ADVERTISEMENT

Duterte mulls lawsuit vs Del Rosario: 'You're guilty of treason'

Published Jul 20, 2021 01:57 am

President Duterte is looking into filing a flurry of lawsuits against one of his vocal critics former Foreign Affairs Secretary Albert del Rosario.

President Duterte delivers a televised public address from Davao City on July 19, 2021. (Malacañang)

Addressing the nation Monday night, the President said he intends to run after Del Rosario, alleging that the former government official was guilty of treason.

Duterte previously lashed out at Del Rosario for his role in the country's reported loss of Panatag Shoal during a standoff with China several years ago. The country withdrew its ships from the disputed shoal in June 2012 supposedly upon the United States intervention in a bid to end the tensions. China however did not leave the area and effectively took control of the territory then.

"You know we are still investigating it, but you know ikaw Albert, Alberto, pag nasilip ko na mayroon ka, I will charge you for...Marami ako idedemanda są iyo (I will file many charges against you)," Duterte said in a speech from Davao City.

"I have not, for the life of me, sued anybody, libel or anything during my 23 years, four years as congressman, tapos vice mayor hanggang presidente pero ikaw ang hahabulin ko kasi ikaw nag-transmit sa message. You are in olden times, kung at war lang tayo sana (then vice mayor until I became president but I will run after you. You transmitted the message. You are in the old times, if we were at war) you are guilty of treason," he added.

Duterte also questioned Del Rosario's citizenship, saying he did not look like a Filipino.

"Hindi ka Pilipino. Kung saan ka napulot, bakit itsura mo. Hindi ka Pilipino sa totoo lang. ang mabigat sa yo, ikaw yung nag-transmit and i said that is treason (You are not a Filipino. I don't know where you were found. Why do you look like that. You're not really a Filipino. The serious charge is you transmitted the message and I said that is treason)," he said.

READ: Duterte wants death by hanging for Del Rosario over PH ship pullout from Panatag Shoal

Last May, the President threatened to execute “by hanging” Del Rosario, saying the latter must be investigated and held accountable for the pullout of the country’s ships from Panatag Shoal. Duterte, in seeking a probe, wanted to know if the ship pullout had the consent of then President Benigno Aquino III.

Following the Panatag Shoal standoff, the Aquino administration pursued an arbitration case against China’s excessive claims in the sea before the Hague tribunal and won in 2016. Beijing however has refused to recognize the tribunal decision.

Duterte had blamed past administration officials for the loss of Panatag Shoal years ago. He resented that officials like Del Rosario were now passing the buck and criticizing his supposed soft approach towards China in the West Philippine Sea dispute.

READ: Duterte to Del Rosario: You’re not a Filipino

Del Rosario, alongside former Supreme Court Justice Antonio Carpio, called on Duterte to vigorously assert the country’s ownership of the West Philippine Sea following the controversial unlawful stay of Chinese ships in local waters.

In the same speech, the President slammed Del Rosario over allegations that China meddled in the 2016 elections. Duterte asserted that there was no way to buy 16 million votes to ensure his poll victory then.

Duterte also wanted to confront Del Rosario, asking where he could possibly find him. If he was in a coffee shop, he said he wanted to throw a cup of coffee into the former official's face.

Duterte, a former Davao City mayor, scored a landslide victory over his rivals during the polls five years ago. His six-year term will end next year but his political party has encouraged Duterte to run for vice president, an idea he is currently thinking over.

READ: Duterte blasts Del Rosario over China election interference claims

Related Tags

President Duterte 2016 elections interference lawsuit Panatag Shoal Albert del Rosario treason standoff 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.