@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/brain_stem>
  skos:definition "The brain stem is a collection of neural structures lying between the spinal column and the cerebrum. For researchers interested in music, the brain stem is important due to its significant role in the neural processing of acoustic information. [Source: <a href=\"https://sk.sagepub.com/reference/music-in-the-social-and-behavioral-sciences/n56.xml\" target=\"_blank\" data-id=\"to-sk\">Music in the Social and Behavioral Sciences: An Encyclopedia; Brain Stem</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/medulla_oblongata> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/brain> ;
  skos:prefLabel "brain stem"@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/brain_stem> .

<https://concepts.sagepub.com/social-science/concept/medulla_oblongata>
  skos:prefLabel "medulla oblongata"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/brain_stem> .

<https://concepts.sagepub.com/social-science/concept/brain>
  skos:prefLabel "brain"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/brain_stem> .

