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

<https://concepts.sagepub.com/social-science/concept/catharsis>
  skos:definition "The idea originated with the ancient Greek philosopher Aristotle, who believed that watching a tragedy performed purged the spectator of powerful emotions. It has since come to mean any release of strong emotion. [Source: <a href=\"https://sk.sagepub.com/reference/the-sage-dictionary-of-sociology/n112.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Dictionary of Sociology; Catharsis</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D002399.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/abreaction> ;
  skos:prefLabel "catharsis"@en ;
  a skos:Concept .

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

