Module sdjas :: Class SPARQL
[hide private]
[frames] | no frames]

Class SPARQL

source code

This is a 'wrapper' class for SPARQL queries. A class might be a slight overkill. It was made with the idea, that one can store the query and the result together, to re-evaluate both without having to access the server. However, in the end this feature was not really needed.

Instance Methods [hide private]
 
__init__(self, sd, query, output='json')
Execute the query and store the results.
source code