RDF.PrefixMap.prefix

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

prefix(prefix_map, namespace)

View Source

Specs

prefix(t(), coercible_namespace()) :: coercible_prefix() | nil

Returns the prefix for the given namespace in prefix_map.

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