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

<https://concepts.sagepub.com/social-science/concept/dioxins>
  skos:definition "Dioxins are a class of 75 chlorinated aromatic hydrocarbons that vary widely in their toxicity to humans. Dioxin toxicity is measured by Toxic Equivalent Factor (TEF) for which the standard of 1.0 is TCDD, or tetrachlorodibenzo–p–dioxin, one of the most toxic substances known. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n299.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Dioxins</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pollution> ;
  skos:prefLabel "dioxins"@en ;
  a skos:Concept .

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

