@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/appendicitis>
  skos:definition "Appendicitis, sometimes known as epityphlitis, is a condition whereby people suffer from an inflammation of the appendix. Some milder cases can resolve themselves using the body's natural functions, but most require the removal of the inflamed appendix either by laparotomy or laparoscopy, often leaving a small scar. [Source: <a href=\"https://sk.sagepub.com/reference/globalhealth/n113.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Health; Appendicitis</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/localized_diseases>, <https://concepts.sagepub.com/social-science/concept/intestinal_diseases> ;
  skos:prefLabel "appendicitis"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/intestinal_diseases>
  skos:prefLabel "intestinal diseases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/appendicitis> .

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

<https://concepts.sagepub.com/social-science/concept/localized_diseases>
  skos:prefLabel "localized diseases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/appendicitis> .

