Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPARQL parsing doesn't support SPARQL 1.1 #57

Open
alangrafu opened this issue Sep 17, 2013 · 3 comments
Open

SPARQL parsing doesn't support SPARQL 1.1 #57

alangrafu opened this issue Sep 17, 2013 · 3 comments

Comments

@alangrafu
Copy link

Currently there is only support for SPARQL 1.0, will be there any plans on supporting SPARQL 1.1?

@bnowack
Copy link
Collaborator

bnowack commented Sep 17, 2013

No plans for sparql 1.1, I'm afraid. That would need a non-trivial amount of time and funds.

@ckristo
Copy link

ckristo commented Apr 1, 2015

SPARQL 1.1 "support" would be quite nice for remote endpoints at least. As I've seen, the remote store also parses the query. Is there a reason / necessity for that? As far as I understood, the complete query is forwarded to the remote endpoint anyway... Couldn't we just "bypass" the SPARQL parser here, and check the response of the remote SPARQL endpoint for parsing errors?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants