@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/spontaneous_combustion>
  skos:definition "Spontaneous combustion occurs when an object self-ignites. The cause may be chemical, as when lithium oxidizes explosively in water, or biological, as when a haystack catches fire due to heat generated from bacterial fermentation. [Source: <a href=\"https://sk.sagepub.com/reference/humanexperience/n300.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Death and the Human Experience; Spontaneous Combustion</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cause_of_death> ;
  skos:prefLabel "spontaneous combustion"@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/spontaneous_combustion> .

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

