@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/ritual_prevention> .

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

<https://concepts.sagepub.com/social-science/concept/ritual_prevention>
  skos:definition "Ritual prevention is a technique typically used for curbing compulsive behaviors in those with obsessivecompulsive disorder (OCD). Ritual prevention involves some stoppage of the compulsion either via a client's self-control or with a therapist's help."@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/behavioral_therapy> ;
  skos:prefLabel "ritual prevention"@en ;
  a skos:Concept .

