java.lang.Object
org.apache.jena.sparql.expr.urifunctions.SPARQLFuncOp

public class SPARQLFuncOp extends Object
SPARQL Functions and Operators, including extensions.

This class does not cover functional forms e.g. IF, COALESCE and BOUND.

Some function-like use of keywords in SPARQL do not make sense as standalone functions. Some functions depend on the execution context and do not make sense outside of such a context e.g. BNODE(string), NOW().