@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/stress_management>
  skos:definition "Hans Selye first introduced the concept of stress in 1926. In his early work, Selye defined stress as a bodily response to overuse or damage. [Source: <a href=\"https://sk.sagepub.com/reference/counseling/n283.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Counseling; Stress Management</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/employee_well-being>, <https://concepts.sagepub.com/social-science/concept/coping_mechanisms> ;
  skos:prefLabel "stress management"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/stress_management> .

<https://concepts.sagepub.com/social-science/concept/employee_well-being>
  skos:prefLabel "employee well-being"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/stress_management> .

<https://concepts.sagepub.com/social-science/concept/coping_mechanisms>
  skos:prefLabel "coping mechanisms"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/stress_management> .

