Closed mchlrch closed 8 months ago
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 }
fixed
If the RDF dataset is specified using either of the
FROM
orFROM NAMED
clauses, then "SPARQL error: Unknown query type" is shown.Example query: