@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/symptoms_of_disease>
  skos:prefLabel "symptoms of disease"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/hernia> .

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

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

<https://concepts.sagepub.com/social-science/concept/hiatal_hernia>
  skos:prefLabel "hiatal hernia"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/hernia> .

<https://concepts.sagepub.com/social-science/concept/hernia>
  skos:definition "The term hernia is used to describe the protrusion of a body part or organ through an opening or defect in the fascia, muscle, or wall of a cavity. The fibrous lining of the abdominal cavity that supports, separates, and unites the muscles and tissues is known as fascia. [Source: <a href=\"https://sk.sagepub.com/reference/globalhealth/n574.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Health; Hernia</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/hiatal_hernia> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/symptoms_of_disease>, <https://concepts.sagepub.com/social-science/concept/localized_diseases>, <https://concepts.sagepub.com/social-science/concept/intestinal_diseases> ;
  skos:prefLabel "hernia"@en ;
  a skos:Concept .

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

