BNodes now created with a more unique identifier so BNodes
from different sessions do not collide.
Added initial support for XML Literals (for now they are
parsed into Literals).
Resource is no longer a special kind of URIRef.
Resource no longer looks at range to determine default return
type for __getitem__. Instead there is now a get(predicate, default)
method.