@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/monopoly>
  skos:prefLabel "monopoly"@en ;
  a skos:Concept .

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

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

<https://concepts.sagepub.com/social-science/concept/monopsony>
  skos:definition "Monopsony is the “flip side” of monopoly. In monopoly, a firm is the sole seller of product to a group of consumers. [Source: <a href=\"https://sk.sagepub.com/reference/ethics/n528.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Business Ethics and Society; Monopsony</a>]"@en ;
  skos:related <https://concepts.sagepub.com/social-science/concept/monopoly> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/economic_concepts> ;
  skos:prefLabel "monopsony"@en ;
  a skos:Concept .

