@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/health_and_well-being>
  skos:prefLabel "health and well-being"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/allergy> .

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

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

<https://concepts.sagepub.com/social-science/concept/allergy>
  skos:definition "Allergies affect millions of people in the United States and include environmental allergies to pollen, animals, foods, different chemicals, and certain man-made substances. Allergic responses occur when the body reacts to normally innocuous substances in the environment as it would to toxins. [Source: <a href=\"https://sk.sagepub.com/reference/humandevelopment/n27.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Human Development; Allergy</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/systemic_diseases>, <https://concepts.sagepub.com/social-science/concept/illness>, <https://concepts.sagepub.com/social-science/concept/health_and_well-being>, <https://concepts.sagepub.com/social-science/concept/disease> ;
  skos:prefLabel "allergy"@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/allergy> .

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

