@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/health> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Health" ;
    schema:name "Health" ;
    skos:definition "Health, a top-level class, covers the holistic state of physical, mental, and social well-being—and the systems, behaviors, and environments that shape it. In lifestyle publishing, it bridges personal habits (prevention, movement, sleep), family care (pediatrics, vaccinations), mental health (stress, therapy), and access to care (insurance, clinics, community programs). In Florida, outdoor living, heat safety, and hurricane readiness intersect with everyday wellness." ;
    skos:inScheme <https://data.hooray.media/ontology/HealthScheme> ;
    skos:altLabel "Health & Wellness" ;
    skos:altLabel "Family Health" ;
    skos:altLabel "Public Health" .