@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/social_class>
  skos:prefLabel "social class"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/ruling_class> .

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

<https://concepts.sagepub.com/social-science/concept/ruling_class>
  skos:definition "This Marxist term now sounds archaic but it has the virtue of clarity: it denotes the class that exercises political domination. This may be done openly and directly, as in the example of the lords of a feudal society. [Source: <a href=\"https://sk.sagepub.com/reference/the-sage-dictionary-of-sociology/n980.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Dictionary of Sociology; Ruling Class</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/social_class> ;
  skos:prefLabel "ruling class"@en ;
  a skos:Concept .

