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

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

<https://concepts.sagepub.com/social-science/concept/melody_perception>
  skos:definition "Melody consists of a sequence of pitches organized in time. In a melody, it is the pattern of relationships among the pitches that is important, and not the absolute pitch levels. [Source: <a href=\"https://sk.sagepub.com/reference/perception/n190.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Perception; Melody Perception</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/audition> ;
  skos:prefLabel "melody perception"@en ;
  a skos:Concept .

