Returns the DBpedia URLs of the detected entities in the input text
Function IRI: https://w3id.org/imec/idlab/function#dbpediaSpotlightLabel | IRI |
---|---|
input string | https://w3id.org/imec/idlab/function#str |
endpoint url string | https://w3id.org/imec/idlab/function#endpoint |
Returns true if the given value is null, else false
Function IRI: https://w3id.org/imec/idlab/function#isNullLabel | IRI |
---|---|
input string | https://w3id.org/imec/idlab/function#str |
Returns the content of a local file as string
Function IRI: https://w3id.org/imec/idlab/function#readFileLabel | IRI |
---|---|
input path | https://w3id.org/imec/idlab/function#path |
Returns the value if the given boolean is true, else null
Function IRI: https://w3id.org/imec/idlab/function#trueConditionLabel | IRI |
---|---|
boolean encoded as string | https://w3id.org/imec/idlab/function#strBoolean |
input string | https://w3id.org/imec/idlab/function#str |
abs
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_absLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
acos
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_acosLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
and
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#boolean_andLabel | IRI |
---|---|
b | http://users.ugent.be/~bjdmeest/function/grel.ttl#param_rep_b |
asin
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_asinLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
atan
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_atanatan2
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_atanceil
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_ceilLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
chomp
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_chompLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
sep | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_string_sep |
coalesce
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#other_coalesceLabel | IRI |
---|---|
objects | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_any_rep_e |
combin
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_combinConcatenates two strings, optionally with a separator
Function IRI: https://w3id.org/imec/idlab/function#concatLabel | IRI |
---|---|
input string | https://w3id.org/imec/idlab/function#str |
other input string | https://w3id.org/imec/idlab/function#otherStr |
delimiter | https://w3id.org/imec/idlab/function#delimiter |
Concatenates an rdf:seq of strings, optionally with a separator
Function IRI: https://w3id.org/imec/idlab/function#concatSequenceThis function does not take any arguments.
contains
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_containsLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
sub | http://users.ugent.be/~bjdmeest/function/grel.ttl#string_sub |
cos
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_cosLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
cosh
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_coshLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
Creates a unique versioned IRI for first time entities
Function IRI: https://w3id.org/imec/idlab/function#createUniqueIRILabel | IRI |
---|---|
String representation of an IRI | https://w3id.org/imec/idlab/function#iri |
Indicates if a field contains unique values | https://w3id.org/imec/idlab/function#unique |
string representing the name of the state file | https://w3id.org/imec/idlab/function#state |
datePart
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#date_datePartReturns a given value if input is equal to another given value
Function IRI: https://w3id.org/imec/idlab/function#decideLabel | IRI |
---|---|
input string | https://w3id.org/imec/idlab/function#str |
expected input string | https://w3id.org/imec/idlab/function#expectedStr |
result string | https://w3id.org/imec/idlab/function#result |
degrees
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_degreesLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
diff
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_diffLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
input value 2 | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter2 |
diff
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#date_diffendsWith
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_endsWithLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
sub | http://users.ugent.be/~bjdmeest/function/grel.ttl#string_sub |
Returns true if strings are equal.
Function IRI: https://w3id.org/imec/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 |
Escapes a string, with a mode parameter.
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#escapeLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
mode value | http://users.ugent.be/~bjdmeest/function/grel.ttl#modeParameter |
even
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_evenLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
exp
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_expLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
Returns an IRI when an entity is explicitely created
Function IRI: https://w3id.org/imec/idlab/function#explicitCreateLabel | IRI |
---|---|
String representation of an IRI | https://w3id.org/imec/idlab/function#iri |
string representing the name of the state file | https://w3id.org/imec/idlab/function#state |
Returns an IRI when an entity is explicitely deleted
Function IRI: https://w3id.org/imec/idlab/function#explicitDeleteLabel | IRI |
---|---|
String representation of an IRI | https://w3id.org/imec/idlab/function#iri |
string representing the name of the state file | https://w3id.org/imec/idlab/function#state |
Returns an IRI when an entity is explicitely updated
Function IRI: https://w3id.org/imec/idlab/function#explicitUpdateLabel | IRI |
---|---|
String representation of an IRI | https://w3id.org/imec/idlab/function#iri |
string representing the name of the state file | https://w3id.org/imec/idlab/function#state |
fact
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_factLabel | IRI |
---|---|
d1 | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_int_i |
factn
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_factnfloor
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_floorLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
gcd
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_gcdGenerates a unique IRI by watching the given property value
Function IRI: https://w3id.org/imec/idlab/function#generateUniqueIRILabel | IRI |
---|---|
String representation of an IRI | https://w3id.org/imec/idlab/function#iri |
Property field of the data record to be watched | https://w3id.org/imec/idlab/function#watchedProperty |
Indicates if a field contains unique values | https://w3id.org/imec/idlab/function#unique |
string representing the name of the state file | https://w3id.org/imec/idlab/function#state |
get
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#array_getReturns the MIME Type of a filename
Function IRI: https://w3id.org/imec/idlab/function#getMIMETypeLabel | IRI |
---|---|
input string | https://w3id.org/imec/idlab/function#str |
hasField
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#other_hasFieldReturns an IRI when an entity is implicitely created
Function IRI: https://w3id.org/imec/idlab/function#implicitCreateLabel | IRI |
---|---|
String representation of an IRI | https://w3id.org/imec/idlab/function#iri |
string representing the name of the state file | https://w3id.org/imec/idlab/function#state |
Returns an IRI when an entity is implicitely deleted
Function IRI: https://w3id.org/imec/idlab/function#implicitDeleteLabel | IRI |
---|---|
String representation of an IRI | https://w3id.org/imec/idlab/function#iri |
string representing the name of the state file | https://w3id.org/imec/idlab/function#state |
Returns an IRI when an entity is implicitely updated
Function IRI: https://w3id.org/imec/idlab/function#implicitUpdateLabel | IRI |
---|---|
String representation of an IRI | https://w3id.org/imec/idlab/function#iri |
Property field of the data record to be watched | https://w3id.org/imec/idlab/function#watchedProperty |
string representing the name of the state file | https://w3id.org/imec/idlab/function#state |
Returns whether a value is in range
Function IRI: https://w3id.org/imec/idlab/function#inRangeLabel | IRI |
---|---|
test | https://w3id.org/imec/idlab/function#p_test |
from | https://w3id.org/imec/idlab/function#p_from |
to | https://w3id.org/imec/idlab/function#p_to |
indexOf
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_indexOfLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
sub | http://users.ugent.be/~bjdmeest/function/grel.ttl#string_sub |
join
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#array_joinlastIndexOf
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_lastIndexOfLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
sub | http://users.ugent.be/~bjdmeest/function/grel.ttl#string_sub |
lcm
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_lcmlength
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#array_lengthLabel | IRI |
---|---|
a | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_array_a |
length
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_lengthLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
Returns true if the string is found in the list
Function IRI: https://w3id.org/imec/idlab/function#listContainsElementLabel | IRI |
---|---|
list | https://w3id.org/imec/idlab/function#list |
input string | https://w3id.org/imec/idlab/function#str |
ln
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_lnLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
log
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_logLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
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: https://w3id.org/imec/idlab/function#lookupLabel | IRI |
---|---|
input string | https://w3id.org/imec/idlab/function#str |
string representing the path to an input file | https://w3id.org/imec/idlab/function#inputFile |
index of the fromColumn | https://w3id.org/imec/idlab/function#fromColumn |
index of the toColumn | https://w3id.org/imec/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: https://w3id.org/imec/idlab/function#lookupWithDelimiterLabel | IRI |
---|---|
input string | https://w3id.org/imec/idlab/function#str |
string representing the path to an input file | https://w3id.org/imec/idlab/function#inputFile |
index of the fromColumn | https://w3id.org/imec/idlab/function#fromColumn |
index of the toColumn | https://w3id.org/imec/idlab/function#toColumn |
delimiter | https://w3id.org/imec/idlab/function#delimiter |
match
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_matchLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
p | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_string_regex |
max
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_maxmd5
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_md5Label | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
min
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_minmod
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_modmultinomial
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_multinomialLabel | IRI |
---|---|
a | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_array_a |
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: https://w3id.org/imec/idlab/function#normalizeDateLabel | IRI |
---|---|
string parsable to a date | https://w3id.org/imec/idlab/function#strDate |
string representing a date pattern | https://w3id.org/imec/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: https://w3id.org/imec/idlab/function#normalizeDateTimeLabel | IRI |
---|---|
string parsable to a date | https://w3id.org/imec/idlab/function#strDate |
string representing a date pattern | https://w3id.org/imec/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: https://w3id.org/imec/idlab/function#normalizeDateTimeWithLangLabel | IRI |
---|---|
string parsable to a date | https://w3id.org/imec/idlab/function#strDate |
string representing a date pattern | https://w3id.org/imec/idlab/function#pattern |
string representing a BCP 47 language tag | https://w3id.org/imec/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: https://w3id.org/imec/idlab/function#normalizeDateWithLangLabel | IRI |
---|---|
string parsable to a date | https://w3id.org/imec/idlab/function#strDate |
string representing a date pattern | https://w3id.org/imec/idlab/function#pattern |
string representing a BCP 47 language tag | https://w3id.org/imec/idlab/function#lang |
not
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#boolean_notLabel | IRI |
---|---|
b | http://users.ugent.be/~bjdmeest/function/grel.ttl#bool_b |
Returns true if strings are not equal.
Function IRI: https://w3id.org/imec/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 |
now
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#date_nowThis function does not take any arguments.
odd
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_oddLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
or
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#boolean_orLabel | IRI |
---|---|
b | http://users.ugent.be/~bjdmeest/function/grel.ttl#param_rep_b |
partition
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_partitionphonetic
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_phoneticLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
encoding | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_string_encoding |
pow
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_powquotient
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_quotientdegrees
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_radiansLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
Returns a random uuid.
Function IRI: https://w3id.org/imec/idlab/function#randomThis function does not take any arguments.
randomNumber
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_randomNumberreinterpret
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_reinterpretLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
encoder | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_string_encoder |
replace
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_replacereplaceChars
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_replaceCharsreverse
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#array_reverseLabel | IRI |
---|---|
a | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_array_a |
round
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_roundLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
rpartition
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_rpartitionsha1
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_sha1Label | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
sin
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_sinLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
sinh
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_sinhLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
slice
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#array_sliceConverts an arbitrary string to its slugified equivalent.
Function IRI: https://w3id.org/imec/idlab/function#slugifyLabel | IRI |
---|---|
input string | https://w3id.org/imec/idlab/function#str |
smartSplit
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_smartSplitLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
sep | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_opt_sep |
sort
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#array_sortLabel | IRI |
---|---|
a | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_array_a |
split
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_splitLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
sep | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_string_sep |
splitByCharType
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_splitByCharTypeLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
splitByLengths
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_splitByLengthsstartsWith
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_startsWithLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
sub | http://users.ugent.be/~bjdmeest/function/grel.ttl#string_sub |
Returns true if a string is found in a delimited string.
Function IRI: https://w3id.org/imec/idlab/function#stringContainsOtherStringLabel | IRI |
---|---|
input string | https://w3id.org/imec/idlab/function#str |
other input string | https://w3id.org/imec/idlab/function#otherStr |
delimiter | https://w3id.org/imec/idlab/function#delimiter |
substring
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_substringsum
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#array_sumLabel | IRI |
---|---|
a | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_array_a |
tan
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_tanLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
tanh
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#math_tanhLabel | IRI |
---|---|
d | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_dec_n |
Returns the input with all letters in lower case.
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#toLowerCaseLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
Returns the input with all letters in upper case.
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#toUpperCaseLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
toDate
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#date_toDateLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
pattern | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_string_pattern |
toNumber
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_toNumberLabel | IRI |
---|---|
e | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_any_e |
toString
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_toStringLabel | IRI |
---|---|
e | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_any_e |
toTitlecase
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_toTitlecaseLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
Returns an uppercase, valid url.
Function IRI: https://w3id.org/imec/idlab/function#toUpperCaseURLLabel | IRI |
---|---|
input string | https://w3id.org/imec/idlab/function#str |
trim
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_trimLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
type
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#other_typeLabel | IRI |
---|---|
e | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_any_e |
unescape
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_unescapeLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
mode value | http://users.ugent.be/~bjdmeest/function/grel.ttl#modeParameter |
unicode
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#string_unicodeLabel | IRI |
---|---|
input value | http://users.ugent.be/~bjdmeest/function/grel.ttl#valueParameter |
uniques
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#array_uniquesLabel | IRI |
---|---|
a | http://users.ugent.be/~bjdmeest/function/grel.ttl#p_array_a |
Updates a unique versioned IRI by watching the given property value
Function IRI: https://w3id.org/imec/idlab/function#updateUniqueIRILabel | IRI |
---|---|
String representation of an IRI | https://w3id.org/imec/idlab/function#iri |
Property field of the data record to be watched | https://w3id.org/imec/idlab/function#watchedProperty |
Indicates if a field contains unique values | https://w3id.org/imec/idlab/function#unique |
string representing the name of the state file | https://w3id.org/imec/idlab/function#state |
xor
Function IRI: http://users.ugent.be/~bjdmeest/function/grel.ttl#boolean_xorLabel | IRI |
---|---|
b | http://users.ugent.be/~bjdmeest/function/grel.ttl#param_rep_b |