@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/executive_government>
  skos:prefLabel "executive government"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/ministers> .

<https://concepts.sagepub.com/social-science/concept/secretaries_of_state>
  skos:prefLabel "secretaries of state"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/ministers> .

<https://concepts.sagepub.com/social-science/concept/members_of_parliament>
  skos:prefLabel "members of parliament"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/ministers> .

<https://concepts.sagepub.com/social-science/concept/Prime_Ministers>
  skos:prefLabel "Prime Ministers"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/ministers> .

<https://concepts.sagepub.com/social-science/concept/ministers>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/secretaries_of_state>, <https://concepts.sagepub.com/social-science/concept/Prime_Ministers>, <https://concepts.sagepub.com/social-science/concept/ministerial_responsibilities> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/members_of_parliament>, <https://concepts.sagepub.com/social-science/concept/executive_government> ;
  skos:prefLabel "ministers"@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/ministers> .

<https://concepts.sagepub.com/social-science/concept/ministerial_responsibilities>
  skos:prefLabel "ministerial responsibilities"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/ministers> .

