rdf4j icon indicating copy to clipboard operation
rdf4j copied to clipboard

GH-4997: Enable SparqlBuilder to create VALUES clauses

Open fkleedorfer opened this issue 1 month ago • 4 comments

GitHub issue resolved: #4997

Briefly describe the changes proposed in this PR:

Adds a builder for VALUES clauses and integrates them with GraphPattern and Select


PR Author Checklist (see the contributor guidelines for more details):

  • [x] my pull request is self-contained
  • [x] I've added tests for the changes I made
  • [x] I've applied code formatting (you can use mvn process-resources to format from the command line)
  • [x] I've squashed my commits where necessary
  • [x] every commit message starts with the issue number (GH-xxxx) followed by a meaningful description of the change

fkleedorfer avatar Jun 01 '24 13:06 fkleedorfer