@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/common_cold>
  skos:definition "The common cold is a mild viral infection that affects the upper respiratory tract and is one of the most common viral infections in humans. The main culprits behind the common cold are the rhinoviruses. [Source: <a href=\"https://sk.sagepub.com/reference/globalhealth/n301.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Health; Common Cold</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/virus_diseases>, <https://concepts.sagepub.com/social-science/concept/systemic_diseases>, <https://concepts.sagepub.com/social-science/concept/respiratory_tract_infections> ;
  skos:prefLabel "common cold"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/respiratory_tract_infections>
  skos:prefLabel "respiratory tract infections"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/common_cold> .

<https://concepts.sagepub.com/social-science/concept/virus_diseases>
  skos:prefLabel "virus diseases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/common_cold> .

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

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

