You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either it's me missing something obvious, or in.sparql query is parsed wrongly.
String query has this parts: FILTER (?a IN (1, 2, 3)) FILTER (?c NOT IN (1, 2, 3))
Either it's me missing something obvious, or in.sparql query is parsed wrongly.
String query has this parts:
FILTER (?a IN (1, 2, 3))
FILTER (?c NOT IN (1, 2, 3))
JSON representation looks like this:
And second one:
Is it me, or is the variables (?a in case 1, ?c in case 2) are really missing from args?
The text was updated successfully, but these errors were encountered: