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

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

<https://concepts.sagepub.com/social-science/concept/interbehaviorism>
  skos:definition "Interbehaviorism is distinguished from other behavioral perspectives by its field (or system) orientation. J. R. Kantor argued that despite the many scientific advances associated with behaviorism, its failure to take more of a systemic perspective left it open to further emendation, adding the prefix inter- to behaviorism."@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/behaviorism> ;
  skos:prefLabel "interbehaviorism"@en ;
  a skos:Concept .

