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

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

<https://concepts.sagepub.com/social-science/concept/humidity>
  skos:definition "Humidity is a parameter representing the amount of water vapor in the air. This is expressed in numerous ways: relative humidity, mixing ratio, specific humidity, and absolute humidity. [Source: <a href=\"https://sk.sagepub.com/reference/geography/n592.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geography; Humidity</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/climatology>, <https://concepts.sagepub.com/social-science/concept/climate> ;
  skos:prefLabel "humidity"@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/humidity> .

