@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/polar_bears>
  skos:definition "THE POLAR BEAR (order Carnivora, family Ursi-dae) is the largest bear species and is thought to have evolved from brown bears, Llrsus arctos, approximately one million years ago. There are 19 recognized populations, distributed in Canada, the United States (Alaska), Norway (Svalbard Islands), Denmark (Greenland), and Russia. [Source: <a href=\"https://sk.sagepub.com/reference/globalwarming/n519.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Warming and Climate Change; Polar Bears</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/effects_of_climate_change> ;
  skos:prefLabel "polar bears"@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/polar_bears> .

<https://concepts.sagepub.com/social-science/concept/effects_of_climate_change>
  skos:prefLabel "effects of climate change"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/polar_bears> .

