@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/tropics> .

<https://concepts.sagepub.com/social-science/concept/tropics>
  skos:definition "The region of the earth found between the Tropic of Cancer and the Tropic of Capricorn. This region is marked by the absence of cold weather. [Source: <a href=\"https://sk.sagepub.com/reference/behavioralsciences/n2594.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Glossary of the Social and Behavioral Sciences; Tropics</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/climate> ;
  skos:prefLabel "tropics"@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/tropics> .

