query-309c6b2ded4f2dd8321d2682cef73a40
Query that timeouts, I really don't understand why
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
select distinct ?class {
?class wdt:P279* wd:Q58415929 .
} limit 1
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?class"):::projected
c2(["wd:Q58415929"]):::iri
v1 --"wdt:P279"--> c2