@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <https://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://data.hooray.media/ontology/mothers-day-holiday> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Mother's Day" ;
    schema:name "Mother's Day" ;
    skos:definition "MothersDay, a subclass of CulturalHolidays, is a celebration honoring mothers and maternal figures, observed on the second Sunday of May in the United States. Mother's Day recognizes the contributions, sacrifices, and love of mothers in families and communities, providing an opportunity for children and families to express gratitude and appreciation. The holiday is marked by gift-giving, special meals, family gatherings, and acts of service that honor maternal figures. Mother's Day serves as a time to celebrate the nurturing role of mothers and their impact on family life and child development. In lifestyle coverage, Mother's Day includes gift ideas, family activities, special meals, and ways to honor and celebrate mothers and maternal figures." ;
    skos:inScheme <https://data.hooray.media/ontology/HolidayScheme> ;
    skos:broader <https://data.hooray.media/ontology/holidays> ;
    skos:altLabel "Mother's Day" ;
    skos:altLabel "Mother Day" ;
    skos:altLabel "Mothers Day" .