Returns the DBpedia URLs of the detected entities in the input text
Function IRI: http://example.com/idlab/function/dbpediaSpotlightLabel | IRI |
---|---|
input string | http://example.com/idlab/function/str |
endpoint url string | http://example.com/idlab/function/endpoint |
Returns true if the given value is null, else false
Function IRI: http://example.com/idlab/function/isNullLabel | IRI |
---|---|
input string | http://example.com/idlab/function/str |
Returns the content of a local file as string
Function IRI: http://example.com/idlab/function/readFileLabel | IRI |
---|---|
input path | http://example.com/idlab/function/path |
Returns the value if the given boolean is true, else null
Function IRI: http://example.com/idlab/function/trueConditionLabel | IRI |
---|---|
boolean encoded as string | http://example.com/idlab/function/strBoolean |
input string | http://example.com/idlab/function/str |
Concatenates two strings, optionally with a separator
Function IRI: http://example.com/idlab/function/concatLabel | IRI |
---|---|
input string | http://example.com/idlab/function/str |
other input string | http://example.com/idlab/function/otherStr |
delimiter | http://example.com/idlab/function/delimiter |
Concatenates an rdf:seq of strings, optionally with a separator
Function IRI: http://example.com/idlab/function/concatSequenceThis function does not take any arguments.
Returns a given value if input is equal to another given value
Function IRI: http://example.com/idlab/function/decideLabel | IRI |
---|---|
input string | http://example.com/idlab/function/str |
expected input string | http://example.com/idlab/function/expectedStr |
result string | http://example.com/idlab/function/result |
Returns true if strings are equal.
Function IRI: http://example.com/idlab/function/equalLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
input value 2 | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter2 |
Returns an IRI when an entity is explicitely created
Function IRI: http://example.com/idlab/function/explicitCreateLabel | IRI |
---|---|
String representation of an IRI | http://example.com/idlab/function/iri |
string representing the name of the state file | http://example.com/idlab/function/state |
Returns an IRI when an entity is explicitely deleted
Function IRI: http://example.com/idlab/function/explicitDeleteLabel | IRI |
---|---|
String representation of an IRI | http://example.com/idlab/function/iri |
string representing the name of the state file | http://example.com/idlab/function/state |
Returns an IRI when an entity is explicitely updated
Function IRI: http://example.com/idlab/function/explicitUpdateLabel | IRI |
---|---|
String representation of an IRI | http://example.com/idlab/function/iri |
string representing the name of the state file | http://example.com/idlab/function/state |
Generates a unique IRI by watching the given property value
Function IRI: http://example.com/idlab/function/generateUniqueIRILabel | IRI |
---|---|
String representation of an IRI | http://example.com/idlab/function/iri |
Property field of the data record to be watched | http://example.com/idlab/function/watchedProperty |
Indicates if a field contains unique values | http://example.com/idlab/function/unique |
string representing the name of the state file | http://example.com/idlab/function/state |
Returns the MIME Type of a filename
Function IRI: http://example.com/idlab/function/getMIMETypeLabel | IRI |
---|---|
input string | http://example.com/idlab/function/str |
Returns an IRI when an entity is implicitely created
Function IRI: http://example.com/idlab/function/implicitCreateLabel | IRI |
---|---|
String representation of an IRI | http://example.com/idlab/function/iri |
string representing the name of the state file | http://example.com/idlab/function/state |
Returns an IRI when an entity is implicitely deleted
Function IRI: http://example.com/idlab/function/implicitDeleteLabel | IRI |
---|---|
String representation of an IRI | http://example.com/idlab/function/iri |
string representing the name of the state file | http://example.com/idlab/function/state |
Returns an IRI when an entity is implicitely updated
Function IRI: http://example.com/idlab/function/implicitUpdateLabel | IRI |
---|---|
String representation of an IRI | http://example.com/idlab/function/iri |
Property field of the data record to be watched | http://example.com/idlab/function/watchedProperty |
string representing the name of the state file | http://example.com/idlab/function/state |
Returns whether a value is in range
Function IRI: http://example.com/idlab/function/inRangeLabel | IRI |
---|---|
test | http://example.com/idlab/function/p_test |
from | http://example.com/idlab/function/p_from |
to | http://example.com/idlab/function/p_to |
Returns true if the string is found in the list
Function IRI: http://example.com/idlab/function/listContainsElementLabel | IRI |
---|---|
list | http://example.com/idlab/function/list |
input string | http://example.com/idlab/function/str |
Looks for the first appearance of the search string in the fromColumn of a csv file (supposing default delimiter ','), and returns the value of the toColumn on the same row.
Function IRI: http://example.com/idlab/function/lookupLabel | IRI |
---|---|
input string | http://example.com/idlab/function/str |
string representing the path to an input file | http://example.com/idlab/function/inputFile |
index of the fromColumn | http://example.com/idlab/function/fromColumn |
index of the toColumn | http://example.com/idlab/function/toColumn |
Looks for the first appearance of the search string in the fromColumn of a csv file, and returns the value of the toColumn on the same row.
Function IRI: http://example.com/idlab/function/lookupWithDelimiterLabel | IRI |
---|---|
input string | http://example.com/idlab/function/str |
string representing the path to an input file | http://example.com/idlab/function/inputFile |
index of the fromColumn | http://example.com/idlab/function/fromColumn |
index of the toColumn | http://example.com/idlab/function/toColumn |
delimiter | http://example.com/idlab/function/delimiter |
Parses the input as a date and returns it as a string in the ISO-8601 format uuuu-MM-dd. It uses the current language to parse month or day names.
Function IRI: http://example.com/idlab/function/normalizeDateLabel | IRI |
---|---|
string parsable to a date | http://example.com/idlab/function/strDate |
string representing a date pattern | http://example.com/idlab/function/pattern |
Parses the input as a datetime and returns it as a string in the ISO-8601 format uuuu-MM-ddTHH:mm:ss. It uses the current language to parse month or day names.
Function IRI: http://example.com/idlab/function/normalizeDateTimeLabel | IRI |
---|---|
string parsable to a date | http://example.com/idlab/function/strDate |
string representing a date pattern | http://example.com/idlab/function/pattern |
Parses the input as a datetime and returns it as a string in the ISO-8601 format uuuu-MM-ddTHH:mm:ss. It uses the given language to parse month or day names.
Function IRI: http://example.com/idlab/function/normalizeDateTimeWithLangLabel | IRI |
---|---|
string parsable to a date | http://example.com/idlab/function/strDate |
string representing a date pattern | http://example.com/idlab/function/pattern |
string representing a BCP 47 language tag | http://example.com/idlab/function/lang |
Parses the input as a date and returns it as a string in the ISO-8601 format uuuu-MM-dd. It uses the given language to parse month or day names.
Function IRI: http://example.com/idlab/function/normalizeDateWithLangLabel | IRI |
---|---|
string parsable to a date | http://example.com/idlab/function/strDate |
string representing a date pattern | http://example.com/idlab/function/pattern |
string representing a BCP 47 language tag | http://example.com/idlab/function/lang |
Returns true if strings are not equal.
Function IRI: http://example.com/idlab/function/notEqualLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
input value 2 | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter2 |
Returns a random uuid.
Function IRI: http://example.com/idlab/function/randomThis function does not take any arguments.
Converts an arbitrary string to its slugified equivalent.
Function IRI: http://example.com/idlab/function/slugifyLabel | IRI |
---|---|
input string | http://example.com/idlab/function/str |
Returns true if a string is found in a delimited string.
Function IRI: http://example.com/idlab/function/stringContainsOtherStringLabel | IRI |
---|---|
input string | http://example.com/idlab/function/str |
other input string | http://example.com/idlab/function/otherStr |
delimiter | http://example.com/idlab/function/delimiter |
Returns an uppercase, valid url.
Function IRI: http://example.com/idlab/function/toUpperCaseURLLabel | IRI |
---|---|
input string | http://example.com/idlab/function/str |