query-3606176d266671f36ccb68a06a02ed4d

rq turtle/ttl

List of libraries by region 07:44, 9 October 2018 (UTC)) talk (Pietro gives a timeout: any hint? Abruzzo), but the query for Teramo e Pescara, Chieti, L'AquilaAbruzzo is an Italian region composed by 4 provinces; queries searching for libraries in each province are executed in few milliseconds (: No clue, but this route works: Pietro@ รจ l'uso di named subquery:Wikidata:Request a query: un altro approccio che mi hanno consigliato in Nemo_bisGrazie @ 12:57, 9 October 2018 (UTC) NemoQuesta finisce in meno di 1000 ms (8 risultati). --

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item where
{ 

{ select ?item where 
  {
    ?item (wdt:P131/wdt:P131*) wd:Q1284.
   } 
}?item (wdt:P31/wdt:P279*) wd:Q7075.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) a2((" ")) c5(["wd:Q7075"]):::iri c2(["wd:Q1284"]):::iri v1 --"wdt:P131"--> a1 a1 --"wdt:P131"--> c2 v1 --"wdt:P31"--> a2 a2 --"wdt:P279"--> c5