query-db290e7d8d81b7980c8e8bfb891402ec

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:Query per mappa su WQS
#defaultView:Map
SELECT DISTINCT ?item ?itemLabel ?città_lavLabel ?coord
WHERE {
  ?item wdt:P5323 wd:Q118466009; wdt:P106 ?attività; wdt:P937 ?città_lav 
 values ?attività { wd:Q175151 wd:Q1229025 wd:Q998550 wd:Q2516866 wd:Q40881196 }
  ?città_lav wdt:P625 ?coord.

  SERVICE wikibase:label { bd:serviceParam wikibase:language "it, en". } 
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?attività") v3("?città_lav") v4("?coord"):::projected v1("?item"):::projected c7(["bd:serviceParam"]):::iri c2(["wd:Q118466009"]):::iri c9(["it, en"]):::literal v1 --"wdt:P5323"--> c2 v1 --"wdt:P106"--> v4 v1 --"wdt:P937"--> v3 bind0[/VALUES ?attività/] 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 v3 --"wdt:P625"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end