query-164cad6ce0baa6be2f0b7a50cd7ea7a1
title:Tipografe (stampatora, editora, libraia e stampatora-libraia) nel mondo per città e paese (variante) SELECT ?luogolavLabel ?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 "en". } }
GROUP BY ?luogolavLabel ?paeseLabel
Use at
- https://query.wikidata.org/sparql
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 città e paese (variante)
SELECT ?luogolavLabel ?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 "en". }
}
GROUP BY ?luogolavLabel ?paeseLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?activity")
v5("?count")
v2("?luogolav")
v4("?paese")
v1("?tipografa"):::projected
c9(["bd:serviceParam"]):::iri
c2(["wd:Q5"]):::iri
c11(["en"]):::literal
c4(["wd:Q6581072"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P21"--> c4
v1 --"wdt:P937"--> v2
v1 --"wdt:P106"--> v4
bind0[/VALUES ?activity/]
bind0-->v4
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
v2 --"wdt:P17"--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end
bind2[/"count(?tipografa)"/]
v1 --o bind2
bind2 --as--o v5