SPARQL.Query.Result (SPARQL.ex v0.3.12)

Copy Markdown View Source

Summary

Functions

Returns the solutions for the given variable.

Types

solution_mapping()

@type solution_mapping() :: map()

t()

@type t() :: %SPARQL.Query.Result{
  results: [solution_mapping()],
  variables: [String.t()]
}

Functions

get(result, variable)

Returns the solutions for the given variable.

new(results, variables \\ nil)