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

<https://concepts.sagepub.com/social-science/concept/issues_and_controversies>
  skos:prefLabel "issues and controversies"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/advertorials> .

<https://concepts.sagepub.com/social-science/concept/advertorials>
  skos:definition "An advertorial is any form of paid editorial material that has been written, designed, and executed so as to resemble a news story, editorial, or other content. Advertorials form two broad categories depending on their desired outcome. [Source: <a href=\"https://sk.sagepub.com/reference/journalism/n8.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Journalism; Advertorials</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/issues_and_controversies> ;
  skos:prefLabel "advertorials"@en ;
  a skos:Concept .

