@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/disabled_persons>
  skos:prefLabel "disabled persons"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/amputees> .

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

<https://concepts.sagepub.com/social-science/concept/amputees>
  skos:definition "Amputation is an acquired condition that results in the loss of a limb, usually from injury, disease, or surgery. As a surgical measure, it is used to control pain or a disease process in the affected limb, such as malignancy or gangrene. [Source: <a href=\"https://sk.sagepub.com/reference/globalhealth/n96.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Health; Amputees</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D000674.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/disabled_persons> ;
  skos:prefLabel "amputees"@en ;
  a skos:Concept .

