# File lib/iq_rdf/literal/uri.rb, line 18 def build_xml(xml, &block) block.call("rdf:resource" => @obj.to_s) end