@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/unpaid_work>
  skos:prefLabel "unpaid work"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/nonmarket_work> .

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

<https://concepts.sagepub.com/social-science/concept/nonmarket_work>
  skos:definition "Work can be paid or unpaid. Nonmarket work is unpaid labor in a market society that is a productive activity similar to or identical with paid labor. [Source: <a href=\"https://sk.sagepub.com/reference/sociology-of-work/n226.xml\" target=\"_blank\" data-id=\"to-sk\">Sociology of Work: An Encyclopedia; Nonmarket Work</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/unpaid_work> ;
  skos:prefLabel "nonmarket work"@en ;
  a skos:Concept .

