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
Hi. I have a valid SPARQL query
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT ?concept WHERE { GRAPH ?graph { ?concept skos:inScheme $concept_scheme } } VALUES $concept_scheme { <https://example.org#scheme> }
However in Virtuoso OS version 07.20.3240 (a1fd819) it returns an error:
Virtuoso 37000 Error SP031: SPARQL compiler: Variable name 'concept_scheme' is used in the BINDINGS clause but not in the query result set
What is the reason for that? And is there a workaround?
The text was updated successfully, but these errors were encountered:
we are looking into this ...
Sorry, something went wrong.
No branches or pull requests
Hi. I have a valid SPARQL query
However in Virtuoso OS version 07.20.3240 (a1fd819) it returns an error:
What is the reason for that? And is there a workaround?
The text was updated successfully, but these errors were encountered: