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

# `t`

```elixir
@type t() :: %Grax.Id.UrnNamespace{
  nid: String.t(),
  options: Keyword.t() | nil,
  prefix: atom() | nil,
  string: String.t()
}
```

# `new`

---

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