query-94700bf4e89cc087b48a3b019ed13963
Some keywords are not highlighted properly: UNDEF and VALUESFor example,
Use at
- https://query.wikidata.org/sparql
SELECT * {
VALUES (?x) {(UNDEF)}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?x"):::projected
bind0[/VALUES ?x/]
bind0-->v1
bind00([ERROR: Bad value])
bind00 --> bind0