Typo, should have been blankNodePropertyList
authorGavin Carothers <gavin@carothers.name>
Sat, 16 Jun 2012 09:28:27 -0700
changeset 456 4e86a1d66587
parent 455 70de2add4f77
child 457 ba0a17ec591b
Typo, should have been blankNodePropertyList
rdf-turtle/turtle.bnf
--- a/rdf-turtle/turtle.bnf	Sat Jun 16 09:27:53 2012 -0700
+++ b/rdf-turtle/turtle.bnf	Sat Jun 16 09:28:27 2012 -0700
@@ -23,7 +23,7 @@
  
 [12] object ::= iri 
  | blank 
- | predicateObjectList
+ | blankNodePropertyList
  | literal 
 [13] literal ::= RDFLiteral 
  | NumericLiteral