ADVERTISEMENT

Dama Ko Lahi Ko bets on Filipino culture as economic stimulus

Celebrating Filipino identity through the senses

Published Jun 2, 2023 08:45 am
Dama Ko Lahi Ko, the volunteer-driven initiative encourages the celebration of Filipino culture through the five senses every Independence Day, is entering its third year. Established in 2021 by the Filipino Culture Collective, the movement banks on the Filipino’s massive and constant presence on social media to pique interest in and spread awareness of what makes Filipino culture unique. In this way, the movement seeks to spotlight Filipino culture (in products, services, and experiences) on the global menu.
Modern Creative Visionaries Pansalat: Award-winning furniture designer Ito Kish
In an event held at the Ito Kish showroom, prominent figures from various creative fields shared their insights on promoting Filipino culture locally and abroad. Each speaker focused on a sense. Award-winning furniture designer Ito Kish described how growing up in San Pablo, Laguna, was a tactile inspiration. Solihiya chairs at his grandmother’s house, balusters that let in cool breezes, became memories woven into his creativity. “Filipino will always be my design language,” Kish said. Paningin: Renowned scenographer Gino Gonzales
Renowned scenographer Gino Gonzales illustrated the impact of the terno in Philippine history to championing the sense of sight, with vintage photographs showing how the terno was worn in everyday life. “When you wear a terno, you wear your heart on your sleeve,” he said. “You wear your nationality for everyone to know that you are Filipino.” Paningin: Fashion and portrait photographer Artu Nepomuceno
Artu Nepomuceno, one of the most talked about young photographers today, shared his experience of shooting cultural icon Apo Whang-od for Vogue’s magazine’s April 2023 issue, which rapidly gained worldwide acclaim. “I wanted to photograph Apo Whang-od like my lola,” he said. “When people abroad message me about the cover, they thank me for bringing a piece of home to the world. And now this photo exists in homes everywhere.” Pandinig: Katutubong Diva Bayang Barrios
Bayang Barrios’ lilting voice made its entrance before her, captivating the audience. The indigenous musician spoke of her journey to embracing her Manobo roots, culture, and music. She emphasized that more people should appreciate the different kinds of music in our heritage. “Kung hindi natin mamahalin ang kulturang atin, tayo po ay magkakawatak-watak at mismong bansa ay hihina at walang mapatutunguhan.” Panlasa and Pang-amoy: Restaurateur Jenny Yrasuegui
Finally, restaurateur Jenny Yrasuegui spoke for the senses of smell and taste. She pointed out that the combination of Filipino hospitality and food is unparalleled. “Filipino food does not need to be elevated because there is nothing to elevate,” she said. “All you need to do is to find creative ways of presenting it.”
Culture and Soft Power Filipino Culture Collective founders Len Cabili and Leigh Reyes
During the event, the movement’s co-founders Leigh Reyes and Len Cabili emphasized the importance of Filipino culture as a soft power in a world seeking what’s authentic, memorable, and valuable. “What can help us advance as a nation can come from who we are. We can all be part of it by living our culture collectively, consciously, and consistently in our everyday lives,” the co-founders emphasized. Photo shows (top row from left to right) Len Cabili, Gino Gonzales, Leigh Reyes, (bottom row from left to right) Bayang Barrios, Ito Kish, Jenny Yrasuegui
Dama Ko Lahi Ko is the unifying theme that compiles all Filipino experiences within the framework of the five senses. By using the hashtag #DamaKoLahiKo when sharing Filipino themes, everyone can actively support the growth and recognition of Filipino culture and talent—shaping a future where the Filipino identity thrives both at home and abroad. For more information on Dama Ko Lahi Ko and upcoming events, please visit damakolahiko.com or follow us on Instagram: @damakolahiko.

Related Tags

Filipino Culture MB Lifestyle Online Arts 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.