query-7f46097ff52dc30ef268c81c4530bae2

rq turtle/ttl

TODO

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
#defaultView:Map
SELECT ?tipografa ?tipografaLabel ?tipografaDescription ?coord
WHERE 
{
  ?tipografa wdt:P31 wd:Q5; wdt:P21 wd:Q6581072 ; wdt:P106 ?activity .
  values ?activity { wd:Q175151 wd:Q1229025 wd:Q998550 wd:Q2516866 wd:Q40881196 }
  ?tipografa wdt:P937 [ wdt:P625 ?coord ].

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?activity") v3("?coord"):::projected v1("?tipografa"):::projected a1((" ")) c9(["bd:serviceParam"]):::iri c2(["wd:Q5"]):::iri c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal c4(["wd:Q6581072"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P21"--> c4 v1 --"wdt:P106"--> v3 bind0[/VALUES ?activity/] bind0-->v3 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 a1 --"wdt:P625"--> v3 v1 --"wdt:P937"--> a1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end