@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/ear-nose-and-throat> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Ear, Nose & Throat" ;
    schema:name "Ear, Nose & Throat" ;
    skos:definition "ENT health content — ear infections (the #1 pediatric visit reason), chronic sinusitis (Florida humidity makes it worse), tonsillectomy guides, hearing screening, sleep apnea, and allergy-related ENT issues. Tampa Bay ENT specialists, pediatric ENT at Johns Hopkins All Children's, and the content parents search when their kid has yet another ear infection." ;
    skos:inScheme <https://data.hooray.media/ontology/HealthScheme> ;
    skos:broader <https://data.hooray.media/ontology/health> .