RDF.Graph.delete_prefixes

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

delete_prefixes(graph, prefixes)

View Source

Specs

delete_prefixes(t(), RDF.PrefixMap.t()) :: t()

Deletes prefixes from the given graph.

The prefixes can be a single prefix or a list of prefixes. Prefixes not in prefixes of the graph are simply ignored.