@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/tabloid_newspapers>
  skos:definition "Strictly speaking, the term tabloid refers to some newspapers' size, which is half that of a standard broadsheet. However, over the years it has taken on a broader definition that has less to do with size and more to do with the presentation and style of news. [Source: <a href=\"https://sk.sagepub.com/reference/journalism/n374.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Journalism; Tabloid Newspapers</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/newspaper_types> ;
  skos:prefLabel "tabloid newspapers"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/newspaper_types>
  skos:prefLabel "newspaper types"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/tabloid_newspapers> .

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

