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

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

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

<https://concepts.sagepub.com/social-science/concept/shame>
  skos:definition "Shame is an important mechanism in much of the world for discouraging unethical behavior. Shame may be defined as public censure and disapproval, whereas honor, its opposite, is public affirmation. [Source: <a href=\"https://sk.sagepub.com/reference/ethics/n728.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Business Ethics and Society; Shame</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D012752.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/guilt>, <https://concepts.sagepub.com/social-science/concept/emotion> ;
  skos:prefLabel "shame"@en ;
  a skos:Concept .

