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

<https://concepts.sagepub.com/social-science/concept/cause_of_death>
  skos:prefLabel "cause of death"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/alcohol_and_death> .

<https://concepts.sagepub.com/social-science/concept/alcohol_and_death>
  skos:definition "Alcohol is a potent substance, capable of quickly transforming a seemingly respectable and rational individual into a babbling fool. This power can have further consequences, both immediately and over the long term. [Source: <a href=\"https://sk.sagepub.com/reference/humanexperience/n10.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Death and the Human Experience; Alcohol Use and Death</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cause_of_death> ;
  skos:prefLabel "alcohol and death"@en ;
  a skos:Concept .

