SPARQL.ex v0.3.0 SPARQL.Query.Result.TSV View Source

An implementation of the W3C Recommendation for the SPARQL 1.1 Query Results TSV Formats.

see http://www.w3.org/TR/sparql11-results-csv-tsv/

Link to this section Summary

Functions

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

See SPARQL.Query.Result.TSV.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

Link to this function

decode(results, opts \\ []) View Source

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

Link to this function

decode!(results, opts \\ []) View Source

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

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

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

A list of the supported query forms of the SPARQL query result format.

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