@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/resistance_training> .

<https://concepts.sagepub.com/social-science/concept/exercise>
  skos:prefLabel "exercise"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/resistance_training> .

<https://concepts.sagepub.com/social-science/concept/resistance_training>
  skos:definition "Resistance training (RT; also strength training or weight training) is a well-established form of exercise that results in improved physical and mental health. When properly prescribed, RT increases muscle strength, speed, size, power, endurance, balance, and coordination, and it can reduce the risks of several chronic diseases and physical and mental impairments. [Source: <a href=\"https://sk.sagepub.com/reference/lifestylemedicinehealth/n304.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Lifestyle Medicine &amp; Health; Resistance Training</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D055070.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/exercise> ;
  skos:prefLabel "resistance training"@en ;
  a skos:Concept .

