@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/arthritis>
  skos:definition "Arthritis is defined as pain and inflammation of a joint. Osteoarthritis, rheumatoid arthritis, and gout are the most common. [Source: <a href=\"https://sk.sagepub.com/reference/sportsmedicine/n41.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Sports Medicine; Arthritis</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/rheumatoid_arthritis> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D001168.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/joint_diseases> ;
  skos:prefLabel "arthritis"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/rheumatoid_arthritis>
  skos:prefLabel "rheumatoid arthritis"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/arthritis> .

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

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

