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

select * #492

Closed
justin2004 opened this issue Oct 2, 2021 · 3 comments
Closed

select * #492

justin2004 opened this issue Oct 2, 2021 · 3 comments

Comments

@justin2004
Copy link

when i run this

PREFIX athlete: <http://wallscope.co.uk/resource/olympics/athlete/>
SELECT * WHERE {
  athlete:AadamIsmaeelKhamis ?p ?o
}

at
https://qlever.cs.uni-freiburg.de/olympics/7xs3JQ

i get


Error:
Unknown error
Your query was:

PREFIX athlete: 
SELECT * WHERE {
  athlete:AadamIsmaeelKhamis ?p ?o
}

Exception: ParseException, cause: Error in SELECT: unexpected token: *

select * is all over https://www.w3.org/TR/sparql11-query/

does the demo server have an old version of qlever?

@hannahbast
Copy link
Member

hannahbast commented Oct 2, 2021

Thank you for your comment. The * is not yet supported. It is trivial to add, however, and will be added very soon. As I wrote on https://phabricator.wikimedia.org/T290839#7354220 about two weeks ago:

"QLever does not yet have full SPARQL 1.1 support, but we are approaching that and will be there soon. The basic features are all there and what's missing are mostly small things."

@joka921
Copy link
Member

joka921 commented Feb 2, 2022

In the meantime we have support for SELECT *
When all of our public instances have been updated to use the new code, I will close this issue, thanks for reporting it.

@hannahbast
Copy link
Member

The implementation of SELECT * was started in #546 and completed with #576

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

No branches or pull requests

3 participants