@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/behavioral_therapy>
  skos:prefLabel "behavioral therapy"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/self-instruction_training> .

<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-instruction_training> .

<https://concepts.sagepub.com/social-science/concept/self-instruction_training>
  skos:definition "Self-instruction training is an evidenced-based treatment strategy usually employed as part of a cognitive-behavioral intervention. In self-instruction training, emphasis is placed on teaching the individual a variety of self-statements that would be used by the individual to either control his or her behavior or perform certain tasks."@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/behavioral_therapy> ;
  skos:prefLabel "self-instruction training"@en ;
  a skos:Concept .

