@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/equality_in_the_workplace>
  skos:broader <https://concepts.sagepub.com/social-science/concept/human_resource_management>, <https://concepts.sagepub.com/social-science/concept/equal_employment_oportunity> ;
  skos:prefLabel "equality in the workplace"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/human_resource_management>
  skos:prefLabel "human resource management"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/equality_in_the_workplace> .

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

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

