@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/gym-fitness-center> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Gym & Fitness Center" ;
    schema:name "Gym & Fitness Center" ;
    skos:definition "Gyms, fitness studios, and workout facilities in Tampa Bay — big-box gyms (LA Fitness, Planet Fitness, Lifetime), boutique fitness studios (Orangetheory, F45, Barry's), CrossFit boxes, yoga studios, martial arts dojos, and the growing category of specialty fitness (barre, cycling, boxing). A distinct place type from sports venues — these are where people work out, not where they watch games." ;
    skos:inScheme <https://data.hooray.media/ontology/PlaceTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/attractions-entertainment> .