author | Andy Seaborne <andy.seaborne@apache.org> |
Thu, 12 Dec 2013 15:02:08 +0000 | |
changeset 1557 | 39851541bf3d |
parent 1556 | 4ab37a9dfd9e |
child 1558 | 7153257b5d27 |
trig/trig.bnf |
--- a/trig/trig.bnf Thu Dec 12 15:01:50 2013 +0000 +++ b/trig/trig.bnf Thu Dec 12 15:02:08 2013 +0000 @@ -9,7 +9,8 @@ labelOrSubject ( wrappedGraph | predicateObjectList '.' ) [4g] triples2 ::= - ( blankNodePropertyList | collection ) predicateObjectList? '.' + blankNodePropertyList predicateObjectList? '.' | + collection predicateObjectList '.' [5g] wrappedGraph ::= '{' triplesBlock? '}'