@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/sugar_beet>
  skos:prefLabel "sugar beet"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/sugar> .

<https://concepts.sagepub.com/social-science/concept/sugar_cane>
  skos:prefLabel "sugar cane"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/sugar> .

<https://concepts.sagepub.com/social-science/concept/sugar>
  skos:definition "SUGAR IS A term for sucrose that occurs naturally and is commercially produced from sugar cane or sugar beet. The origin of the word appears to have come from India where the Sanskrit was sarkara. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n1031.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Sugar</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/sugar_cane>, <https://concepts.sagepub.com/social-science/concept/sugar_beet> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/agriculture> ;
  skos:prefLabel "sugar"@en ;
  a skos:Concept .

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

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

