-
Notifications
You must be signed in to change notification settings - Fork 1
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
Missing full Compliance to the Linked Data Cloud principles #9
Comments
@kuzeko can you please elaborate a little bit more on the second item ?
The result must be:
|
First off, this is an excellent issue report, I only wish I was as thorough. I don't understand the issue itself - is the problem that BTW, |
I think I understand better now. With content negotiation it would be something like:
|
The |
Right now, without any modifications of nginx, this is possible:
but I couldn't get a specific \ # reference:
|
So the best possible (utopic?) solution would be the following:
Should return the result of the query:
|
Also note that there is not |
We shouldn't be reinventing the wheel, if we need to expose quasi-database endpoints, maybe our URIs should just point to the database. Otherwise, as this is a standard, there should be a standard software that we can just throw |
We cannot just point to the database. |
I've found the following SPARQL to be the equivalent of what we need:
Jena can understand also content negotiation. Hence, if a URI is not found as a file, ti can be replaced in the BIND and sent to the Jena endpoint |
virtuoso seems indeed to be used by quite a few existing repositories. |
Hi @tngTUDOR are you still working on the way to solve this issue? |
This tool can also be an option maybe: |
To have the bonsai dataset added to the Linked Data Cloud
We need to satisfy the Linked Data Principles
In particular, we need to satisfy the following (quoting from the website):
The missing issue is then the "resolving" of URIs, I think we need something like an
.htaccess
file or a script that does the correct redirect to ourrdf
server or to the correct query at our sparql endpoint.The text was updated successfully, but these errors were encountered: