@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/middle_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/middle_class> .

<https://concepts.sagepub.com/social-science/concept/middle_class>
  skos:definition "Often used in the plural to reflect its internal diversity, this term identifies non-manual workers: ‘middle’ in the sense of enjoying a wide variety of advantages over most manual workers but clearly subordinate to those whose wealth means they need not work. Although wealth and status usually go hand-in-hand, the initial division between middle and working class is not economic; it is social and cultural. [Source: <a href=\"https://sk.sagepub.com/reference/the-sage-dictionary-of-sociology/n737.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Dictionary of Sociology; Middle Class</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/social_class> ;
  skos:prefLabel "middle class"@en ;
  a skos:Concept .

