@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/holidays> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Holidays" ;
    schema:name "Holidays" ;
    skos:definition "Holidays, a subclass of ThingsToDo, encompasses designated days or periods set aside for celebration, commemoration, or rest, recognized by cultural, religious, or governmental institutions. These special occasions involve specific traditions, ceremonies, or activities that reinforce cultural identity, provide rest, and foster community cohesion through feasts, parades, religious services, or public ceremonies. Holidays serve multiple functions: they mark significant historical events, honor religious or cultural traditions, provide opportunities for rest and recreation, and strengthen social bonds through shared experiences. In lifestyle coverage, holidays include planning, traditions, decorations, recipes, and community celebrations that bring families and communities together for shared experiences and meaningful moments." ;
    skos:inScheme <https://data.hooray.media/ontology/HolidayScheme> ;
    skos:altLabel "Holiday Celebrations" ;
    skos:altLabel "Festive Occasions" ;
    skos:altLabel "Observances" ;
    skos:altLabel "Special Days" .