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

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

<https://concepts.sagepub.com/social-science/concept/effects_of_cigarette_advertising>
  skos:definition "Cigarette smoking continues to be the number one preventable cause of death in the United States. Historically, more than 80% of all smokers began prior to age 18. [Source: <a href=\"https://sk.sagepub.com/reference/childmedia/n83.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Children, Adolescents, and the Media; Cigarette Advertising, Effects of</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/advertising> ;
  skos:prefLabel "effects of cigarette advertising"@en ;
  a skos:Concept .

