query-f7055c7c429c2850727796ca8ba478b4

rq turtle/ttl

title:Tipografe (stampatora, editora, libraia e stampatora-libraia) nel mondo per paese SELECT ?paeseLabel (COUNT(?tipografa) AS ?count) WHERE { ?tipografa wdt:P31 wd:Q5; wdt:P21 wd:Q6581072; wdt:P937 ?luogolav ; wdt:P106 ?activity . values ?activity { wd:Q175151 wd:Q1229025 wd:Q998550 wd:Q2516866 wd:Q40881196 } ?luogolav wdt:P17 ?paese

SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } GROUP BY ?paeseLabel ORDER BY DESC(?count)

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#>
#title:Tipografe (stampatora, editora, libraia e stampatora-libraia) nel mondo per paese
SELECT ?paeseLabel  (COUNT(?tipografa) AS ?count)
WHERE 
{
  ?tipografa wdt:P31 wd:Q5; wdt:P21 wd:Q6581072; wdt:P937 ?luogolav ; wdt:P106 ?activity .
  values ?activity { wd:Q175151 wd:Q1229025 wd:Q998550 wd:Q2516866 wd:Q40881196 }
  ?luogolav wdt:P17 ?paese

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?paeseLabel
ORDER BY DESC(?count)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?activity") v6("?count") v3("?luogolav") v5("?paese") v2("?tipografa"):::projected c9(["bd:serviceParam"]):::iri c2(["wd:Q5"]):::iri c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal c4(["wd:Q6581072"]):::iri v2 --"wdt:P31"--> c2 v2 --"wdt:P21"--> c4 v2 --"wdt:P937"--> v3 v2 --"wdt:P106"--> v5 bind0[/VALUES ?activity/] bind0-->v5 bind00(["wd:Q175151"]) bind00 --> bind0 bind01(["wd:Q1229025"]) bind01 --> bind0 bind02(["wd:Q998550"]) bind02 --> bind0 bind03(["wd:Q2516866"]) bind03 --> bind0 bind04(["wd:Q40881196"]) bind04 --> bind0 v3 --"wdt:P17"--> v5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end bind2[/"count(?tipografa)"/] v2 --o bind2 bind2 --as--o v6