query-38aa61eec8d6cc67a0153dcf3c6dbff8
(as of 20 Nov 20 2022 11:00:14 AM -05, they are 26,139). Spanish. 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:Q1321.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?e"):::projected
c2(["wd:Q1321"]):::iri
v1 --"dct:language"--> c2