gStore icon indicating copy to clipboard operation
gStore copied to clipboard

是否支持order by和group by关键字以及路径查询?

Open MaseratiD opened this issue 4 years ago • 1 comments

在执行含有order by和group by关键字的sparql查询时报错: The supported ORDER BY key is var only. The supported GROUP BY key is var only.

而且在执行路径查询时,返回为空或报错: Prefix is not found, please define it before use.

MaseratiD avatar May 13 '21 04:05 MaseratiD

您好,目前我们在ORDER BY和GROUP BY语句中仅支持使用变量,暂不支持使用表达式。 属性路径暂未支持。

SoftlySpoken avatar May 25 '21 12:05 SoftlySpoken