@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/bladder_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/bladder_cancer> .

<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/bladder_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/bladder_cancer> .

<https://concepts.sagepub.com/social-science/concept/bladder_diseases>
  skos:prefLabel "bladder diseases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/bladder_cancer> .

<https://concepts.sagepub.com/social-science/concept/bladder_cancer>
  skos:definition "BLADDER CANCER IS a disease involving the growth of malignant cancer cells in the bladder. Hematuria, or blood in the urine, is the most common sign of bladder cancer. [Source: <a href=\"https://sk.sagepub.com/reference/cancer/n80.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Cancer and Society; Bladder Cancer</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/types_of_cancer>, <https://concepts.sagepub.com/social-science/concept/cancer_types>, <https://concepts.sagepub.com/social-science/concept/cancer>, <https://concepts.sagepub.com/social-science/concept/bladder_diseases> ;
  skos:prefLabel "bladder cancer"@en ;
  a skos:Concept .

