| Home | Trees | Index | Help |
|---|
| Package ccrdf :: Module rdfdict |
|
rdfdict.py
A generic wrapper for RDFlib which provides a dictionary-like interface to blocks of RDF with common subjects. Also provides a utility wrapper, rdfStore, for parsing and generating RDF.| Classes | |
|---|---|
rdfDict |
Provides a dictionary-like wrapper around a set of RDF triples with a common subject. |
rdfStore |
Provides RDF parsing and output functions for CC license and work definitions. |
StringInputSource |
StringInputSource: helper source to allow SAX parsing of a string; wraps string in appropriate superclass and emulates file-like interface. |
| Exceptions | |
|---|---|
AmbiguousKeyError |
Raised when there are multiple values for a given key. |
| Variable Summary | |
|---|---|
str |
__copyright__ = '(c) 2003-2004, Nathan R. Yergler'
|
str |
__id__ = '$Id: rdfdict.py 668 2006-07-10 14:27:27Z nyerg...
|
str |
__license__ = 'licensed under the GNU GPL2'
|
str |
__version__ = '$Revision: 668 $'
|
| Variable Details |
|---|
__copyright__
|
__id__
|
__license__
|
__version__
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Mon Jul 10 17:08:26 2006 | http://epydoc.sf.net |