query-9502097067dab995b92c2239cce3df0d
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item ?label WHERE { ?item wdt:P31 wd:Q869547. }
Query found at
- https://www.wikidata.org/wiki/User_talk:Gzen92/Archive3
- https://www.wikidata.org/wiki/User_talk:PKM/Archive/2017
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["wd:Q869547"]):::iri
v1 --"wdt:P31"--> c2