@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/gout>
  skos:definition "Gout is a broad term used for the problems with uric acid metabolism in the body. Gout is also referred to as metabolic arthritis due to similar symptoms. [Source: <a href=\"https://sk.sagepub.com/reference/obesity/n209.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Obesity; Gout</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/joint_diseases>, <https://concepts.sagepub.com/social-science/concept/health_implications_of_obesity> ;
  skos:prefLabel "gout"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/joint_diseases>
  skos:prefLabel "joint diseases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/gout> .

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

<https://concepts.sagepub.com/social-science/concept/health_implications_of_obesity>
  skos:prefLabel "health implications of obesity"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/gout> .

