@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/live-music> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Live Music" ;
    schema:name "Live Music" ;
    skos:definition "LiveMusic, a subclass of Events, encompasses musical performances where artists perform in real-time before an audience, creating an interactive and immersive experience that distinguishes live music from recorded or broadcast performances. Live music events include concerts, festivals, intimate venue performances, outdoor shows, and street performances, featuring various genres from classical to contemporary popular music. The live music experience is characterized by the energy exchange between performers and audience, the spontaneity of live performance, and the communal aspect of shared musical experiences. In lifestyle coverage, live music includes concert reviews, venue guides, artist profiles, and event recommendations that help audiences discover and enjoy live musical performances." ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/activity-type> ;
    skos:altLabel "Live Entertainment" ;
    skos:altLabel "Concerts" ;
    skos:altLabel "Live Performances" .