@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/new-years-eve-holiday> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "New Year's Eve" ;
    schema:name "New Year's Eve" ;
    skos:definition "NewYears, a subclass of CulturalHolidays, celebrates the passing of one year into the next, observed on the first day of January as New Year's Day. New Year's is distinguished by its role as a time for reflection, resolution-making, and celebration of new beginnings, marking the transition from the old year to the new year. This holiday is celebrated worldwide with various traditions, including fireworks, parties, family gatherings, and symbolic rituals that represent hope, renewal, and fresh starts. In lifestyle coverage, New Year's includes celebration ideas, resolution planning, family traditions, and festive activities that help people welcome the new year with optimism and purpose." ;
    skos:inScheme <https://data.hooray.media/ontology/HolidayScheme> ;
    skos:broader <https://data.hooray.media/ontology/holidays> ;
    skos:altLabel "New Years Eve" ;
    skos:altLabel "December 31st" ;
    skos:altLabel "January 1st" ;
    skos:altLabel "New Year" ;
    skos:altLabel "New Year's Day" .