@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/atmosphere>
  skos:definition "The atmosphere is an envelope of gases surrounding the solid earth. This mixture of gases provides the oxygen we need to live and is responsible for the global diversity of weather phenomena. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n51.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Atmosphere</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/cosmic_radiation> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/conservation_and_ecology> ;
  skos:prefLabel "atmosphere"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/cosmic_radiation>
  skos:prefLabel "cosmic radiation"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/atmosphere> .

<https://concepts.sagepub.com/social-science/concept/conservation_and_ecology>
  skos:prefLabel "conservation and ecology"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/atmosphere> .

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

