Generates a SPARQL strafter() call returning the portion after a substring.
strafter()
Returns the portion of source following 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 strafter() call
SPARQL 1.1 STRAFTER
Generates a SPARQL
strafter()call returning the portion after a substring.Returns the portion of
sourcefollowing the first occurrence ofsubstring, or the empty string whensubstringis absent.