# `SPARQL.Query.Result`
[🔗](https://github.com/rdf-elixir/sparql-ex/blob/v0.3.12/lib/sparql/query/result/result.ex#L1)

# `solution_mapping`

```elixir
@type solution_mapping() :: map()
```

# `t`

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

# `get`

Returns the solutions for the given variable.

# `new`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
