# `Grax.Id.Namespace`
[🔗](https://github.com/rdf-elixir/grax/blob/v0.6.1/lib/grax/id/namespace.ex#L1)

# `t`

```elixir
@type t() :: %Grax.Id.Namespace{
  options: Keyword.t() | nil,
  parent: t() | nil,
  prefix: atom() | nil,
  uri: String.t()
}
```

# `new`

# `option`

# `uri`

---

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