simplegraphdb
simplegraphdb copied to clipboard
Nested SELECT queries will break quite badly
Current query system is not setup to handle much beyond the most basic of SPARQL queries. If subqueries are to be a thing, non-trivial changes will need to be made to the:
- Query engine (!!)
- Query validation functionality
- Query parser