| Home | Trees | Index | Help |
|---|
|
rdflib
backends
BNode
compat
constants: Deprecated.
exceptions
FileInputSource
Graph
Identifier
InformationStore: Deprecated; use Graph.
Literal
Namespace
plugin
RDF
RDFS
sparql: This package is a utility layer on the top of the excellent RDF
Library, RDFLib, created by Daniel
Krech.
graphPattern: Graph pattern class used by the SPARQL implementation
sparql: SPARQL implementation on top of RDFLib
sparqlGraph: Some utility functions built on the top of rdflib
sparqlOperators
StringInputSource
syntax
TripleStore: Deprecated; use Graph.
URIRef
URLInputSource
util
__builtin__.object:
The most base type
rdflib.backends.Backend
rdflib.backends.IOMemory.IOMemory:
An integer-key-optimized-context-aware-in-memory backend.
rdflib.backends.Memory.Memory:
An in memory implementation of a triple store.
rdflib.backends.Sleepycat.Sleepycat
__builtin__.basestring:
Type basestring cannot be instantiated; it is the base for str and
unicode.
__builtin__.unicode:
unicode(string [, encoding[, errors]]) -> object
rdflib.Identifier.Identifier:
See http://www.w3.org/2002/07/rdf-identifer-terminology/ regarding
choice of terminology.
rdflib.BNode.BNode
rdflib.Literal.Literal:
http://www.w3.org/TR/rdf-concepts/#section-Graph-Literal
rdflib.URIRef.URIRef
rdflib.backends.Concurrent.Concurrent
rdflib.syntax.parsers.RDFXMLHandler.ElementHandler
rdflib.FileInputSource.FileInputSource
rdflib.Graph.Graph:
An RDF Graph.
rdflib.Graph.Context
rdflib.InformationStore.InformationStore:
Depcrecated.
rdflib.TripleStore.TripleStore:
Depcrecated.
rdflib.syntax.NamespaceManager.NamespaceManager
rdflib.syntax.parsers.Parser
rdflib.syntax.serializers.QNameProvider.QNameProvider
rdflib.backends.Concurrent.ResponsibleGenerator:
A generator that will help clean up when it is done being used.
rdflib.Graph.Seq:
Wrapper around an RDF Seq resource.
rdflib.syntax.serializer.Serializer
rdflib.syntax.serializers.Serializer
rdflib.StringInputSource.StringInputSource
__builtin__.type:
type(object) -> the object's type type(name, bases, dict) -> a
new type
rdflib.URLInputSource.URLInputSource
rdflib.syntax.serializers.XMLWriter.XMLWriter
exceptions.Exception:
Common base class for all exceptions.
rdflib.exceptions.Error:
Base class for rdflib exceptions.
rdflib.exceptions.ParserDispatchNameClashError:
Name clash...
rdflib.exceptions.ParserDispatchNameError:
No name set...
rdflib.exceptions.ParserError:
RDF Parser error.
rdflib.sparql.sparqlGraph.RDFSValidityError:
An RDFS statement is not properly used
rdflib.exceptions.SerializerDispatchNameClashError:
Name clash...
rdflib.exceptions.SerializerDispatchNameError:
No name set...
rdflib.sparql.sparql.SPARQLError:
Am SPARQL error has been detected
rdflib.exceptions.TypeCheckError:
Parts of assertions are subject to type checks.
rdflib.exceptions.ContextTypeError:
Context of an assertion must be an instance of URIRef.
rdflib.exceptions.ObjectTypeError:
Object of an assertion must be an instance of URIRef, Literal, or
BNode.
rdflib.exceptions.PredicateTypeError:
Predicate of an assertion must be an instance of URIRef.
rdflib.exceptions.SubjectTypeError:
Subject of an assertion must be an instance of URIRef.
rdflib.exceptions.UniquenessError:
A uniqueness assumption was made in the context, and that is not
true
rdflib.sparql.sparqlGraph.UniquenessError:
A uniqueness assumption was made in the context, and that is not
true
rdflib.sparql.graphPattern.GraphPattern:
Storage of one Graph Pattern, ie, the pattern tuples and the possible
(functional) constraints (filters)
rdflib.sparql.sparql.Query:
Result of a SPARQL query.
rdflib.sparql.sparql.SPARQL:
A wrapper class around the RDFLib triple store implementing the Sparql
utilities.
rdflib.sparql.sparqlGraph.SPARQLGraph:
A wrapper class around the original triple store, that includes some
additional utility methods
rdflib.sparql.sparqlGraph.Container:
Wrapper around an RDF Container resource.
rdflib.sparql.sparqlGraph.Alt:
This is just a placeholder class for naming, does not add any
functionality to a Container
rdflib.sparql.sparqlGraph.Bag:
This is just a placeholder class for naming, does not add any
functionality to a Container
rdflib.sparql.sparqlGraph.Seq:
The keys, inherited from Container, are sorted both when
the class is created and when a new item is added.
xml.sax.handler.ContentHandler:
Interface for receiving logical document content events.
xml.sax.xmlreader.InputSource:
Encapsulation of the information needed by the XMLReader to read
entities.
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Sep 13 21:05:06 2005 | http://epydoc.sf.net |