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

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

<https://concepts.sagepub.com/social-science/concept/selective_adaptation>
  skos:definition "In perception, adaptation refers to the adjustment of sensitivity of sensory mechanisms in response to particular sensory inputs. For example, after putting on a wrist watch, the feeling of the watch touching the skin will soon be gone, a manifestation of sensory adaptation. [Source: <a href=\"https://sk.sagepub.com/reference/perception/n306.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Perception; Selective Adaptation</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/methods> ;
  skos:prefLabel "selective adaptation"@en ;
  a skos:Concept .

