@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/temporary_employment>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/casual_labor> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/modes_of_employment>, <https://concepts.sagepub.com/social-science/concept/employment> ;
  skos:prefLabel "temporary employment"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/casual_labor>
  skos:prefLabel "casual labor"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/temporary_employment> .

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

<https://concepts.sagepub.com/social-science/concept/modes_of_employment>
  skos:prefLabel "modes of employment"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/temporary_employment> .

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

