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
Currently, when a query of the following kind is used and multiple values are specified for it, it leads to an invalid SPARQL query. JOPA should be able to either translate the query to a valid form or refuse the query with a more informative exception.
While it will be relatively simple to handle cases where only one variable is used, problematic may be cases with multiple variables with inequal number of values.
Currently, when a query of the following kind is used and multiple values are specified for it, it leads to an invalid SPARQL query. JOPA should be able to either translate the query to a valid form or refuse the query with a more informative exception.
While it will be relatively simple to handle cases where only one variable is used, problematic may be cases with multiple variables with inequal number of values.
Query:
Resulting invalid SPARQL:
The text was updated successfully, but these errors were encountered: