Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
625 B
33 lines
625 B
SPARQL utility objects
|
|
======================
|
|
.. py:currentmodule:: pyoxigraph
|
|
|
|
Oxigraph provides also some utilities related to SPARQL queries:
|
|
|
|
Variable
|
|
""""""""
|
|
.. autoclass:: Variable
|
|
:members:
|
|
|
|
``SELECT`` solutions
|
|
""""""""""""""""""""
|
|
.. autoclass:: QuerySolutions
|
|
:members:
|
|
.. autoclass:: QuerySolution
|
|
:members:
|
|
|
|
``ASK`` results
|
|
"""""""""""""""
|
|
.. autoclass:: QueryBoolean
|
|
:members:
|
|
|
|
``CONSTRUCT`` results
|
|
"""""""""""""""""""""
|
|
.. autoclass:: QueryTriples
|
|
:members:
|
|
|
|
Query results parsing
|
|
"""""""""""""""""""""
|
|
.. autofunction:: parse_query_results
|
|
.. autoclass:: QueryResultsFormat
|
|
:members:
|
|
|