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
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'
|