RDF.PrefixMap.namespace

You're seeing just the function namespace, go back to RDF.PrefixMap module for more information.
Link to this function

namespace(prefix_map, prefix)

View Source

Specs

namespace(t(), coercible_prefix()) :: namespace() | nil

Returns the namespace for the given prefix in prefix_map.

Returns nil, when the given prefix is not present in prefix_map.