@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/staff_resourcing>
  skos:prefLabel "staff resourcing"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/flexible_working> .

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

<https://concepts.sagepub.com/social-science/concept/flexible_working>
  skos:broader <https://concepts.sagepub.com/social-science/concept/staff_resourcing>, <https://concepts.sagepub.com/social-science/concept/modes_of_employment> ;
  skos:prefLabel "flexible working"@en ;
  a skos:Concept .

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

