@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/drinking_water>
  skos:definition "Drinking water is potable water or water that can be drunk or ingested by human beings. Water is a vital necessity for humans, without which they quickly die. [Source: <a href=\"https://sk.sagepub.com/reference/globalhealth/n380.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Health; Drinking Water</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/carbonated_water>, <https://concepts.sagepub.com/social-science/concept/bottled_water> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D060766.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/beverages> ;
  skos:prefLabel "drinking water"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/bottled_water>
  skos:prefLabel "bottled water"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/drinking_water> .

<https://concepts.sagepub.com/social-science/concept/beverages>
  skos:prefLabel "beverages"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/drinking_water> .

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

<https://concepts.sagepub.com/social-science/concept/carbonated_water>
  skos:prefLabel "carbonated water"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/drinking_water> .

