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

When there is a single value selected, and we want to see the corresponding object in the result set (by clicking on the eye), it does not work #458

Closed
tfrancart opened this issue Mar 16, 2023 · 0 comments
Labels

Comments

@tfrancart
Copy link
Contributor

In the generated SPARQL, we have

  SELECT ?x ?Concept_4
  WHERE {
    ...
    ?x ex:myProperty <http://value>
  }

The expected query should be

  SELECT ?x ?Concept_4
  WHERE {
    ...
    ?x ex:myProperty ?Concept_4 .
    VALUES ?Concept_4 { <http://values> }
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant