The end of a development branch
BNode can now be created with specified value.
Literal now has a language attribute.
Parser now creates Literals with language attribute set
appropriately as determined by xml:lang attributes.
TODO: Serializer-Literals-language attribute
TODO: Change __eq__ so that Literal("foo")=="foo" etc
TripleStores now support "in" operator.
For example: if (s, p, o) in store: print "Found ", s, p, o
Added APIs/object for working at level of a Resource. NOTE:
This functionality is still experimental
Consecutive Collections now parse correctly.