ADVERTISEMENT

Abe Orobia is unconquerable

Embracing joy while recognizing his own insignificance gave this painter his theme for a new collection

Published Aug 13, 2023 01:23 am

In the realm of contemporary art, there are artists who break free from the constraints of convention, pushing boundaries of perception and understanding. Abe Orobia is undoubtedly one of these artists and his recently concluded solo show, “Unconquerable (Turn! Turn! Turn!),” at the Gallery 2 of Pinto Art Museum stood as a testament to his mastery of symbolic landscapes. Through his profound exploration of time, nature, and the human spirit, Orobia created an experience that captivates, challenges, and inspires. 

Abe Orobia.jpg
Abe Orobia

Orobia’s artistic journey began with a profound desire to intertwine the inescapable passage of time with the enduring spirit of humanity. “I titled my exhibition ‘Unconquerable (Turn! Turn! Turn!)’ to depict two things—time and  the human spirit,” he explains. “Time encompasses everything. Everything is subject to it, and the best way to represent it is by using nature as a metaphor.”

The sub-header, ‘Turn! Turn! Turn!,’ is inspired by the iconic song popularized by The Byrds in the 1960s, known for its powerful anti-war sentiments. Orobia drew an intriguing parallel between the tumultuous era of the Vietnam War and the current global pandemic, suggesting that just as history has demonstrated, this too shall pass. 

366061721_6563298133706132_693743671589940991_n.jpg
'For with much Wisdom comes much Sorrow, the more Knowledge, the more Grief. (Diptych)' 36x72 inches, oil on canvas, 2023

Although not religious, Orobia describes himself as reflective and spiritual, finding profound themes within the ancient text of Ecclesiastes’ “a time for everything.” This exploration was deepened by the isolating impact of the pandemic, leading him to reflect on the magnificence of nature in the face of uncertainty and loss. He shares, “The isolation cause by the pandemic has given me much clearer perspective and renewed understanding of it. With so many uncertainties, heartbreaks, and losses, I began to reflect more on the beauty and magnificence of nature. Nature reflects time and season.”

Orobia’s approach to art is deeply intricate and thoughtful. Each painting is accompanied by excerpts from his essay “Mahabaging Langit,” which enhanced the viewer’s understanding of the conveyed message. As Orobia suggests, the intricate balance between embracing joy and recognizing insignificance can bring contentment amid life’s uncertainties.

The Day Must Give Way to the Night, 30x48 inches, Oil on Canvas, 2023.jpg
'The Day Must Give Way to the Night,' 30x48 inches, oil on canvas, 2023

“As a symbolist painter, my art is a blend of experiences and perceptions,” says Orobia. “Just like my solo show in 2021, I made prose to accompany my art pieces. It gives the audience a better understanding of my philosophical rantings.”

His paintings transported viewers to landscapes that are both particular and ethereal, inviting them to contemplate the intricate connection between the tangible and the intangible.

His artworks also featured a recurring motif of crumpled paper, serving as a potent symbol of human presence and the transient nature of life. He elaborates, “Paper is delicate and beautiful yet fragile. It can be easily torn and wither. Paper is like our armor. It symbolizes our role and responsibility to our fellow human beings.” Much like the fragility of paper, human existence is fleeting, underscoring the importance of our actions during our limited time.

In “Unconquerable (Turn! Turn! Turn!),” Orobia’s art served as a visual testament to God’s omnipresence, intricately interweaving delicate crumpled papers with the backdrop of nature’s vastness. The juxtaposition emphasized the ephemeral nature of human endeavors against the enduring cycles of the natural world.

359878692_628781729071228_6531883003654407092_n.jpg
'The Vastness of the Sky is Unfathomable II,' 24x24 inches, 2023; 'The Vastness of the Sky is Unfathomable I,' 24x24 inches, 2023

According to Orobia, “I portray God’s omnipresence through nature. This crumpled paper that is ever present in my works both in ink and painting reminds the audience that all activities and things we do are nothing compared through the grandness of nature.”

Orobia’s exhibit challenged viewers to reflect on their roles in shaping destinies and contributing to the restoration and harmony of the natural world. His works underscored the cyclical nature of life and time, advocating for inner peace and belief in the unseen. Orobia’s paintings, rich in symbolism and meaning, prompted audiences to consider their impact on the world and embrace hope in the face of adversity. 

Pinto Art Museum is located at 1 Sierra Madre Street, Grand Heights Subdivision 1870, Antipolo City. [email protected].
 

Related Tags

Artist At Work Abe Orobia Arts and Culture
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.