The FILTER keyword in SPARQL restricts the results of a query by imposing constraints on values of boundvariables.
SPARQL中的FILTER关键字对绑定变量的值进行约束,从而限制查询的结果。
2
The expression is composed of data structures, boundvariables (that is, those with a value), mathematical operations and function calls.
表达式由数据结构、绑定的变量(即具有值的变量)、数学操作符和函数调用组成。
3
A closure is a function that is evaluated in its own environment, which has one or more boundvariables that can be accessed when the function is called.