@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/macrodiets> .

<https://concepts.sagepub.com/social-science/concept/macrodiets>
  skos:definition "The macrobiotic diet is defined by philosophy based on well-being and nutrition. The dietary component is similar to a vegetarian diet with emphasis on the quality of the food consumed. [Source: <a href=\"https://sk.sagepub.com/reference/obesity/n283.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Obesity; Macrodiets</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/dietary_interventions_to_treat_obesity> ;
  skos:prefLabel "macrodiets"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/dietary_interventions_to_treat_obesity>
  skos:prefLabel "dietary interventions to treat obesity"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/macrodiets> .

