Package rdfalchemy :: Package sparql :: Module parsers
[hide private]
[frames] | no frames]

Module parsers

source code

Classes [hide private]
  _SPARQLHandler
Abstract base class for parsing the response stream of a sparql query Real classhes should subclass from here but should not do too much during __init__
  _JSONSPARQLHandler
Parse the results of a sparql query returned as json.
  _XMLSPARQLHandler
Parse the results of a sparql query returned as xml.
  _BRTRSPARQLHandler
Handler for the sesame binary table format BRTR
Variables [hide private]
  log = logging.getLogger(__name__)
  _S_NS = '{http://www.w3.org/2005/sparql-results#}'
  _VARIABLE = '{http://www.w3.org/2005/sparql-results#}variable'
  _BNODE = '{http://www.w3.org/2005/sparql-results#}bnode'
  _URI = '{http://www.w3.org/2005/sparql-results#}uri'
  _BINDING = '{http://www.w3.org/2005/sparql-results#}binding'
  _LITERAL = '{http://www.w3.org/2005/sparql-results#}literal'
  _HEAD = '{http://www.w3.org/2005/sparql-results#}head'
  _RESULT = '{http://www.w3.org/2005/sparql-results#}result'
  _X_NS = '{http://www.w3.org/XML/1998/namespace}'
  _LANG = '{http://www.w3.org/XML/1998/namespace}lang'