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

<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/bariatric_surgery> .

<https://concepts.sagepub.com/social-science/concept/bariatric_surgery>
  skos:definition "Bariatric surgery or weight loss surgery is one solution to obesity. This approach recognizes the limitations of diets and traditional weight loss programs. [Source: <a href=\"https://sk.sagepub.com/reference/womentoday/n71.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Women in Today's World The Multimedia Encyclopedia of Women in Today's World; Bariatric Surgery</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/surgery> ;
  skos:prefLabel "bariatric surgery"@en ;
  a skos:Concept .

