Additionally to triples, bracket-blocks can contain other components.
https://www.w3.org/TR/sparql11-query/#rGroupGraphPattern
Currently, the triple sorting does not support those components.
If a related reserved word (e.g. SELECT, WHERE, FILTER) is found inside brackets, it is handled like a closing bracket.
Affects code:
org.dice_research.spab.input.SparqlUnit#sortTriples(String)
Additionally to triples, bracket-blocks can contain other components.
https://www.w3.org/TR/sparql11-query/#rGroupGraphPattern
Currently, the triple sorting does not support those components.
If a related reserved word (e.g. SELECT, WHERE, FILTER) is found inside brackets, it is handled like a closing bracket.
Affects code:
org.dice_research.spab.input.SparqlUnit#sortTriples(String)