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
http://sparqles.okfn.org/endpoint?uri=http%3A%2F%2Fvocab.getty.edu%2Fsparql says no VOID. However, I took the hint for VOID deployment method 3 described here http://vocab.getty.edu/doc/#VOID_Deployment from the sparqles paper "SPARQL Web-Querying Infrastructure: Ready for Action?" (ISWC 2013). We still don't have a SD, but I would expect the VOID to be discovered by one of the other 2 methods. Each of these returns stuff:
select * {?x a void:Dataset; void:sparqlEndpoint ?y}
select * {?x foaf:primaryTopic ?y. ?y void:sparqlEndpoint ?z}
The text was updated successfully, but these errors were encountered:
@pyvandenbussche : Any progress?
Sorry, something went wrong.
Sorry, we are looking into it
No branches or pull requests
http://sparqles.okfn.org/endpoint?uri=http%3A%2F%2Fvocab.getty.edu%2Fsparql says no VOID.
However, I took the hint for VOID deployment method 3 described here http://vocab.getty.edu/doc/#VOID_Deployment from the sparqles paper "SPARQL Web-Querying Infrastructure: Ready for Action?" (ISWC 2013). We still don't have a SD, but I would expect the VOID to be discovered by one of the other 2 methods. Each of these returns stuff:
select * {?x a void:Dataset; void:sparqlEndpoint ?y}
select * {?x foaf:primaryTopic ?y. ?y void:sparqlEndpoint ?z}
The text was updated successfully, but these errors were encountered: