-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add support for URI and CONCAT #501
Comments
@dpriskorn Thanks, Dennis. It has nothing to do with the BIND. The issue here is that most functions (like URI or CONCAT) are not yet supported, but will be very soon. As you can see in the last commits, we are currently working on an efficient implementation for general SPARQL expressions. Once that groundwork is laid (the code is already all there, just not yet fully reviewed), it will be very easy to add arbitrary functions. Without the URI and CONCAT, the query works fine and is also fast (300ms on QLever vs. 5s on Blazegraph vs. 1.6s on Virtuoso, if not cached = wait some time before you ask the query again).
|
Moved to #615 |
This works:
The text was updated successfully, but these errors were encountered: