query-5a1ce7a82b6dae283be1d60bf367c700
All museums per Austrian statesHello! ). (Q42497)Lower Austria , per federal state (for example (Q40)Austria (including subclasses) in (Q33506)museum I’m trying to make lists of all The following naive query times out:
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/(wdt:P279*)) wd:Q33506;
wdt:P17 wd:Q40;
wdt:P131+ wd:Q42497.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
c3(["wd:Q33506"]):::iri
c5(["wd:Q40"]):::iri
c7(["wd:Q42497"]):::iri
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P17"--> c5
v1 --"wdt:P131"--> c7