@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/colon_polyps> .

<https://concepts.sagepub.com/social-science/concept/colon_polyps>
  skos:definition "The term colon polyp describes a growth or mass that protrudes into the open space of the colon from the normal colon wall or lining. Colon polyps are a very common finding in men and women of all races, and some have the potential to become cancer. [Source: <a href=\"https://sk.sagepub.com/reference/globalhealth/n298.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Health; Colon Polyps</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/localized_diseases> ;
  skos:prefLabel "colon polyps"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/localized_diseases>
  skos:prefLabel "localized diseases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/colon_polyps> .

