@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/minority_shareholders> .

<https://concepts.sagepub.com/social-science/concept/minority_shareholders>
  skos:definition "Minority shareholders are shareholders of a corporation who own less than 50% of the voting rights and who individually are unable to control the corporation. Minority shareholder status is related to the proportion of voting power held by a shareholder, not by the proportion of shares held: Some share classes may have no or limited or multiple voting rights. [Source: <a href=\"https://sk.sagepub.com/reference/ethics/n522.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Business Ethics and Society; Minority Shareholders</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/management_ethics> ;
  skos:prefLabel "minority shareholders"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/management_ethics>
  skos:prefLabel "management ethics"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/minority_shareholders> .

