@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/dance-classes> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Dance Classes" ;
    schema:name "Dance Classes" ;
    skos:definition "Dance Classes, a subclass of RecreationalClasses, are instructional experiences where participants learn dance techniques, styles, choreography, or fitness-based movement in a structured setting (studio, community center, gym, camp). In lifestyle contexts, this includes kids' studio programs (ballet, tap, jazz), couples/ballroom and social partner styles (salsa, swing), adult recreational classes (hip-hop, heels, contemporary), cultural/heritage forms (Indian classical, folklórico, Afro-Caribbean), cheer/dance-fitness formats, and short-form workshops geared to fun, confidence, and community. Content typically covers level/age guidance, attire/gear, recital or showcase info, and how classes support connection, creativity, and wellness." ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/activity-type> ;
    skos:altLabel "Dancing" ;
    skos:altLabel "Dance Lessons" ;
    skos:altLabel "Ballet Class" ;
    skos:altLabel "Ballroom Lessons" ;
    skos:altLabel "Cultural Dance Class" ;
    skos:altLabel "Dance Fitness" ;
    skos:altLabel "Hip-Hop Workshop" ;
    skos:altLabel "Salsa Class" .