SPARQL.ex v0.3.0 SPARQL.Query.Result.JSON View Source
An implementation of the W3C Recommendation for the SPARQL 1.1 Query Results JSON Format.
Link to this section Summary
Functions
See SPARQL.Query.Result.JSON.Decoder.decode/2
.
See SPARQL.Query.Result.JSON.Decoder.decode!/2
.
The SPARQL.Query.Result.Format.Decoder
module for the result format.
The SPARQL.Query.Result.Format.Encoder
module for the result format.
The usual file extension for the SPARQL query result format.
An IRI of the SPARQL query result format.
The MIME type of the SPARQL query result format.
An name atom of the SPARQL query result format under which it can referenced.
A list of the supported query forms of the SPARQL query result format.
Link to this section Functions
decode(results, opts \\ []) View Source
See SPARQL.Query.Result.JSON.Decoder.decode/2
.
decode!(results, opts \\ []) View Source
See SPARQL.Query.Result.JSON.Decoder.decode!/2
.
decoder() View Source
The SPARQL.Query.Result.Format.Decoder
module for the result format.
Callback implementation for SPARQL.Query.Result.Format.decoder/0
.
encoder() View Source
The SPARQL.Query.Result.Format.Encoder
module for the result format.
Callback implementation for SPARQL.Query.Result.Format.encoder/0
.
extension() View Source
The usual file extension for the SPARQL query result format.
Callback implementation for SPARQL.Query.Result.Format.extension/0
.
An IRI of the SPARQL query result format.
Callback implementation for SPARQL.Query.Result.Format.id/0
.
media_type() View Source
The MIME type of the SPARQL query result format.
Callback implementation for SPARQL.Query.Result.Format.media_type/0
.
name() View Source
An name atom of the SPARQL query result format under which it can referenced.
Callback implementation for SPARQL.Query.Result.Format.name/0
.
read_string(results, opts \\ []) View Source
supported_query_forms() View Source
A list of the supported query forms of the SPARQL query result format.
Callback implementation for SPARQL.Query.Result.Format.supported_query_forms/0
.