query-5debc4855ff6f37ffcfe6d409a74898c
Prologue The following query gets a single item that is a subclass of written work. I executed it and it finished in 225ms. Query 1:
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