@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/hockey> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Hockey" ;
    schema:name "Hockey" ;
    skos:definition "Hockey, a subclass of TeamSports, encompasses the fast-paced team sport where players use sticks to control a puck and score goals against an opposing team. In lifestyle coverage, it includes professional games, youth leagues, recreational play, and spectator experiences—from NHL games to local rink activities and family-friendly hockey events across Florida's ice arenas and community centers." ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/team-sports> ;
    skos:altLabel "Ice Hockey" ;
    skos:altLabel "Hockey Game" .