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