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

Module rdflib.sparql.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). The basic class here is supposed to be a superclass of rdflibUtils.myTripleStore; it has been separated only for a better maintainability.

There is a separate description for the functionalities.
Classes
Query Result of a SPARQL query.
SPARQL A wrapper class around the RDFLib triple store implementing the Sparql utilities.

Exceptions
SPARQLError Am SPARQL error has been detected

Variable Summary
bool Debug = False
URIRef JunkResource = u'http://www.ivan-herman.net/SPARQLJunk'
str type_date = 'http://www.w3.org/2001/XMLSchema#date'
str type_dateTime = 'http://www.w3.org/2001/XMLSchema#dateTi...
str type_decimal = 'http://www.w3.org/2001/XMLSchema#decimal...
str type_double = 'http://www.w3.org/2001/XMLSchema#double'
str type_float = 'http://www.w3.org/2001/XMLSchema#float'
str type_integer = 'http://www.w3.org/2001/XMLSchema#integer...
str type_long = 'http://www.w3.org/2001/XMLSchema#long'
str type_string = 'http://www.w3.org/2001/XMLSchema#string'
str type_time = 'http://www.w3.org/2001/XMLSchema#time'

Variable Details

Debug

Type:
bool
Value:
False                                                                  

JunkResource

Type:
URIRef
Value:
u'http://www.ivan-herman.net/SPARQLJunk'                               

type_date

Type:
str
Value:
'http://www.w3.org/2001/XMLSchema#date'                                

type_dateTime

Type:
str
Value:
'http://www.w3.org/2001/XMLSchema#dateTime'                            

type_decimal

Type:
str
Value:
'http://www.w3.org/2001/XMLSchema#decimal'                             

type_double

Type:
str
Value:
'http://www.w3.org/2001/XMLSchema#double'                              

type_float

Type:
str
Value:
'http://www.w3.org/2001/XMLSchema#float'                               

type_integer

Type:
str
Value:
'http://www.w3.org/2001/XMLSchema#integer'                             

type_long

Type:
str
Value:
'http://www.w3.org/2001/XMLSchema#long'                                

type_string

Type:
str
Value:
'http://www.w3.org/2001/XMLSchema#string'                              

type_time

Type:
str
Value:
'http://www.w3.org/2001/XMLSchema#time'                                

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