RDF.PrefixMap.namespace
You're seeing just the function
namespace
, go back to RDF.PrefixMap module for more information.
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
.