query-0b35b650534e7a216c64689b99e3577f
(as of 20 Nov 20 2022 11:00:14 AM -05, they are 101,502). Russian. It returns lexemes whose language is %0Query 2 times out when using the following query as the named subquery
Use at
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX dct: <http://purl.org/dc/terms/>
SELECT ?e {
?e dct:language wd:Q7737.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?e"):::projected
c2(["wd:Q7737"]):::iri
v1 --"dct:language"--> c2