@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/mental-health> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Mental Health" ;
    schema:name "Mental Health" ;
    skos:definition "MentalHealth, a subclass of Health, encompasses the state of emotional, psychological, and social well-being, encompassing how individuals think, feel, and behave in daily life, manage stress, build relationships, and make decisions. Mental health includes practices to promote mental wellness, such as mindfulness, therapy, stress management, and self-care, as well as addressing challenges like anxiety, depression, or trauma through professional support or community resources. Mental health is essential for overall well-being and affects how people handle stress, relate to others, and make choices. In lifestyle coverage, mental health includes coping strategies, mindfulness activities, mental health resources, and fostering emotional well-being in families, highlighting self-awareness, support, and holistic health." ;
    skos:inScheme <https://data.hooray.media/ontology/HealthScheme> ;
    skos:broader <https://data.hooray.media/ontology/health> ;
    skos:altLabel "Mental Wellness" ;
    skos:altLabel "Emotional Health" ;
    skos:altLabel "Psychological Health" .