query-aca3c2f2147efb3d1e3a3be6d05723f3
The following query gets a single item that is a subclass of any recursive subclass of written work. I executed it and it finished in 6390ms. Query 2:
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item {
?item wdt:P279* wd:Q47461344.
}
LIMIT 1
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["wd:Q47461344"]):::iri
v1 --"wdt:P279"--> c2