@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/tobacco_use>
  skos:definition "Tobacco use is one of the biggest public health challenges of the 21st century. It is the single most preventable cause of disease and death. [Source: <a href=\"https://sk.sagepub.com/reference/healthservices/n388.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Health Services Research; Tobacco Use</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/drug_use>, <https://concepts.sagepub.com/social-science/concept/disease,_disability,_health,_and_health_behavior> ;
  skos:prefLabel "tobacco use"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/drug_use>
  skos:prefLabel "drug use"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/tobacco_use> .

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

<https://concepts.sagepub.com/social-science/concept/disease,_disability,_health,_and_health_behavior>
  skos:prefLabel "disease, disability, health, and health behavior"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/tobacco_use> .

