@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/types_of_cancer>
  skos:prefLabel "types of cancer"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/hairy_cell_leukemia> .

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

<https://concepts.sagepub.com/social-science/concept/hairy_cell_leukemia>
  skos:definition "HAIRY CELL LEUKEMIA (HCL) is a B-cell lymphoproliferative disorder that, though uncommon, has received much attention due to the disease's unknown pathogenesis, unique characteristics, and varying clinical presentations. HCL is characterized by abnormal B cells that express abnormal surface antigens, causing the cell to be recognized by the body as atypical and ultimately sequestered in the spleen. [Source: <a href=\"https://sk.sagepub.com/reference/cancer/n362.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Cancer and Society; Leukemia, Hairy Cell</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/types_of_cancer> ;
  skos:prefLabel "hairy cell leukemia"@en ;
  a skos:Concept .

