View Source SPARQL.Query.Result.Turtle (SPARQL.ex v0.3.9)

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

Summary

Functions

See SPARQL.Query.Result.Turtle.Decoder.decode/2.

See SPARQL.Query.Result.Turtle.Decoder.decode!/2.

Callback implementation for SPARQL.Query.Result.Format.decoder/0.

Callback implementation for SPARQL.Query.Result.Format.encoder/0.

Callback implementation for SPARQL.Query.Result.Format.id/0.

Callback implementation for SPARQL.Query.Result.Format.name/0.

Functions

Link to this function

decode(results, opts \\ [])

View Source

See SPARQL.Query.Result.Turtle.Decoder.decode/2.

Link to this function

decode!(results, opts \\ [])

View Source

See SPARQL.Query.Result.Turtle.Decoder.decode!/2.

Callback implementation for SPARQL.Query.Result.Format.decoder/0.

Callback implementation for SPARQL.Query.Result.Format.encoder/0.

Callback implementation for SPARQL.Query.Result.Format.extension/0.

Callback implementation for SPARQL.Query.Result.Format.id/0.

Callback implementation for SPARQL.Query.Result.Format.media_type/0.

Callback implementation for SPARQL.Query.Result.Format.name/0.

Link to this function

read_string(results, opts \\ [])

View Source

See SPARQL.Query.Result.Turtle.decode/2.

Callback implementation for SPARQL.Query.Result.Format.supported_query_forms/0.