-
Notifications
You must be signed in to change notification settings - Fork 561
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
Error parsing simple DESCRIBE query #813
Comments
@johnstonskj the above issue has now been fixed. |
See also:
|
Hey, I am working to resolve this issue and will be sending a PR soon. |
Please note the existing ongoing work on this same issue in #479 and the previous partial implementation in https://github.com/gjhiggins/rdflib/commit/5fb6f43e6b1d2264ac5015c260b32fc4e7dbf240 |
This was implemented in #2221 and should now be working. Please confirm if you can. I will close this issue in some weeks if there is no further feedback. |
Closing this as DESCRIBE was implemented. |
A simple query of the form
DESCRIBE <http://example.org/>
results in the following stacktrace.The call to
translateGroupGraphPattern
inalgebra.py
states incorrectly that queries always include a where clause. This is not the case for DESCRIBE, see SPARQL 1.1 section 16.4.1 (SPARQL 1.0 section 10.4.1) "Explicit IRIs".rdflib/rdflib/plugins/sparql/algebra.py
Lines 550 to 551 in 300db62
The text was updated successfully, but these errors were encountered: