@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/contingent_restraint> .

<https://concepts.sagepub.com/social-science/concept/contingent_restraint>
  skos:definition "Contingent restraint is a procedure typically used to decrease or eliminate self-injurious behavior (SIB) or aggressive behavior in individuals with developmental disabilities. Contingent restraint involves physically preventing an individual from engaging in the maladaptive target behavior."@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/special_education_techniques> ;
  skos:prefLabel "contingent restraint"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/special_education_techniques>
  skos:prefLabel "special education techniques"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/contingent_restraint> .

