@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/sports-medicine> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Sports Medicine" ;
    schema:name "Sports Medicine" ;
    skos:definition "Sports injury prevention and treatment content — orthopedic sports medicine practices in Tampa Bay, physical therapy and rehabilitation, ACL and concussion protocols for youth athletes, athletic training, overuse injury prevention for year-round Florida sports, and the medical side of Tampa Bay's active lifestyle culture." ;
    skos:inScheme <https://data.hooray.media/ontology/HealthScheme> ;
    skos:broader <https://data.hooray.media/ontology/health> .