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

<https://concepts.sagepub.com/social-science/concept/positive_practice>
  skos:definition "Positive practice involves the repeated practice of a desired behavior and is considered one of the two components of overcorrection (the other component is restitution and involves correcting the effects of an inappropriate behavior)."@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/overcorrection> ;
  skos:prefLabel "positive practice"@en ;
  a skos:Concept .

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

