@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/digestive_system_diseases>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/pancreatic_diseases>, <https://concepts.sagepub.com/social-science/concept/oesophageal_cancer>, <https://concepts.sagepub.com/social-science/concept/liver_diseases>, <https://concepts.sagepub.com/social-science/concept/gastrointestinal_disease>, <https://concepts.sagepub.com/social-science/concept/biliary_tract_disorders>, <https://concepts.sagepub.com/social-science/concept/alimentary_tract_cancer> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/disease> ;
  skos:prefLabel "digestive system diseases"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/liver_diseases>
  skos:prefLabel "liver diseases"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/digestive_system_diseases> .

<https://concepts.sagepub.com/social-science/concept/biliary_tract_disorders>
  skos:prefLabel "biliary tract disorders"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/digestive_system_diseases> .

<https://concepts.sagepub.com/social-science/concept/gastrointestinal_disease>
  skos:prefLabel "gastrointestinal disease"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/digestive_system_diseases> .

<https://concepts.sagepub.com/social-science/concept/oesophageal_cancer>
  skos:prefLabel "oesophageal cancer"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/digestive_system_diseases> .

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

<https://concepts.sagepub.com/social-science/concept/pancreatic_diseases>
  skos:prefLabel "pancreatic diseases"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/digestive_system_diseases> .

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

<https://concepts.sagepub.com/social-science/concept/alimentary_tract_cancer>
  skos:prefLabel "alimentary tract cancer"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/digestive_system_diseases> .

