SPARQL.ex v0.2.3 SPARQL.Query.Result.Turtle View Source

An implementation of the Turtle serialization of SPARQL Query Results used in some W3C SPARQL tests.

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

Link to this function decode!(results, opts \\ []) View Source
Link to this function decode(results, opts \\ []) View Source

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.

Link to this function read_string(results, opts \\ []) 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.