@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/journalism>
  skos:prefLabel "journalism"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/publishing_industry> .

<https://concepts.sagepub.com/social-science/concept/book_industry>
  skos:prefLabel "book industry"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/publishing_industry> .

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

<https://concepts.sagepub.com/social-science/concept/publishing_industry>
  skos:definition "The industry that produces books, magazines, and newspapers and generates revenues from the sales of its products and from advertising. In 2007, the global publishing market had an estimated value of $444.1 billion, with the U.S. publishing market alone valued at $157.9 billion. [Source: <a href=\"https://sk.sagepub.com/reference/behavioralsciences/n2088.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Glossary of the Social and Behavioral Sciences; Publishing Industry</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/journalism> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/book_industry> ;
  skos:prefLabel "publishing industry"@en ;
  a skos:Concept .

