@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/drama>
  skos:prefLabel "drama"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/tragedy> .

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

<https://concepts.sagepub.com/social-science/concept/tragedy>
  skos:definition "According to Aristotle, Greek tragic drama represents the progress from happiness to misery brought upon the hero by his own error of judgement. Those who consider the human condition have their own views on how typical of human life is this representation. [Source: <a href=\"https://sk.sagepub.com/reference/dictionary-of-existential-psychotherapy-and-counselling/n590.xml\" target=\"_blank\" data-id=\"to-sk\">Dictionary of Existential Psychotherapy and Counselling; Tragedy</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/drama> ;
  skos:prefLabel "tragedy"@en ;
  a skos:Concept .

