METHODS

uri

Takes a URI (possibly relative to the current RDF document) and returns an absolute URI.

NOTES

This parser is a transliteration of Sean B Palmer's python RDF/XML parser:

http://www.infomesh.net/2003/rdfparser/

Thus the idioms inside are a bit pythonic. Most credit for the effort is due to sbp.