Generates a SPARQL concat() call joining string expressions.
concat()
Concatenates the arguments left to right into a single string. Empty argument expressions, such as those produced by nil, are dropped before joining.
The expressions evaluating to the strings to join, in order
The concat() call
SPARQL 1.1 CONCAT
Generates a SPARQL
concat()call joining string expressions.Concatenates the arguments left to right into a single string. Empty argument expressions, such as those produced by nil, are dropped before joining.