@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/chain_stores>
  skos:prefLabel "chain stores"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/retail_sector> .

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

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

<https://concepts.sagepub.com/social-science/concept/retail_sector>
  skos:definition "Retailing involves all the activities used to sell goods and services directly to final consumers for personal nonbusiness use; global retailing represents retailing activities that cross national boundaries. Over the past several centuries, entrepreneurial merchants have ventured abroad to exchange merchandise and open retail operations. [Source: <a href=\"https://sk.sagepub.com/reference/businesstoday/n792.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Business in Today's World; Retail Sector</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/WalMart>, <https://concepts.sagepub.com/social-science/concept/chain_stores> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/economic_sectors> ;
  skos:prefLabel "retail sector"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/economic_sectors>
  skos:prefLabel "economic sectors"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/retail_sector> .

