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
In the README there is:
A minimal URI that uses only the resource locator is also possible. x-sparql-anything ':' URL
and there is an example that uses that scheme with https:// but for completeness it would help to have a file:// example right by it.
https://
file://
Without that it is natural for users to want to try:
SERVICE <x-sparql-anything:/some/path/examples/example1.json>
and get an ERROR:
No match available
While this does work:
SERVICE <x-sparql-anything:file:///some/path/examples/example1.json>
The text was updated successfully, but these errors were encountered:
Update documentation #201 See #322 and #310
55ad0f2
enridaga
No branches or pull requests
In the README there is:
and there is an example that uses that scheme with
https://
but for completeness it would help to have afile://
example right by it.Without that it is natural for users to want to try:
and get an ERROR:
While this does work:
The text was updated successfully, but these errors were encountered: