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

<https://concepts.sagepub.com/social-science/concept/economics_of_poverty>
  skos:prefLabel "economics of poverty"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/wage_slavery> .

<https://concepts.sagepub.com/social-science/concept/wage_slavery>
  skos:definition "Wage slavery is a form of slavery. It is a state under which a person is not able to exercise his or her rights or authority over himself or herself in the matter of livelihood. [Source: <a href=\"https://sk.sagepub.com/reference/the-sage-encyclopedia-of-world-poverty-second-edition/i10146.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Encyclopedia of World Poverty; Wage Slavery</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/economics_of_poverty> ;
  skos:prefLabel "wage slavery"@en ;
  a skos:Concept .

