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

<https://concepts.sagepub.com/social-science/concept/punishment>
  skos:prefLabel "punishment"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/facial_screening> .

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

<https://concepts.sagepub.com/social-science/concept/facial_screening>
  skos:definition "Facial screening is a procedure that involves visual occlusion, that is, covering an individual's face (usually with a terry cloth towel or opaque bib) for a specific amount of time as a consequence of self-injurious or other problem behavior. Theoretically, facial screening serves as a mild punisher."@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/punishment>, <https://concepts.sagepub.com/social-science/concept/behavioral_therapy> ;
  skos:prefLabel "facial screening"@en ;
  a skos:Concept .

