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

<https://concepts.sagepub.com/social-science/concept/behavior_training>
  skos:definition "The term behavior training can pertain to any type of intervention in which the client develops a set of new behaviors in response to an identified situation. Behavior training is used to build a client's skills where skills are lacking or where maladaptive skills have been used in the past."@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/behavior_modification> ;
  skos:prefLabel "behavior training"@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/behavior_training> .

