discussion: SPARQL endpoint #388
Replies: 6 comments
-
That's an interesting point. I am not sure about how extensive the SPARQL protocol is assumed to be used in SERVICE clauses, apart from the GET/POST query methods. However, the goal of this system is to enable access to diverse resources and limiting as much as possible changes to the SPARQL syntax. Overriding the SERVICE clause seemed to be a good option. We may even argue that this limitation of the SPARQL spec could be removed in future versions as there is no added value in assuming that the remote service is a SPARQL endpoint, the assumption should be that what is returned is a SPARQL result set. There is an interesting discussion on this here: w3c/sparql-dev#10 |
Beta Was this translation helpful? Give feedback.
-
one thing of value is the ability to do something like this:
i totally agree with the goal:
so i'd like to see that sparql-anything checks all the boxes! |
Beta Was this translation helpful? Give feedback.
-
I think that query is supposed to work if |
Beta Was this translation helpful? Give feedback.
-
I checked the following two queries and both run smoothly with the current version at
and
So, going back to your original query:
and assuming you have a local file in N-Quad to pass to the CLI option |
Beta Was this translation helpful? Give feedback.
-
my colleague pointed this out to me today: it seems other teams are interested in relaxing the spec about what can a service clause URI can refer to. and this as well: EDIT: oh you already referenced that issue! i missed it. |
Beta Was this translation helpful? Give feedback.
-
from the comment i do like the get:soft idea
also get:refresh is helpful too. if sparql-anything were to do something like that it would have to maintain a TDB (as a cache) though. not a terrible idea. |
Beta Was this translation helpful? Give feedback.
-
https://www.w3.org/TR/2013/REC-sparql11-federated-query-20130321/
https://www.w3.org/TR/2013/REC-sparql11-protocol-20130321/
so a critic of sparql-anything might say that the URI inside the following <> is no SPARQL endpoint
because it doesn't respond to all SPARQL Protocol requests.
i feel like sparql-anything might address this concern because the scheme is
x-sparql-anything:
and nothttp:
.have you thought about this critique or does your
x-sparql-anything:
scheme avoid the critique?Beta Was this translation helpful? Give feedback.
All reactions