@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/gallbladder_cancer> .

<https://concepts.sagepub.com/social-science/concept/gallbladder_cancer>
  skos:definition "CANCER OF THE gallbladder is considered to be a highly fatal cancer that caused approximately 3,200 deaths in the United States in 2006. Most cases are incidentally found and are in an advanced stage on discovery. [Source: <a href=\"https://sk.sagepub.com/reference/cancer/n246.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Cancer and Society; Gallbladder Cancer</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/types_of_cancer>, <https://concepts.sagepub.com/social-science/concept/cancer_types> ;
  skos:prefLabel "gallbladder cancer"@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/gallbladder_cancer> .

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

