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

<https://concepts.sagepub.com/social-science/concept/soft_news>
  skos:definition "The term soft news was originally synonymous with feature stories placed in newspapers or television newscasts for human interest. Such stories were often placed much lower in priority than more urgent items. [Source: <a href=\"https://sk.sagepub.com/reference/politicalcommunication/n632.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Political Communication; Soft News</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/media> ;
  skos:prefLabel "soft news"@en ;
  a skos:Concept .

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

