Class Str

All Implemented Interfaces:
Serializable, Cloneable, GraphPatternGroupable, QueryModelNode, ValueExpr, VariableScopeChange

public class Str extends UnaryValueOperator
The STR function, as defined in SPARQL Query Language for RDF; returns the label of literals or the string representation of URIs.
Author:
Arjohn Kampman
See Also:
  • Constructor Details

    • Str

      public Str()
    • Str

      public Str(ValueExpr arg)
  • Method Details