@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/gastroenterology>
  skos:definition "Gastroenterology is the branch of medicine that focuses on the structure, function, and diseases of the digestive system. The gastrointestinal tract breaks down food as it is digested to provide energy for the human body to function. [Source: <a href=\"https://sk.sagepub.com/reference/globalhealth/n485.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Health; Gastroenterology</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D005762.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/internal_medicine>, <https://concepts.sagepub.com/social-science/concept/health_sciences> ;
  skos:prefLabel "gastroenterology"@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/gastroenterology> .

<https://concepts.sagepub.com/social-science/concept/internal_medicine>
  skos:prefLabel "internal medicine"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/gastroenterology> .

<https://concepts.sagepub.com/social-science/concept/health_sciences>
  skos:prefLabel "health sciences"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/gastroenterology> .

