@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/public_administration>
  skos:prefLabel "public administration"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/special_district> .

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

<https://concepts.sagepub.com/social-science/concept/special_district>
  skos:definition "One of the least understood institutions of local government is the special district. Special districts are service providers that operate within specifically defined areas and in response to public demand, though they are created by state legislation. [Source: <a href=\"https://sk.sagepub.com/reference/governance/n512.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Governance; Special District</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/public_administration> ;
  skos:prefLabel "special district"@en ;
  a skos:Concept .

