@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/shop_arrangements>
  skos:prefLabel "shop arrangements"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/working_environment> .

<https://concepts.sagepub.com/social-science/concept/occupational_health_and_safety>
  skos:prefLabel "occupational health and safety"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/working_environment> .

<https://concepts.sagepub.com/social-science/concept/management_culture>
  skos:prefLabel "management culture"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/working_environment> .

<https://concepts.sagepub.com/social-science/concept/working_conditions>
  skos:prefLabel "working conditions"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/working_environment> .

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

<https://concepts.sagepub.com/social-science/concept/working_environment>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/shop_arrangements>, <https://concepts.sagepub.com/social-science/concept/occupational_health_and_safety>, <https://concepts.sagepub.com/social-science/concept/management_culture> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/working_conditions> ;
  skos:prefLabel "working environment"@en ;
  a skos:Concept .

