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

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

<https://concepts.sagepub.com/social-science/concept/chewing_gum>
  skos:definition "In 2005, chewing gum became the number one snack in America. Today, more than 50% of Americans chew gum, consuming about 1.8 lb (1 lb = 0.45 kg) of gum per capita each year. [Source: <a href=\"https://sk.sagepub.com/reference/lifestylemedicinehealth/n75.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Lifestyle Medicine &amp; Health; Chewing Gum</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/nicotine_chewing_gum> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D002638.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/candy> ;
  skos:prefLabel "chewing gum"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/nicotine_chewing_gum>
  skos:prefLabel "nicotine chewing gum"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/chewing_gum> .

