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

<https://concepts.sagepub.com/social-science/concept/body_temperature_regulation>
  skos:prefLabel "body temperature regulation"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/thermogenesis> .

<https://concepts.sagepub.com/social-science/concept/thermogenesis>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/shivering> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D022722.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/body_temperature_regulation> ;
  skos:prefLabel "thermogenesis"@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/thermogenesis> .

