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

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

<https://concepts.sagepub.com/social-science/concept/ozone_depletion>
  skos:definition "Ozone is a relatively unstable form of molecular oxygen containing three oxygen atoms (03). Ozone near the earth's surface is the most noxious component of smog that is treated as an air pollutant in most industrial countries. [Source: <a href=\"https://sk.sagepub.com/reference/ethics/n604.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Business Ethics and Society; Ozone Depletion</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pollution> ;
  skos:prefLabel "ozone depletion"@en ;
  a skos:Concept .

