Package rdflib :: Package sparql :: Module sparqlGraph
[show private | hide private]
[frames | no frames]

Module rdflib.sparql.sparqlGraph

Some utility functions built on the top of rdflib
Classes
Alt This is just a placeholder class for naming, does not add any functionality to a Container
Bag This is just a placeholder class for naming, does not add any functionality to a Container
Container Wrapper around an RDF Container resource.
Seq The keys, inherited from Container, are sorted both when the class is created and when a new item is added.
SPARQLGraph A wrapper class around the original triple store, that includes some additional utility methods

Exceptions
RDFSValidityError An RDFS statement is not properly used
UniquenessError A uniqueness assumption was made in the context, and that is not true

Variable Summary
Namespace ns_dc = u'http://purl.org/dc/elements/1.1/'
Namespace ns_owl = u'http://www.w3.org/2002/07/owl#'

Variable Details

ns_dc

Type:
Namespace
Value:
u'http://purl.org/dc/elements/1.1/'                                    

ns_owl

Type:
Namespace
Value:
u'http://www.w3.org/2002/07/owl#'                                      

Generated by Epydoc 2.1 on Wed Jun 29 09:50:16 2005 http://epydoc.sf.net