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
If the RDF dataset is specified using either of the FROM or FROM NAMED clauses, then "SPARQL error: Unknown query type" is shown.
FROM
FROM NAMED
Example query:
PREFIX cube: <https://cube.link/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> from <https://lindas.admin.ch/foen/cube> select * WHERE { BIND(<https://environment.ld.admin.ch/foen/ubd000502/1> AS ?cube) ?cube rdf:type cube:Cube }
The text was updated successfully, but these errors were encountered:
fixed
Sorry, something went wrong.
BenjaminHofstetter
No branches or pull requests
If the RDF dataset is specified using either of the
FROM
orFROM NAMED
clauses, then "SPARQL error: Unknown query type" is shown.Example query:
The text was updated successfully, but these errors were encountered: