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

<https://concepts.sagepub.com/social-science/concept/chimney_sweeps>
  skos:prefLabel "chimney sweeps"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cleaners> .

<https://concepts.sagepub.com/social-science/concept/cleaners>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/orderlies>, <https://concepts.sagepub.com/social-science/concept/health_service_cleaners>, <https://concepts.sagepub.com/social-science/concept/chimney_sweeps> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/maintenance_staff>, <https://concepts.sagepub.com/social-science/concept/domestic_staff> ;
  skos:prefLabel "cleaners"@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/cleaners> .

<https://concepts.sagepub.com/social-science/concept/domestic_staff>
  skos:prefLabel "domestic staff"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/cleaners> .

<https://concepts.sagepub.com/social-science/concept/health_service_cleaners>
  skos:prefLabel "health service cleaners"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cleaners> .

<https://concepts.sagepub.com/social-science/concept/maintenance_staff>
  skos:prefLabel "maintenance staff"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/cleaners> .

