@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/temperature_in_disease>
  skos:prefLabel "temperature in disease"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/fever> .

<https://concepts.sagepub.com/social-science/concept/fever>
  skos:definition "Fever is an elevation of core body temperature; in medical terms, fever is a temperature over 38 °C (100.4 °F). Fever is involved in the body's immune response and most often occurs as a result of an infection. [Source: <a href=\"https://sk.sagepub.com/reference/sportsmedicine/n196.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Sports Medicine; Fever</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/temperature_in_disease>, <https://concepts.sagepub.com/social-science/concept/systemic_diseases> ;
  skos:prefLabel "fever"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/systemic_diseases>
  skos:prefLabel "systemic diseases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/fever> .

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

