@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/cartels> .

<https://concepts.sagepub.com/social-science/concept/cartels>
  skos:definition "Cartels are associations of independent business firms or nations usually involved in the same industry. Their purpose is to regulate the production, pricing, and marketing of goods by their members. [Source: <a href=\"https://sk.sagepub.com/reference/humangeography/n22.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Human Geography; Cartels</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/regional_economic_geography>, <https://concepts.sagepub.com/social-science/concept/monopolies> ;
  skos:prefLabel "cartels"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/regional_economic_geography>
  skos:prefLabel "regional economic geography"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/cartels> .

