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

<https://concepts.sagepub.com/social-science/concept/regional_policy>
  skos:definition "A nationally or internationally oriented policy to foster national or intraregional development or regional international trade. In the context of national development, it could be seen as a subsidy to enhance regional development, for which retaliatory action (countervailing or actionable duty under the World Trade Organization rules) should not be taken. [Source: <a href=\"https://sk.sagepub.com/reference/behavioralsciences/n2157.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Glossary of the Social and Behavioral Sciences; Regional Policy</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/governance> ;
  skos:prefLabel "regional policy"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/governance>
  skos:prefLabel "governance"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/regional_policy> .

