@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/festivals> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Festivals" ;
    schema:name "Festivals" ;
    skos:definition "Festivals, a subclass of Events, represent large-scale, time-bound gatherings where communities come together to celebrate culture, art, food, music, or seasonal themes. They're the centerpiece of local life across Florida—whether food and wine festivals, fall fairs, art walks, or music weekends. In lifestyle media, festivals appear as 'what's happening' anchors and visual storytelling moments for families, couples, and friends alike." ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/activity-type> ;
    skos:altLabel "Local Festivals" ;
    skos:altLabel "Community Festivals" ;
    skos:altLabel "Cultural Festivals" .