@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/pharmaceutical_product>
  skos:prefLabel "pharmaceutical product"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/vaccines> .

<https://concepts.sagepub.com/social-science/concept/vaccines>
  skos:definition "THE A MERICAN CANCER Society ranks cancer as the number two cause of death in the United States. Cancer-related deaths adjusted to population size have decreased only slightly, whereas deaths related to heart disease and stroke have decreased by more than 50 percent in the United States between 1950 and 2003, the latter primarily as a result of rapid medical advances. [Source: <a href=\"https://sk.sagepub.com/reference/cancer/n664.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Cancer and Society; Vaccines</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/prevention>, <https://concepts.sagepub.com/social-science/concept/pharmaceutical_product> ;
  skos:prefLabel "vaccines"@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/vaccines> .

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

