Home | Trees | Indices | Help |
---|
|
1 #======================================================================= 2 from rdflib import URIRef, RDF, RDFS 3 from oort.rdfview import RdfQuery, one, localized, i18n_dict 4 from oort.util.code import SlotStruct 5 #======================================================================= 6 9 12 15 18 19 #----------------------------------------------------------------------- 20 23 29 return Labels( 30 *[HasLabel(graph, lang, URIRef(labelBase % tail)).label 31 for tail in Labels.__slots__] ) 32 return labels 33 37
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Mon Oct 29 17:10:15 2007 | http://epydoc.sourceforge.net |