| Home | Trees | Index | Help |
|---|
| Package ccrdf :: Module ccrdf :: Class ccWork |
|
rdfDict --+
|
ccWork
| Method Summary | |
|---|---|
Attaches a given ccLicense to this work. | |
Returns a list of ccLicense objects describing any licenses associated with the work. | |
| Inherited from rdfDict | |
Creates a new rdfDict given the particular subject and an optional TripleStore (rdfStore). | |
Returns true if the given key appears as a predicate of the subject. | |
Removes all items with the given key. | |
Return the object described in RDF with a subject of self.subject and a predicate of key. | |
Returns an iterator over the unique keys (predicates) for the given subject. | |
Returns the number of predicate-object pairs associated with the subject self.subject. | |
Adds an RDF triple of the values (self.subject, key, value); any objects with the same subject/predicate are replaced. | |
Return the string representation of this instance using an algorithm inspired by the Dublic Core dumb-down method. | |
Return the subject used to create the instance (usually equivalent to rdf:about. | |
Adds an RDF triple consisting of the subject, key and value. | |
Adds the list of objects in values with the same subject and predicate. | |
Returns a list of objects which have a predicate of key. | |
Returns the first object having the predicate key. | |
Returns an iterator over the unique keys (predicates) for the given subject. | |
Removes a specific key-value pair. | |
| Method Details |
|---|
addLicense(self, license)Attaches a given ccLicense to this work. |
licenses(self)Returns a list of ccLicense objects describing any licenses associated with the work. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Mon Jul 10 17:08:26 2006 | http://epydoc.sf.net |