query-6e9052deee468399c01607311cce05b7

rq turtle/ttl

File formats connect to more than 10 software titles

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:BubbleChart
SELECT ?ff ?ffLabel (COUNT(?app) AS ?count) WHERE {
  ?app (wdt:P31/wdt:P279*) wd:Q7397.
  ?app wdt:P1072 ?ff.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
GROUP BY ?ff ?ffLabel
HAVING ((COUNT(?app)) > 10)
ORDER BY DESC(?count)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?_anon_d00291b7e9a143df8ec0be8c8ebd714c143184") v2("?app"):::projected v5("?count") v3("?ff"):::projected a2((" ")) a1((" ")) c4(["wd:Q7397"]):::iri c7(["bd:serviceParam"]):::iri c9(["en"]):::literal f0[[" > '10^^xsd:integer'"]] f0 --> a1 v2 --"wdt:P31"--> a2 a2 --"wdt:P279"--> c4 v2 --"wdt:P1072"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end bind3[/"count(?app)"/] v2 --o bind3 bind3 --as--o v4 bind4[/"count(?app)"/] v2 --o bind4 bind4 --as--o v5