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

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

<https://concepts.sagepub.com/social-science/concept/water_consumption>
  skos:definition "Consumption of water is essential for the sustainability of human life. It is used in numerous renewable and nonrenewable ways and is commoditized via transformation into a multitude of items. [Source: <a href=\"https://sk.sagepub.com/reference/consumption-waste/n381.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Consumption and Waste: The Social Science of Garbage; Water Consumption</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/economic_demand> ;
  skos:prefLabel "water consumption"@en ;
  a skos:Concept .

