-
Notifications
You must be signed in to change notification settings - Fork 2
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
rdfsurveyor should explore named graphs #1
Comments
I implemented a second SPARQL endpoint: Now if works, but there are several issues. |
I'm not sure if there is an issue with named graphs. The user can specify a named graph URI (using the "Named graph URI" field) or just leave it blank. In either case, RDF Surveyor first tests if there is at least one triple before going to the repo page. This is the specific SPARQL query to test this: |
As I understand, surveyor gives the ability to specify ONE named graph. Anyway, since this issue, I provided a second second SPARQL endpoint: |
OK, I see... Well, RDF Surveyor is just prepared to select ONE named graph if specified. Basically, this is the same approach as Virtuoso SPARQL Query Editor. I'd like to support multiple named graphs, i.e. your case, but I'm a bit unsure about how to do it. If you have any ideas, please send me an e-mail. |
On my SPARQL
http://semantic-forms.cc:9112/sparql
there is almost nothing in the anonymous graph.
rdfsurveyor says:
No data in the repository!
NOTE: explanation why all is in named graphs in semantic-forms:
https://github.com/jmvanel/semantic_forms/wiki/User_manual#the-rdf-cache-and-database
The text was updated successfully, but these errors were encountered: