RDF.PrefixMap.drop
You're seeing just the function
drop
, go back to RDF.PrefixMap module for more information.
Specs
drop(t(), [coercible_prefix()]) :: t()
Drops the given prefixes
from prefix_map
.
If prefixes
contains prefixes that are not in prefix_map
, they're simply ignored.