@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/suicide>
  skos:prefLabel "suicide"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/psychache>
  skos:definition "Psychache, a concept created by Edwin S. Shneidman and fully developed in the 1990s, refers to unbearable psychological pain most often found in suicidal individuals. The term comprehends the hurt, anguish, or ache that takes hold in the mind; the pain of excessively felt shame, guilt, fear, anxiety, loneliness, angst, dread of growing old or of dying badly. [Source: <a href=\"https://sk.sagepub.com/reference/humanexperience/n279.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Death and the Human Experience; Psychache</a>]"@en ;
  skos:related <https://concepts.sagepub.com/social-science/concept/suicide> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/emotion> ;
  skos:prefLabel "psychache"@en ;
  a skos:Concept .

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

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

