| Home | Trees | Index | Help |
|---|
| Package ccrdf :: Module rdfdict :: Class rdfStore |
|
ccRdf| Method Summary | |
|---|---|
__init__(self)
| |
Return a string containing the RDF representation of the licenses and works. | |
Adds a new work or license to the RDF store. | |
Return a string containing the RDF representation of the licenses and works. | |
Parse the given String, rdf, into it's component triples. | |
A generator which successivly returns each subject contained in the store, wrapped in an instance of rdfDict. | |
| Method Details |
|---|
__str__(self)
Return a string containing the RDF representation of the licenses
and works.
|
append(self, newItem)Adds a new work or license to the RDF store. |
output(self)Return a string containing the RDF representation of the licenses and works. |
parse(self, rdf)Parse the given String, rdf, into it's component triples. |
subjects(self)A generator which successivly returns each subject contained in the store, wrapped in an instance of rdfDict. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Mon Jul 10 17:08:26 2006 | http://epydoc.sf.net |