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

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

<https://concepts.sagepub.com/social-science/concept/sticker_star_chart>
  skos:definition "A sticker or star chart is a behavior change program that involves the delivery of a sticker or star to a child as a reward for engaging in an appropriate or desired behavior. The sticker or star is typically placed on a chart that is visible to the child. The chart commonly displays descriptions of the specific behaviors that have been identified for improvement."@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/behavior_modification> ;
  skos:prefLabel "sticker/star chart"@en ;
  a skos:Concept .

