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

<https://concepts.sagepub.com/social-science/concept/feedback_pathways>
  skos:definition "The brain's pattern of connectivity involves two-way pathways: feedforward pathways and feedback pathways. For instance, if area A sends signals to area B (feedforward pathway), then area B almost invariably sends signals back to area A (feedback pathway). [Source: <a href=\"https://sk.sagepub.com/reference/perception/n149.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Perception; Feedback Pathways</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/physiological_processes> ;
  skos:prefLabel "feedback pathways"@en ;
  a skos:Concept .

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

