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

<https://concepts.sagepub.com/social-science/concept/WalMart>
  skos:definition "As the world's largest retailer and the world's largest company, Walmart plays a significant role in the global economy. It is a U.S.-based company that has 4,100 stores and 2,800 “supercenters” in 14 nations and generates more than US$400 billion annually in sales. [Source: <a href=\"https://sk.sagepub.com/reference/globalstudies/n550.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Studies; Walmart</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/retail_sector> ;
  skos:prefLabel "WalMart"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/organizations>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "organizations"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/WalMart> .

