@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/water_features>
  skos:prefLabel "water features"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/precipitation> .

<https://concepts.sagepub.com/social-science/concept/rain>
  skos:prefLabel "rain"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/precipitation> .

<https://concepts.sagepub.com/social-science/concept/precipitation>
  skos:definition "Precipitation refers both to the process by which particles fall from clouds to the earth below, and to those particles themselves. Owing to various chemical and physical actions, cloud droplets that would otherwise remain in the atmosphere can aggregate around an ice or liquid core until they achieve a mass that causes them to fall from the sky. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n865.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Precipitation</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/snow>, <https://concepts.sagepub.com/social-science/concept/rain> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/water_features>, <https://concepts.sagepub.com/social-science/concept/atmospheric_science>, <https://concepts.sagepub.com/social-science/concept/atmospheric_condensation>, <https://concepts.sagepub.com/social-science/concept/agriculture> ;
  skos:prefLabel "precipitation"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/atmospheric_condensation>
  skos:prefLabel "atmospheric condensation"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/precipitation> .

<https://concepts.sagepub.com/social-science/concept/snow>
  skos:prefLabel "snow"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/precipitation> .

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

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

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

