# File lib/iq_rdf/namespace.rb, line 64 def self.method_missing(method_name, *args, &block) type = args.shift if args[0].is_a?(IqRdf::Uri) self.build_uri(method_name, type, &block) end