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

SHACL SPARQL cannot use VALUES? #159

Open
VladimirAlexiev opened this issue Dec 3, 2024 · 1 comment
Open

SHACL SPARQL cannot use VALUES? #159

VladimirAlexiev opened this issue Dec 3, 2024 · 1 comment

Comments

@VladimirAlexiev
Copy link

https://w3c.github.io/shacl/shacl-sparql/index.html#pre-binding

SPARQL queries must not contain a VALUES clause

I think this is too harsh as stated. Perhaps this is meant

SPARQL queries must not contain a VALUES clause that mentions some of the pre-bound variables

@afs
Copy link

afs commented Dec 19, 2024

That is possible. (It is there for reasons of caution.)

The AS clause should be extended to the VALUES case.

The subqueries restriction can also be removed.

The mechanism ought to be subsumed by the work going on around SPARQL SEP-0007.

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