@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/conceptgroup/organizations>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "organizations"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/NHS_Modernisation_Agency> .

<https://concepts.sagepub.com/social-science/concept/executive_agencies>
  skos:prefLabel "executive agencies"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/NHS_Modernisation_Agency> .

<https://concepts.sagepub.com/social-science/concept/Department_of_Health>
  skos:prefLabel "Department of Health"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/NHS_Modernisation_Agency> .

<https://concepts.sagepub.com/social-science/concept/NHS_Modernisation_Agency>
  skos:broader <https://concepts.sagepub.com/social-science/concept/Department_of_Health>, <https://concepts.sagepub.com/social-science/concept/executive_agencies> ;
  skos:prefLabel "NHS Modernisation Agency"@en ;
  a skos:Concept .

