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

<https://concepts.sagepub.com/social-science/concept/special_diets>
  skos:prefLabel "special diets"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/diet> .

<https://concepts.sagepub.com/social-science/concept/balanced_diet>
  skos:prefLabel "balanced diet"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/diet> .

<https://concepts.sagepub.com/social-science/concept/fasting>
  skos:prefLabel "fasting"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/diet> .

<https://concepts.sagepub.com/social-science/concept/diet>
  skos:definition "It is estimated that poor diet is responsible for 15 per cent of all deaths in Western countries. In a sociological approach diet is not considered a lifestyle choice. [Source: <a href=\"https://sk.sagepub.com/reference/the-sage-dictionary-of-health-and-society/n242.xml\" target=\"_blank\" data-id=\"to-sk\">The Sage Dictionary of Health and Society; Diet</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/special_diets>, <https://concepts.sagepub.com/social-science/concept/fasting>, <https://concepts.sagepub.com/social-science/concept/balanced_diet> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/nutrition> ;
  skos:prefLabel "diet"@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/diet> .

