statement not triple in nquads
authorGavin Carothers <gavin@carothers.name>
Thu, 14 Mar 2013 11:38:48 -0700
changeset 658 f37d5b0130c8
parent 644 9d3d552c7e5f
child 659 95633878183f
statement not triple in nquads
nquads/nquads.bnf
--- a/nquads/nquads.bnf	Sat Mar 09 17:15:43 2013 -0800
+++ b/nquads/nquads.bnf	Thu Mar 14 11:38:48 2013 -0700
@@ -1,4 +1,4 @@
-[1]  nquadsDoc          ::= statement? (EOL triple)* EOL?
+[1]  nquadsDoc          ::= statement? (EOL statement)* EOL?
 [2]  statement          ::= WS* subject WS+ predicate WS+ object WS+ graphLabel WS* '.' WS*
 [3]  subject            ::= IRIREF | BLANK_NODE_LABEL
 [4]  predicate          ::= IRIREF