@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/orthopedics> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Orthopedics" ;
    schema:name "Orthopedics" ;
    skos:definition "Bone and joint health content — joint replacement surgery (hip, knee), back and spine pain, fractures, physical therapy referrals, arthritis management, and finding an orthopedic specialist in Tampa Bay. Florida Orthopaedic Institute, BayCare Orthopedic & Spine, and the growing demand from active retirees and weekend warriors." ;
    skos:inScheme <https://data.hooray.media/ontology/HealthScheme> ;
    skos:broader <https://data.hooray.media/ontology/health> .