Claude Warren created JENA-1034:
-----------------------------------

             Summary: QueryBuilder do not support adding a group pattern as an 
optional.
                 Key: JENA-1034
                 URL: https://issues.apache.org/jira/browse/JENA-1034
             Project: Apache Jena
          Issue Type: Improvement
          Components: QueryBuilder
    Affects Versions: Jena 3.0.0
            Reporter: Claude Warren
            Assignee: Claude Warren
            Priority: Minor


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?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to