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

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

<https://concepts.sagepub.com/social-science/concept/Cancer_Alley>
  skos:definition "The land known to the Louisiana environmental justice movement as Cancer Alley follows the Mississippi River from Baton Rouge to New Orleans. Otherwise known as the chemical corridor, this area is home to facilities producing gasoline, fertilizers, plastics, and numerous other petrochemical products. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n137.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Cancer Alley</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pollution> ;
  skos:prefLabel "Cancer Alley"@en ;
  a skos:Concept .

