@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/weekly_newspapers>
  skos:definition "According to the Newspaper Association of America, a weekly newspaper is one published less than four times a week. Most are based in smaller communities and tend to have lower circulations than daily newspapers. [Source: <a href=\"https://sk.sagepub.com/reference/journalism/n405.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Journalism; Weekly Newspapers</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/newspaper_types> ;
  skos:prefLabel "weekly 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/weekly_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/weekly_newspapers> .

