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

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

<https://concepts.sagepub.com/social-science/concept/nuts>
  skos:definition "Archaeological records show that the consumption of tree nuts and peanuts spans several centuries. Today, a wide variety of tree nuts as well as peanuts (a legume) are consumed. [Source: <a href=\"https://sk.sagepub.com/reference/lifestylemedicinehealth/n242.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Lifestyle Medicine &amp; Health; Nuts</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D009754.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/food> ;
  skos:prefLabel "nuts"@en ;
  a skos:Concept .

