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

Minimal URI confusion (in README) #310

Closed
justin2004 opened this issue Oct 5, 2022 · 0 comments
Closed

Minimal URI confusion (in README) #310

justin2004 opened this issue Oct 5, 2022 · 0 comments
Assignees
Labels
Documentation Improvements or additions to documentation
Milestone

Comments

@justin2004
Copy link
Contributor

justin2004 commented Oct 5, 2022

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.

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>
@justin2004 justin2004 changed the title Minimal URI confusion Minimal URI confusion (in README) Oct 5, 2022
enridaga added a commit that referenced this issue Dec 15, 2022
@enridaga enridaga added this to the v0.8.1 milestone Dec 15, 2022
@enridaga enridaga self-assigned this Dec 18, 2022
@enridaga enridaga added the Documentation Improvements or additions to documentation label Dec 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants