Generates a SPARQL strbefore() call returning the portion before a substring.
strbefore()
Returns the portion of source preceding the first occurrence of substring, or the empty string when substring is absent.
source
substring
The expression evaluating to the source string
The expression evaluating to the delimiting substring
The strbefore() call
SPARQL 1.1 STRBEFORE
Generates a SPARQL
strbefore()call returning the portion before a substring.Returns the portion of
sourcepreceding the first occurrence ofsubstring, or the empty string whensubstringis absent.