@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/amputation>
  skos:definition "Amputation involves the removal of an extremity of the body, usually the leg, foot, toe, arm, hand, or finger. The removal may occur through surgery, trauma, prolonged constriction, or by the individual (self-amputation). [Source: <a href=\"https://sk.sagepub.com/reference/encyclopedia-of-health-communication/n27.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Health Communication; Amputation</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/surgical_section> ;
  skos:prefLabel "amputation"@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/amputation> .

<https://concepts.sagepub.com/social-science/concept/surgical_section>
  skos:prefLabel "surgical section"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/amputation> .

