query-a69cc1a117f956ea80e251f96abc5cdc
Modifications for the query to filter in languages. Thus, you don't have to execute the query for every language or languages that you are not interested in. %0You could edit the named subquery should be %0, subquery JapaneseIf you're only interested in
Use at
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?language {
VALUES ?language {wd:Q5287}.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?language"):::projected
bind0[/VALUES ?language/]
bind0-->v1
bind00(["wd:Q5287"])
bind00 --> bind0