@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/surgery> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Surgery" ;
    schema:name "Surgery" ;
    skos:definition "Surgical procedures and pre/post-operative content — Tampa General Hospital (Level 1 trauma center), AdventHealth Tampa, BayCare health system, Moffitt Cancer Center surgical oncology, choosing a surgeon, preparing for surgery, recovery guides, and the YMYL content that patients research before major medical decisions." ;
    skos:inScheme <https://data.hooray.media/ontology/HealthScheme> ;
    skos:broader <https://data.hooray.media/ontology/health> .