query-0cfae61e42397f345100880059776160
reportedly worked a few days ago, now timeouting. Even "bare":
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item
WHERE
{
?item wdt:P31 wd:Q721747 .
?item wdt:P131* wd:Q1085 .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c4(["wd:Q1085"]):::iri
c2(["wd:Q721747"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P131"--> c4