We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe queries can come in two forms:
DESCRIBE <URI>
or
DESCRIBE ?s WHERE { ... }
it seems neither of these is currently supported by mu-authorization (a 405 NOT ALLOWED is returned).
Perhaps some kind of preprocessing can convert these queries into construct queries, which are supported?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe queries can come in two forms:
or
it seems neither of these is currently supported by mu-authorization (a 405 NOT ALLOWED is returned).
Perhaps some kind of preprocessing can convert these queries into construct queries, which are supported?
The text was updated successfully, but these errors were encountered: