Home | Trees | Indices | Help |
|
---|
|
See Also: SPARQL Specification
Author: Ivan Herman, Sergio Fernández, Carlos Tejo Alonso
Organization: World Wide Web Consortium, Salzburg Research and Foundation CTIC.
License: W3C® SOFTWARE NOTICE AND LICENSE
Requires: RDFLib package.
|
|||
SPARQLWrapper Wrapper around an online access to a SPARQL Web entry point. |
|||
QueryResult Wrapper around an a query result. |
|
|||
JSON =
to be used to set the return format to JSON |
|||
JSONLD =
to be used to set the return format to JSON-LD |
|||
XML =
to be used to set the return format to XML (SPARQL XML format or RDF/XML, depending on the query type). |
|||
TURTLE =
to be used to set the return format to Turtle |
|||
N3 =
to be used to set the return format to N3 (for most of the SPARQL services this is equivalent to Turtle) |
|||
RDF =
to be used to set the return RDF Graph |
|||
RDFXML =
to be used to set the return format to RDF/XML explicitly. |
|||
CSV =
to be used to set the return format to CSV |
|||
TSV =
to be used to set the return format to TSV |
|||
_allowedFormats =
|
|||
POST =
to be used to set HTTP POST |
|||
GET =
to be used to set HTTP GET. |
|||
_allowedRequests =
|
|||
BASIC =
BASIC HTTP Authentication method |
|||
DIGEST =
DIGEST HTTP Authentication method |
|||
_allowedAuth =
|
|||
SELECT =
to be used to set the query type to SELECT. |
|||
CONSTRUCT =
to be used to set the query type to CONSTRUCT. |
|||
ASK =
to be used to set the query type to ASK. |
|||
DESCRIBE =
to be used to set the query type to DESCRIBE. |
|||
INSERT =
to be used to set the query type to INSERT. |
|||
DELETE =
to be used to set the query type to DELETE. |
|||
CREATE =
to be used to set the query type to CREATE. |
|||
CLEAR =
to be used to set the query type to CLEAR. |
|||
DROP =
to be used to set the query type to DROP. |
|||
LOAD =
to be used to set the query type to LOAD. |
|||
COPY =
to be used to set the query type to COPY. |
|||
MOVE =
to be used to set the query type to MOVE. |
|||
ADD =
to be used to set the query type to ADD. |
|||
_allowedQueryTypes =
|
|||
URLENCODED =
|
|||
POSTDIRECTLY =
|
|||
_REQUEST_METHODS =
|
|||
_SPARQL_DEFAULT =
|
|||
_SPARQL_XML =
|
|||
_SPARQL_JSON =
|
|||
_RDF_XML =
|
|||
_RDF_TURTLE =
|
|||
_RDF_N3 =
|
|||
_RDF_JSONLD =
|
|||
_CSV =
|
|||
_TSV =
|
|||
_XML =
|
|||
_ALL =
|
|||
_SPARQL_PARAMS =
|
|||
_RDF_POSSIBLE =
|
|||
_returnFormatSetting =
|
|||
__package__ =
|
|
XMLto be used to set the return format to XML (SPARQL XML format or RDF/XML, depending on the query type). This is the default.
|
_allowedFormats
|
GETto be used to set HTTP GET. This is the default.
|
SELECTto be used to set the query type to SELECT. This is, usually, determined automatically.
|
CONSTRUCTto be used to set the query type to CONSTRUCT. This is, usually, determined automatically.
|
ASKto be used to set the query type to ASK. This is, usually, determined automatically.
|
DESCRIBEto be used to set the query type to DESCRIBE. This is, usually, determined automatically.
|
_allowedQueryTypes
|
_SPARQL_DEFAULT
|
_SPARQL_JSON
|
_RDF_N3
|
_RDF_POSSIBLE
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Apr 18 09:55:02 2019 | http://epydoc.sourceforge.net |