semsol / arc2

ARC RDF Classes for PHP
Other
332 stars 89 forks source link

SPARQL parsing doesn't support SPARQL 1.1 #57

Open alangrafu opened 11 years ago

alangrafu commented 11 years ago

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

bnowack commented 11 years ago

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

ckristo commented 9 years ago

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?

duboisp commented 7 years ago

FYI - The following forks seem to add SPARQL 1.1. remote endpoint feature.