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
I just wrote a small patch to allow ARC to parse SERVICE statements, as well as subqueries (only SELECTs). What is the best way of contributing this code? as a plugin? or a fork?
The Service clause is specified on SPARQL 1.1 documentation [1]. However, when parsing any query specifiying this clause, the parser fails.
Code:
yields the error Incomplete or invalid Group Graph pattern. Could not handle " SERVICE <http://people.exam"
[1] http://www.w3.org/TR/2012/PR-sparql11-federated-query-20121108/
The text was updated successfully, but these errors were encountered: