SPARQL.ex v0.2.3 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
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
The SPARQL.Query.Result.Format.Decoder
module for the result format.
Callback implementation for SPARQL.Query.Result.Format.decoder/0
.
The SPARQL.Query.Result.Format.Encoder
module for the result format.
Callback implementation for SPARQL.Query.Result.Format.encoder/0
.
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
.
The MIME type of the SPARQL query result format.
Callback implementation for SPARQL.Query.Result.Format.media_type/0
.
An name atom of the SPARQL query result format under which it can referenced.
Callback implementation for SPARQL.Query.Result.Format.name/0
.
A list of the supported query forms of the SPARQL query result format.
Callback implementation for SPARQL.Query.Result.Format.supported_query_forms/0
.