@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/tropical_deciduous_forest> .

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

<https://concepts.sagepub.com/social-science/concept/tropical_deciduous_forest>
  skos:definition "Tropical deciduous forest is a major vegetation type that occurs in association with seasonally wet and dry or monsoon climates. These forests vary significantly in their composition and structure in relation to their geographic location in the tropical realm, rainfall and soil conditions, and history of disturbances. [Source: <a href=\"https://sk.sagepub.com/reference/geography/n95.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geography; Biome: Tropical Deciduous Forest</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/biomes> ;
  skos:prefLabel "tropical deciduous forest"@en ;
  a skos:Concept .

