ADVERTISEMENT

Julian Ongpin asks DOJ to reverse prosecutors ruling on Illegal possession of dangerous drugs

Published Nov 7, 2021 12:31 pm

Julian Roberto S. Ongpin

Julian Roberto S. Ongpin, son of billionaire businessman and former Trade and Industry Minister Roberto V. Ongpin, insisted that no cocaine was found in his possession at the hotel in San Juan, La Union where artist Breanna “Bree” Jonson was found “unconscious” and died last Sept. 18.

This was stressed by Julian in his petition for review filed with the Department of Justice (DOJ) last Nov. 3 challenging the resolution issued by a panel of prosecutors which found him liable for illegal possession of dangerous drugs in violation of Republic Act No. 9165, the Comprehensive Dangerous Drugs Act of 2002.

The non-bailable criminal case has been filed before the regional trial court (RTC) in San Fernando City in La Union after the prosecutors ruled that Julian is liable for possession of 12.6 grams of cocaine, a prohibited drug.

Through his counsel, the Dennis P. Manalo Law Office, Julian asked the DOJ to reverse the ruling of the panel of prosecutors which conducted the preliminary investigation on the complaint filed by Philippine National Police (PNP) in La Union.

“The evidence relied upon by the Panel does not establish probable cause that Respondent-Appellant (Julian) was in possession of the Subject Drugs,” the petition stated.

It said that the pouch where the cocaine was found did not belong to Julian and was “not found in the possession of Respondent-Appellant, and the Subject Drugs were not among the recovered belongings of Respondent-Appellant.”

In the criminal complaint, the PNP said the pouch was found by police investigators between two beds in the room along with a bath towel, a blanket and pillow.

Julian’s petition stated that even the panel “conceded that the Subject Drugs were not in the ‘actual possession of the Respondent-Appellant’” but still “jumped to the conclusion that that the Subject Drugs where in the ‘constructive possession’ of the Respondent-Appellant.”

“Indeed, the Panel was unable to cite any evidence that that Respondent-Appellant is the owner, custodian, or possessor, of the black pouch, brown pouch, or white pouch or bag, where the Subject Drugs were supposedly ‘recovered,’” the petition stated.

Also, the petition pointed out that “the Panel had no evidence that the Respondent-Appellant had knowledge of the existence of the presence of the pouch and bag were the Subject Drugs were found.”

“The Subject Drugs were recovered in a bag with medications belonging to his roommate Bree Patricia Agunod Jonson and presumably within her control and dominion,” it said.

Also, the petition stated that the bag contained prescription for Lamotrigine that Dr. George S. Soo issued to her, a customized supplementation plan for Jonson, and official receipt which she signed.

At the same time, the petition stated that the prosecutors’ resolution admitted that “there was no strict adherence to Section 21 of Republic Act 9165, as amended, or the Chain of Custody Rule for the Subject Drugs, but ruled that the SOCO (Scene of the Crime Office) operatives provided the justification or explanation therefor as well as the steps they have taken in order to preserve the integrity and evidentiary value of the seized/confiscated items.”

“Since the SOCO Team did not strictly adhere to the Chain of Custody Rule, the Affidavit-Complaint against Respondent-Appellant should have been dismissed since the circumstances under which the Subject Drugs were seized show that there was no justification for not complying with the mandatory guidelines implementing the Chain of Custody Rule,” the petition stressed.

Julian was arrested last Sept. 18 after policemen, who responded to the call that Breanna was “unconscious” inside the hostel room, found 12.6 grams of cocaine inside the room where the couple checked in a day before.

He has been tagged as a person of interest in Breanna’s death. He had presented himself before the National Bureau of Investigation which was directed by Justice Secretary Menardo I. Guevarra to probe the Sept. 18 death of Breanna.

The NBI has yet to come out with the results of its probe.

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.