antoniogarrote / rdfstore-js

JS RDF store with SPARQL support
MIT License
564 stars 109 forks source link

Support for CONSTRUCT WHERE in SPARQL engine #52

Open ktk opened 11 years ago

ktk commented 11 years ago

Currently it does not seem to be possible to use the shortform of CONSTRUCT called CONSTRUCT WHERE in the SPARQL 1.1 spec: http://www.w3.org/TR/sparql11-query/#constructWhere

It would be nice to have that.

hhkulkarni commented 11 years ago

Is there any way to make "Construct Where" work in rdfstore