# File lib/iq_rdf.rb, line 71
  def self.method_missing(method_name, *args, &block)
    IqRdf::Default.send(method_name, *args, &block)
  end