@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/nausea_and_vomiting>
  skos:definition "Nausea and vomiting are symptoms rather than diseases. They can result from many different conditions, such as infection, food poisoning, motion sickness, overeating, intestinal obstruction, brain injuries, appendicitis, and migraine headaches. [Source: <a href=\"https://sk.sagepub.com/reference/globalhealth/n851.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Health; Nausea and Vomiting</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/systemic_diseases> ;
  skos:prefLabel "nausea and vomiting"@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/nausea_and_vomiting> .

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

