@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/music-festivals> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Music Festivals" ;
    schema:name "Music Festivals" ;
    skos:definition "MusicFestivals, a subclass of Festivals, encompass community events where audiences enjoy live performances of singing and music, featuring multiple artists, bands, or musical acts over a period of time. Music festivals are distinguished by their focus on musical entertainment, often spanning multiple days and featuring diverse genres, from rock and pop to classical and world music. These events create communal experiences where music lovers gather to enjoy live performances, discover new artists, and celebrate musical culture. In lifestyle coverage, music festivals include event guides, artist lineups, ticket information, and festival experiences that provide entertainment and cultural engagement for music enthusiasts and families." ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/festivals> ;
    skos:altLabel "Music Festival" ;
    skos:altLabel "Concert Festivals" ;
    skos:altLabel "Musical Events" .