Package fr.mines_stetienne.ci.sparql_generate.function.library


package fr.mines_stetienne.ci.sparql_generate.function.library
  • Class Summary
    Class
    Description
    Binding function fun:camelCase takes as input a String, and return a CamelCase version of that string.
    Binding function fun:dateTime converts a given datetime or a UNIX timestamp in milliseconds to an xsd:dateTime.
    Binding function fun:log logs the input to the console, and outputs the empty string.
    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: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.