| Trees | Index | Help |
|---|
|
PyXMLUtils: Essentially, a wrapper around an Element Node of the DOM, that helps
in making the usage of DOM a bit simpler...
TalkManagement: Package to manage W3C talks.
HTMLWrapper
iCalendar: iCalendar generation module for talk management.
Infos
RSS: RSS generation module for talk management.
Talks: Module for the two main Talk management classes: TalkManagement.Talks.Talk and TalkManagement.Talks.FactoredTalks.
coordDates: Simple wrapper around python's time functionalities to generate
coordinates along an axes for date values.
rdflibUtils: Introduction
============
This package is a utility layer on the top of the excellent RDF Library, U{RDFLib<http://rdflib.net">}, created by Daniel Krech.
fixLiteral: Fixing the Literal implementation in RDFLib
graphPattern: Graph pattern class used by the SPARQL implementation
myTripleStore: Some utility functions built on the top of rdflib
sparql: SPARQL implementation on top of RDFLib Implementation of the <a
href="http://www.w3.org/TR/rdf-sparql-query/">W3C
SPARQL</a> language (version April 2005).
sparqlOperators
xmp: Extract XMP metadata from JPEG and PDF files.
PyXMLUtils.ElementNode:
Wrapper around an Element Node to make programs a bit easier to
develop.
TalkManagement.Infos.Infos:
Wrapper class for gathering information (used to generate the input
form)
TalkManagement.RSS.RSS:
Generates an RSS 1.0 file.
TalkManagement.RSS.RSS_item:
A single RSS news item; used by the RSS
Class.
TalkManagement.Talks.Event:
Separate class for an Event, just to make things a bit easier to
manage
TalkManagement.Talks.FactoredTalks:
Factored talks are a group of talks that happen on the same event.
TalkManagement.Talks.Person:
Separate class for a Person (presenter), just to make things a bit
easier to manage.
TalkManagement.Talks.Talk:
See also the introductory comments for details.
TalkManagement.Talks._phonyNode:
A real hack.
TalkManagement.iCalendar.iCalendar:
Generates an iCalendar file.
TalkManagement.iCalendar.iCalendar_item:
A single iCalendar news item; used by the iCalendar Class.
__builtin__.object:
The most base type
rdflib.model.schema.Schema
rdflib.Store.Store:
Abstract Class
rdflib.TripleStore.TripleStore
rdflibUtils.myTripleStore.myTripleStore:
A wrapper class around the original triple store, that includes some
additional utility methods
__builtin__.type:
type(object) -> the object's type type(name, bases, dict) -> a
new type
_xmlplus.dom.ext.Visitor.Visitor
_xmlplus.dom.ext.Printer.PrintVisitor
PyXMLUtils._PrintFragmentVisitor:
A subclass of PyXML's PrintVisitor class that does not print a
prolog.
coordDates.coordDates:
Class to convert dates on a set of coordinates.
exceptions.Exception:
Common base class for all exceptions.
TalkManagement.Talks.dataError:
data Error (Exeption).
coordDates.dateError:
Exception raised if the date is not between epoch and the current
time
rdflib.exceptions.Error:
Base class for rdflib exceptions.
rdflibUtils.myTripleStore.RDFSValidityError:
An RDFS statement is not properly used
rdflibUtils.sparql.SPARQLError:
Am SPARQL error has been detected
rdflibUtils.myTripleStore.UniquenessError:
A uniqueness assumption was made in the context, and that is not
true
rdflibUtils.graphPattern.GraphPattern:
Storage of one Graph Pattern, ie, the pattern tuples and the possible
(functional) constraints (filters)
rdflibUtils.myTripleStore.Container:
Wrapper around an RDF Container resource.
rdflibUtils.myTripleStore.Alt:
This is just a placeholder class for naming, does not add any
functionality to a Container
rdflibUtils.myTripleStore.Bag:
This is just a placeholder class for naming, does not add any
functionality to a Container
rdflibUtils.myTripleStore.Seq:
The keys, inherited from Container, are sorted both when the class
is created and when a new item is added.
rdflibUtils.sparql.Query:
Result of a SPARQL query.
rdflibUtils.sparql.SPARQL:
A wrapper class around the RDFLib triple store implementing the Sparql
utilities.
rdflibUtils.myTripleStore.myTripleStore:
A wrapper class around the original triple store, that includes some
additional utility methods
rdflibUtils.sparql._SPARQLNode:
The SPARQL implementation is based on the creation of a tree, each
level for each statement in the 'where' clause of SPARQL.
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sat Aug 06 12:38:28 2005 | http://epydoc.sf.net |