All Classes
Class
Description
Binding function
base10 returns a
Base 10 integer representation the binary literals passed as an argument.
Binding function fun:bitwiseAnd
operates a bitwise AND over the binary literals passed as an argument.
Binding function fun:bitwiseLeftShift
operates a bitwise left shift over the binary literal passed as an argument.
Binding function bitwiseNot
complements the binary literal passed as an argument.
Binding function fun:bitwiseOr
operates a bitwise OR over the binary literals passed as an argument.
Binding function fun:bitwiseRightShift
operates a bitwise right shift over the binary literal passed as an argument.
Binding function fun:bitwiseXOR
operates a bitwise XOR over the binary literals passed as an argument.
Binding function
fun:camelCase
takes as input a String, and return a CamelCase version of that string.
Binding function
fun:CBOR takes as input
a CBOR document, decodes it, and return a sub-JSON document according to a
JSONPath expression.
Binding function
fun:CSSPath
evaluates a CSS Selector over a HTML document and can return (a) the outer
HTML, (b) the inner text, or (c) the value of an attribute.
Binding function
fun:dateTime
converts a given datetime or a UNIX timestamp in milliseconds to an
xsd:dateTime.
Binding function
fun:GeoJSONGeometry
extracts the
Geometry
member from a Feature
object as a wktLiteral.
Binding function
fun:HTMLtoXML
evaluates a HTML document and returns a XML document, closing unclosed tags
if necessary.
Binding function
fun:HTTPDelete
operates a HTTP Delete operation.
Binding function
fun:HTTPExtractBody
extracts the body from a full HTTP response.
Binding function fun:HTTPExtractHeader
extracts the header from a full HTTP response.
Binding function fun:HTTPExtractResponseCode
extracts the response code from a full HTTP response.
Binding function
fun:HTTPGet
operates a HTTP Get operation.
Binding function
fun:HTTPHead
operates a HTTP HEAD operation.
Binding function
fun:HTTPPost
operates a HTTP Post operation.
Binding function
fun:HTTPPut operates
a HTTP Put operation.
Binding function
fun:JSONPath
extracts a string from a JSON document, according to a JSONPath expression.
Binding function
fun:log
logs the input to the console, and outputs the empty string.
Binding function
fun:Markdown takes as input
a Markdown document and outputs a HTML document.
Binding function
fun:mixedCase
takes as input a String, and return a mixedCase version of that string.
Binding function
fun:prefixedIRI
takes as input a IRI, and returns the shortened IRI according to the prefixes
in the query's prologue.
Binding function
fun:property
extracts a property from a
Properties document
Param 1: (file): the URI of the properties document (a URI), or the
properties document itself (a String);
Param 2: (property) the name of the property;
Binding function
fun:RDFXML returns
the RDF Dataset default graph serialized as RDF/XML.
Binding function
fun:regex
returns the input subsequence captured by the ith group during a regex match
operation.
Extension of st:call-template where the first parameter is a select * query
(a string) the second parameter is the name of a template, the rest are the
call parameters
Binding function
fun:SplitAtPosition
splits the input string around matches of the given regular expression, and
returns the ith element in the array.
Binding function
fun:titleCase
takes as input a String, and return a Title Case version of that string.
Binding function
fun:Turtle returns
the RDF Dataset default graph serialized as Turtle.
Binding function
fun:XPath
extracts a string from a XML document, according to a XPath expression.