lib/rdf/isomorphic.rb in rdf-isomorphic-2.0.0 vs lib/rdf/isomorphic.rb in rdf-isomorphic-2.2.0

- old
+ new

@@ -7,10 +7,10 @@ ## # Isomorphism for rdf.rb Enumerables # # RDF::Isomorphic provides the functions isomorphic_with and bijection_to for RDF::Enumerable. # - # @see http://rdf.rubyforge.org + # @see http://www.rubydoc.info/github/ruby-rdf/rdf/ # @see http://www.hpl.hp.com/techreports/2001/HPL-2001-293.pdf module Isomorphic autoload :VERSION, 'rdf/isomorphic/version' # Returns `true` if this RDF::Enumerable is isomorphic with another.