module RDF::Enumerable

Change RDF::Enumerable#canonicalize

Public Instance Methods

canonicalize() click to toggle source

Returns the resulting Enumerable result from RDF::Normalize. This also canonicalizes URIs and Literals.

@return [RDF::Enumerable]

# File lib/rdf/normalize.rb, line 85
remove_method :canonicalize if method_defined? :canonicalize