RDF.PrefixMap.delete

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

delete(prefix_map, prefix)

View Source

Specs

delete(t(), coercible_prefix()) :: t()

Deletes the prefix mapping for prefix from prefix_map.

If no mapping for prefix exists, prefix_map is returned unchanged.