@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/governor>
  skos:definition "State governors are the chief executives of state governments. In this role, they occupy a similar position to the U.S. president in the institutional hierarchy of government. [Source: <a href=\"https://sk.sagepub.com/cqpress/political-encyclopedia-of-us-states-and-regions/n122.xml\" target=\"_blank\" data-id=\"to-sk\">Political Encyclopedia of U.S. States and Regions; Governor</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/public_administration> ;
  skos:prefLabel "governor"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/public_administration>
  skos:prefLabel "public administration"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/governor> .

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

