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

<https://concepts.sagepub.com/social-science/concept/soil_pollution>
  skos:definition "Soil pollution is defined as the accumulation of chemicals, physical matter, or biological products in amounts or concentrations that are potentially toxic to other organisms or waterways. Physical matter can cause pollution by obstruction of soil activity, leaching, or littering. [Source: <a href=\"https://sk.sagepub.com/reference/greenculture/n125.xml\" target=\"_blank\" data-id=\"to-sk\">Green Culture: An A-to-Z Guide; Soil Pollution</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/land_pollution> ;
  skos:prefLabel "soil pollution"@en ;
  a skos:Concept .

