@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/dance_house_techno> .

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

<https://concepts.sagepub.com/social-science/concept/dance_house_techno>
  skos:definition "The terms dance, house, and techno music are often confused and interchanged among the mainstream public. Each genre, however, actually has its own definition and unique history. [Source: <a href=\"https://sk.sagepub.com/reference/childmedia/n300.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Children, Adolescents, and the Media; Music Genres, Dance/House/Techno</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/music> ;
  skos:prefLabel "dance/house/techno"@en ;
  a skos:Concept .

