# File lib/rdf/redland/model.rb, line 156 def delete(s,p,o,context=nil) statement = Statement.new(s,p,o) self.delete_statement(statement,context) end