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

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

<https://concepts.sagepub.com/social-science/concept/international_radio>
  skos:definition "Within today's media landscape, radio is regarded as a rather old medium. It has made its way into the people's everyday lives almost everywhere in the world. [Source: <a href=\"https://sk.sagepub.com/reference/childmedia/n361.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Children, Adolescents, and the Media; Radio, International</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/music> ;
  skos:prefLabel "international radio"@en ;
  a skos:Concept .

