@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/minimum_wage>
  skos:prefLabel "minimum wage"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/wages> .

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

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

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

<https://concepts.sagepub.com/social-science/concept/wages>
  skos:definition "WAGES ARE COMPENSATION for a worker's time and effort on behalf of an employer. Wages are often specified as a rate of pay, which falls into two categories: time rates and piece rates. [Source: <a href=\"https://sk.sagepub.com/reference/worldpoverty/n738.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of World Poverty; Wages</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/minimum_wage> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pay>, <https://concepts.sagepub.com/social-science/concept/economics_of_poverty> ;
  skos:prefLabel "wages"@en ;
  a skos:Concept .

