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

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

<https://concepts.sagepub.com/social-science/concept/salt>
  skos:definition "Salt is a compound of sodium and chlorine (NaCl) that is an essential ingredient for human life. The human body has to maintain a saline solution in the blood in order to be healthy. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n948.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Salt</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/food_and_nutrition> ;
  skos:prefLabel "salt"@en ;
  a skos:Concept .

