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

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

<https://concepts.sagepub.com/social-science/concept/air_conditioning>
  skos:definition "The advent early in the 20th century of mechanical airconditioning systems designed to simultaneously control indoor heat and humidity helped to reshape urban America. As its use spread, starting in the nation's largest, wealthiest, and most important cities, the rhythms of city life changed as buildings and work schedules responded to the promise and problems of a new kind of indoor control. [Source: <a href=\"https://sk.sagepub.com/reference/urbanhistory/n10.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of American Urban History; Air Conditioning</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/climate> ;
  skos:prefLabel "air conditioning"@en ;
  a skos:Concept .

