Talk:Q502319

From Wikidata
Jump to navigation Jump to search

Autodescription — talk radio (Q502319)

description: radio format
Useful links:
Classification of the class talk radio (Q502319)  View with Reasonator View with SQID
For help about classification, see Wikidata:Classification.
Parent classes (classes of items which contain this one item)
Subclasses (classes which contain special kinds of items of this class)
talk radio⟩ on wikidata tree visualisation (external tool)(depth=1)
Generic queries for classes
See also


List talk radio without an ID on the Allsides database that list political leaning[edit]

SELECT ?item ?item_label ?check_url WHERE {
  
  ?item wdt:P415 wd:Q502319 .
  MINUS {?item wdt:P10006 [] } .
  ?item rdfs:label ?item_label FILTER(lang(?item_label) = 'en') .

  wd:P10006 wdt:P4354 ?fmt .
  BIND(IRI(REPLACE(str(?item_label), '(^.*)', ?fmt)) AS ?check_url) .
} LIMIT 50
Try it!