@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/bursitis>
  skos:definition "Bursitis is inflammation of a bursa. Bursae (plural for bursa) are lubricating sacs that overlie bony prominences to prevent friction between skin and bone and between tendons or ligaments and bones. [Source: <a href=\"https://sk.sagepub.com/reference/sportsmedicine/n84.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Sports Medicine; Bursitis</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/systemic_diseases>, <https://concepts.sagepub.com/social-science/concept/joint_diseases> ;
  skos:prefLabel "bursitis"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/systemic_diseases>
  skos:prefLabel "systemic diseases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/bursitis> .

<https://concepts.sagepub.com/social-science/concept/joint_diseases>
  skos:prefLabel "joint diseases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/bursitis> .

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

