@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/allergy-and-immunology> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Allergy & Immunology" ;
    schema:name "Allergy & Immunology" ;
    skos:definition "Florida allergy content is massive — year-round pollen from oak, pine, and ragweed, mold from humidity, and the food allergy epidemic affecting Tampa Bay school lunch policies. Immunotherapy options, EpiPen guides, allergy-friendly restaurants, and seasonal allergy survival tips for a state where 'allergy season' never really ends." ;
    skos:inScheme <https://data.hooray.media/ontology/HealthScheme> ;
    skos:broader <https://data.hooray.media/ontology/health> .