Skip to content
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

Using FROM clause yields 'Unknown query type' #74

Closed
mchlrch opened this issue Jan 29, 2024 · 1 comment
Closed

Using FROM clause yields 'Unknown query type' #74

mchlrch opened this issue Jan 29, 2024 · 1 comment
Assignees

Comments

@mchlrch
Copy link
Member

mchlrch commented Jan 29, 2024

If the RDF dataset is specified using either of the FROM or FROM NAMED clauses, then "SPARQL error: Unknown query type" is shown.

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
}

image

@BenjaminHofstetter BenjaminHofstetter self-assigned this Mar 27, 2024
@BenjaminHofstetter
Copy link
Collaborator

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants