-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Jena 3.0.0
-
Fix Version/s: Jena 3.0.0, Jena 3.0.1
-
Component/s: QueryBuilder
-
Labels:None
Optional does not support adding a group pattern of the form:
OPTIONAL {
?s <q> 123 .
?s <v> ?x .
FILTER(?x>56)
}
i.e a compound OPTIONAL pattern?