class RDF::N3::Reader

A Notation-3/Turtle parser in Ruby

N3 Parser, based in librdf version of predictiveParser.py @see www.w3.org/2000/10/swap/grammar/predictiveParser.py @see www.w3.org/2000/10/swap/grammar/n3-selectors.n3

Separate pass to create branch_table from n3-selectors.n3

This implementation only supports quickVars at the document scope.

Non-distinguished blank node variables are created as part of reasoning.

@todo

@author [Gregg Kellogg](greggkellogg.net/)