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

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

<https://concepts.sagepub.com/social-science/concept/point_sources_of_pollution>
  skos:definition "Point sources of pollution are individual, localized facilities that emit air and/or water pollution into the environment. Point sources can also emit thermal, light, and noise pollution. [Source: <a href=\"https://sk.sagepub.com/reference/geography/n897.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geography; Point Sources of Pollution</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pollution_and_waste> ;
  skos:prefLabel "point sources of pollution"@en ;
  a skos:Concept .

