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

<https://concepts.sagepub.com/social-science/concept/cancer>
  skos:prefLabel "cancer"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/bone_cancer> .

<https://concepts.sagepub.com/social-science/concept/bone_cancer>
  skos:definition "One of the less common cancers is that of the bone. Bone cancer occurs throughout the world and thus makes an impact on global health resources. [Source: <a href=\"https://sk.sagepub.com/reference/globalhealth/n190.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Health; Bone Cancer</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cancer_types>, <https://concepts.sagepub.com/social-science/concept/cancer>, <https://concepts.sagepub.com/social-science/concept/bone_diseases> ;
  skos:prefLabel "bone cancer"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/bone_diseases>
  skos:prefLabel "bone diseases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/bone_cancer> .

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

