Generates a SPARQL iri() call constructing an IRI from a string expression.
Resolves the argument's lexical form against the query base IRI where relative, returning an IRI term; over an IRI
argument it returns the IRI unchanged.
Parameters
expression: string
The expression evaluating to the IRI string to construct
Generates a SPARQL
iri()call constructing an IRI from a string expression.Resolves the argument's lexical form against the query base IRI where relative, returning an IRI term; over an IRI argument it returns the IRI unchanged.