vaimee / SEPA-js

A js client library for SPARQL Event Processing Architecture
https://site.unibo.it/wot/en
2 stars 2 forks source link

Handle a list of bindings #12

Closed relu91 closed 4 years ago

relu91 commented 4 years ago

Consider the scenario when you have a list of URIs and you want to make a query for each of them. SPARQL has a VALUES keyword to cover such scenarios. Sepajs should handle a list of bindings and leverage on VALUES to build a valid SPARQL query.