@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/bottled_water>
  skos:definition "Bottled water in the United States is regulated by different agencies than those that regulate drinking water. Because of this, there are differences in the reporting requirements for water testing that make it more difficult to determine the safety and content of bottled water when compared to tap water. [Source: <a href=\"https://sk.sagepub.com/reference/greenhealth/n20.xml\" target=\"_blank\" data-id=\"to-sk\">Green Health: An A-to-Z Guide; Bottled Water</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/drinking_water> ;
  skos:prefLabel "bottled water"@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/bottled_water> .

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

