query-6b59b726b8fd4da41cb7af177870846f

rq turtle/ttl

Propertiesreadable file format (P1072)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:BarChart
SELECT ?format ?formatLabel (count(?application) as ?numberOfReadingApps) WHERE
{SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
 ?application wdt:P1072 ?format.
  }
GROUP BY ?format ?formatLabel
ORDER BY DESC (?numberOfReadingApps)
LIMIT 1000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?application"):::projected v3("?format"):::projected v4("?numberOfReadingApps") c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v2 --"wdt:P1072"--> v3 bind1[/"count(?application)"/] v2 --o bind1 bind1 --as--o v4