@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/news_coverage>
  skos:definition "Whether and how the reporting of news affects real-world events is a topic of debate. The CNN effect describes the hypothesis that U.S. foreign policy during the 1990s was driven by topics chosen to be shown on the 24-hour television news channel. [Source: <a href=\"https://sk.sagepub.com/reference/behavioralsciences/n1712.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Glossary of the Social and Behavioral Sciences; News Coverage</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/media_coverage> ;
  skos:prefLabel "news coverage"@en ;
  a skos:Concept .

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

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

