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

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

<https://concepts.sagepub.com/social-science/concept/boredom>
  skos:definition "Boredom usually indicates a lack of interest and thus demonstrates a lack of engagement with the world. Kierkegaard, Heidegger and Sartre have all famously written on boredom. [Source: <a href=\"https://sk.sagepub.com/reference/dictionary-of-existential-psychotherapy-and-counselling/n74.xml\" target=\"_blank\" data-id=\"to-sk\">Dictionary of Existential Psychotherapy and Counselling; Boredom</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D001887.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/emotion> ;
  skos:prefLabel "boredom"@en ;
  a skos:Concept .

