@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/covert_positive_reinforcement>
  skos:prefLabel "covert positive reinforcement"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/self-praise> .

<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/self-praise> .

<https://concepts.sagepub.com/social-science/concept/self-praise>
  skos:definition "Self-praise is the use of positive statements made to oneself after exhibiting an appropriate behavior that one desires to increase. Such self-statements increase the probability that the target behavior will occur in the future (i.e., reinforce the behavior). Self-praise is one method of self-reinforcement, and, like other self-reinforcement strategies, it typically is used within the context of self-monitoring procedures."@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/covert_positive_reinforcement> ;
  skos:prefLabel "self-praise"@en ;
  a skos:Concept .

