Support for SPARQL 1.1 Federated Query (SERVICE) #588
Replies: 6 comments
-
@AndreaWesterinen Getting federated queries to work with QLever is high on our list. After all, the easy interoperability between different datasets is one of the hallmarks of RDF. For example, two large knowledge graphs, which are predestined to be combined via federated search are Wikidata (17B triples) and OpenStreetMap (10B triples). There are three stages:
|
Beta Was this translation helpful? Give feedback.
-
Any progress on this? See https://phabricator.wikimedia.org/T197530#8884556 where i am asking the WDQS service to allow federated queries against QLever |
Beta Was this translation helpful? Give feedback.
-
@WolfgangFahl A first version of SPARQL 1.1 Federated Query (SERVICE) is implemented since #793, that is, for over half a year already. On https://qlever.cs.uni-freiburg.de you find many example queries using it. For example: https://qlever.cs.uni-freiburg.de/wikidata/r7KAiM (movies and their IMDb rating, SERVICE to qlever:imdb) The basic functionality is all there and it works fine. Missing features that would be very easy to add are:
The entities returned by the remote endpoint will usually not be part of the vocabulary of the endpoint that launched the query. For values (like
Last but not least, there is the efficiency aspect. The current implementation is as efficient as any other SERVICE implementation out there. Eventually, we want to make it much more efficient in two respects:
|
Beta Was this translation helpful? Give feedback.
-
PS: Your request on https://phabricator.wikimedia.org/T197530#8884556 does not require SERVICE capabilities on behalf of QLever. It just requires that QLever implements the standard SPARQL API, which it does for a long time already. However, note that the IRIs in your example query are wrong, they should be EDIT: There are now also aliases |
Beta Was this translation helpful? Give feedback.
-
Thx- i have updated the phabricator task and reopened it. |
Beta Was this translation helpful? Give feedback.
-
There is a followup problem in https://phabricator.wikimedia.org/T339347
|
Beta Was this translation helpful? Give feedback.
-
Is there any timeline for federated query support?
Beta Was this translation helpful? Give feedback.
All reactions