antoniogarrote / rdfstore-js

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

Are Subqueries implemented? #93

Closed fkleedorfer closed 9 years ago

fkleedorfer commented 9 years ago

Subqueries are accepted by the parser, but they don't seem to have any effect on the result of the main query. Stepping through the code, I don't see any subquery handling - though I'm not sure I'm not overlooking something. Could you please confirm that subqueries should be working in master? If that's the case I'll investigate further and provide a failing test.