query-17fa2998388be18ad6c1d66f0b3249ff
Instances of Wikibase reason for deprecated rank (Q27949697), as well as instances of its subclasses and subclasses of its instances, I figured that the following query should do: (Q27949697)Wikibase reason for deprecated rank Trying to find all instances of
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:P279*/wdt:P31/wdt:P279* wd:Q27949697.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
a2((" "))
c3(["wd:Q27949697"]):::iri
v1 --"wdt:P279"--> a1
a1 --"wdt:P31"--> a2
a2 --"wdt:P279"--> c3