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

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

<https://concepts.sagepub.com/social-science/concept/inclusionary_zoning>
  skos:definition "Inclusionary zoning is a program in which developers provide affordable dwelling units in new housing developments. They may be allowed to participate voluntarily, or the program may be mandatory. [Source: <a href=\"https://sk.sagepub.com/reference/housing2ed/n135.xml\" target=\"_blank\" data-id=\"to-sk\">The Encyclopedia of Housing; Inclusionary Zoning</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/discrimination> ;
  skos:prefLabel "inclusionary zoning"@en ;
  a skos:Concept .

