SPARQL.ex v0.1.0 SPARQL.Query.Result.XML View Source

An implementation of the W3C Recommendation for the SPARQL 1.1 Query Results XML Format.

see http://www.w3.org/TR/rdf-sparql-XMLres/

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.

Link to this function encode(content, opts \\ []) View Source
Link to this function encode!(content, opts \\ []) View Source

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.