@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/sudden_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/sudden_death> .

<https://concepts.sagepub.com/social-science/concept/sudden_death>
  skos:definition "Sudden death involves the unexpected or untimely death of an individual. The term is commonly used to refer to sudden cardiac death—a natural death from cardiac causes, heralded by an abrupt loss of consciousness within one hour of the onset of acute symptoms. [Source: <a href=\"https://sk.sagepub.com/reference/humanexperience/n304.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Death and the Human Experience; Sudden Death</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cause_of_death> ;
  skos:prefLabel "sudden death"@en ;
  a skos:Concept .

