-
Notifications
You must be signed in to change notification settings - Fork 59
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
Add download links in HTML views #79
Comments
I like the idea as such. However, this would mean that we also need representation-specific URLs, i.e., that the Turtle and JSON-LD representations receive their own URLs as well (in addition to being accessible through the canonical URL via content negotiation). I am a bit afraid to introduce that in Server.js, because the risk is that people start using such representation-representation URLs for everything (and they really shouldn't, for compatibility reasons). So maybe we should look at using an external service that works like |
I see the concern. Could it also be an internal service that is accessed like that, ie. Now that I think of it, a URL might not be necessary at all. There's at least three aspects:
An alternative approach might be to have UI tabs for the alternative representations. On top of the representation it could tell which |
Is it really that big of a benefit to have representation specific formats? Any Web developer should know what CONNEG is. However, I do see value in your last suggestion. A UI-based solution (tabs with "view-source"-like behavior, why not?) would be more effective, since we still help developers, but does not violate best practice. |
I think it would improve discoverability and lower the barrier to LDF if the HTML views of the query results would include prominent links to download the results in the various available formats (JSON-LD, Turtle etc.).
The text was updated successfully, but these errors were encountered: