Wikidata:Synia:topic-podcast-index

From Wikidata
Jump to navigation Jump to search

Synia: Podcasts for topic

[edit]
PREFIX target: <http://www.wikidata.org/entity/Q52>

SELECT
  ?podcast ?podcastLabel
  (CONCAT("#podcast/", SUBSTR(STR(?podcast), 32)) AS ?podcastUrl)
  ?podcastDescription

  ?language ?languageLabel
  (CONCAT("#language/", SUBSTR(STR(?language), 32)) AS ?languageUrl)

WHERE {
  ?podcast wdt:P31 / wdt:P279* wd:Q24634210 ;
           wdt:P921 target:
  OPTIONAL { ?podcast wdt:P407| wdt:P364 ?language }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!