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

<https://concepts.sagepub.com/social-science/concept/alcoholic_fatty_liver>
  skos:prefLabel "alcoholic fatty liver"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/fatty_liver> .

<https://concepts.sagepub.com/social-science/concept/Reye_syndrome>
  skos:prefLabel "Reye syndrome"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/fatty_liver> .

<https://concepts.sagepub.com/social-science/concept/fatty_liver>
  skos:definition "Fatty liver disease (FLD) results from an accumulation of lipids within liver cells and ranges from fatty liver alone (steatosis) to fatty liver associated with inflammation (steatohepatitis). FLD may be related to alcohol (generally above 10 grams per day) or not (nonalcoholic fatty liver disease [NAFLD]). [Source: <a href=\"https://sk.sagepub.com/reference/obesity/n169.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Obesity; Fatty Liver</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Reye_syndrome>, <https://concepts.sagepub.com/social-science/concept/alcoholic_fatty_liver> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/liver_diseases>, <https://concepts.sagepub.com/social-science/concept/health_implications_of_obesity> ;
  skos:prefLabel "fatty liver"@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/fatty_liver> .

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

