@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/channels> .

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

<https://concepts.sagepub.com/social-science/concept/channels>
  skos:definition "A channel means a narrow but deep route connecting two entities. Business entities use channels to connect themselves with their customers. [Source: <a href=\"https://sk.sagepub.com/reference/businesstoday/n155.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Business in Today's World; Channels</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/marketing> ;
  skos:prefLabel "channels"@en ;
  a skos:Concept .

