@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/tea>
  skos:definition "Tea is a hot beverage brewed with boiling water and the buds or leaves of the Camellia sinensis plant. Historical and Geographical Context All tea comes from two varieties of trees: C. sinensis, which is indigenous to western Yunnan in China, and C. assamica, which was first discovered in the Assam region of India. [Source: <a href=\"https://sk.sagepub.com/reference/consumerculture/n539.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Consumer Culture; Tea</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D013662.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/beverages> ;
  skos:prefLabel "tea"@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/tea> .

<https://concepts.sagepub.com/social-science/concept/beverages>
  skos:prefLabel "beverages"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/tea> .

