@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/conditions_of_employment>
  skos:prefLabel "conditions of employment"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/secondment> .

<https://concepts.sagepub.com/social-science/concept/secondment>
  skos:broader <https://concepts.sagepub.com/social-science/concept/staff_supply>, <https://concepts.sagepub.com/social-science/concept/conditions_of_employment> ;
  skos:prefLabel "secondment"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/staff_supply>
  skos:prefLabel "staff supply"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/secondment> .

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

