@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/psychology_and_behavior>
  skos:prefLabel "psychology and behavior"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/sensory_processes> .

<https://concepts.sagepub.com/social-science/concept/sensory_processes>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/vision_(perception)>, <https://concepts.sagepub.com/social-science/concept/hearing_(physiology)> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/psychology_and_behavior> ;
  skos:prefLabel "sensory processes"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/vision_(perception)>
  skos:prefLabel "vision (perception)"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/sensory_processes> .

<https://concepts.sagepub.com/social-science/concept/hearing_(physiology)>
  skos:prefLabel "hearing (physiology)"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/sensory_processes> .

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

