@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/body_size>
  skos:prefLabel "body size"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/waist_circumference> .

<https://concepts.sagepub.com/social-science/concept/waist_circumference>
  skos:definition "Many studies now show a link between central adiposity and an increased risk of Type 2 diabetes, cardiovascular disease, and mortality. Specifically, waist circumference, an anthropometric measure at waistline, provides a simple and practical anthropometric measure for assessing central adiposity. [Source: <a href=\"https://sk.sagepub.com/reference/obesity/n474.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Obesity; Waist Circumference</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D055105.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/body_size> ;
  skos:prefLabel "waist circumference"@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/waist_circumference> .

