@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/diarrhea>
  skos:definition "Diarrhea is generally defined as an increase in the frequency and liquidity of bowel movements. Diarrhea can vary from semisolid to watery and can be classified as acute if its duration is less than 4 weeks and chronic if it is greater than 4 weeks. [Source: <a href=\"https://sk.sagepub.com/reference/sportsmedicine/n143.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Sports Medicine; Diarrhea</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/localized_diseases> ;
  skos:prefLabel "diarrhea"@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/diarrhea> .

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

