Package ccrdf :: Module rdfdict
[show private | hide private]
[frames | no frames]

Module ccrdf.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__

Type:
str
Value:
'(c) 2003-2004, Nathan R. Yergler'                                     

__id__

Type:
str
Value:
'$Id: rdfdict.py 668 2006-07-10 14:27:27Z nyergler $'                  

__license__

Type:
str
Value:
'licensed under the GNU GPL2'                                          

__version__

Type:
str
Value:
'$Revision: 668 $'                                                     

Generated by Epydoc 2.1 on Mon Jul 10 17:08:26 2006 http://epydoc.sf.net