Remove stated whitespace, not required
authorGavin Carothers <gavin@carothers.name>
Wed, 16 May 2012 06:49:17 -0700
changeset 391 82031a972604
parent 390 9b85810b8b2a
child 392 21ac69c98d05
Remove stated whitespace, not required
rdf-turtle/turtle.bnf
--- a/rdf-turtle/turtle.bnf	Tue May 15 15:54:55 2012 -0700
+++ b/rdf-turtle/turtle.bnf	Wed May 16 06:49:17 2012 -0700
@@ -4,9 +4,9 @@
  | triples "." 
 [3] directive ::= prefixID 
  | base 
-[4] prefixID ::= '@prefix' ws+ PNAME_NS IRIREF 
+[4] prefixID ::= '@prefix' PNAME_NS IRIREF 
  
-[5] base ::= '@base' ws+ IRIREF 
+[5] base ::= '@base' IRIREF 
  
 [6] triples ::= (subject predicateObjectList) |
 (blankNodePropertyList predicateObjectList?)