@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/policy_impacts> .

<https://concepts.sagepub.com/social-science/concept/public_policy>
  skos:prefLabel "public policy"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/policy_impacts> .

<https://concepts.sagepub.com/social-science/concept/policy_impacts>
  skos:definition "The concept of policy impacts refers to the effects and consequences of public policy on individuals, groups, the broader society, and the natural world in which we live. All policies have intended targets but are more or less successful in attaining their stated goals. [Source: <a href=\"https://sk.sagepub.com/reference/intlpoliticalscience/n265.xml\" target=\"_blank\" data-id=\"to-sk\">International Encyclopedia of Political Science; Impacts, Policy</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/public_policy> ;
  skos:prefLabel "policy impacts"@en ;
  a skos:Concept .

