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
At the moment SPARQL notebook does not detect what kind of query (select, construct, and insert) is sent.
The query kind is important for a few cases:
And this query (Virtuoso) returns JSON-SPARQL-RESULT...
# [endpoint=https://fedlex.data.admin.ch/sparqlendpoint] PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX jolux: <http://data.legilux.public.lu/resource/ontology/jolux#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> CONSTRUCT { ?s ?p ?o . } WHERE { SELECT * WHERE { ?s ?p ?o . } LIMIT 1 }
The text was updated successfully, but these errors were encountered:
Related to #21 and #20
Sorry, something went wrong.
Feature: Detect Query Kind
c39012a
Fixes #28
BenjaminHofstetter
Successfully merging a pull request may close this issue.
Low Level Feature
At the moment SPARQL notebook does not detect what kind of query (select, construct, and insert) is sent.
The query kind is important for a few cases:
And this query (Virtuoso) returns JSON-SPARQL-RESULT...
The text was updated successfully, but these errors were encountered: