Click or drag to resize

VDS.RDF.Query.Expressions.Functions.Sparql.String Namespace

Namespace containing expression classes which provide the SPARQL built-in functions pertaining to string manipulation.
Classes
  ClassDescription
Public classBaseBinaryStringFunction
Abstract Base Class for SPARQL String Testing functions which take two arguments.
Public classBaseUUIDFunction
Abstract Base Class for functions that generate UUIDs.
Public classConcatFunction
Represents the SPARQL CONCAT function.
Public classContainsFunction
Represents the SPARQL CONTAINS function.
Public classDataType11Function
Class representing the SPARQL Datatype() function in SPARQL 1.1.
Public classDataTypeFunction
Class representing the SPARQL Datatype() function.
Public classEncodeForUriFunction
Represents the SPARQL ENCODE_FOR_URI Function.
Public classLangFunction
Class representing the Sparql Lang() function.
Public classLCaseFunction
Represents the SPARQL LCASE Function.
Public classReplaceFunction
Represents the XPath fn:replace() function.
Public classStrAfterFunction
Represents the SPARQL STRAFTER Function.
Public classStrBeforeFunction
Represents the SPARQL STRBEFORE function.
Public classStrEndsFunction
Represents the SPARQL STRENDS Function.
Public classStrFunction
Class representing the Sparql Str() function.
Public classStrLenFunction
Represents the SPARQL STRLEN Function.
Public classStrStartsFunction
Represents the SPARQL STRSTARTS Function.
Public classStrUUIDFunction
Represents the SPARQL STRUUID Function.
Public classSubStrFunction
Represents the SPARQL SUBSTR Function.
Public classUCaseFunction
Represents the SPARQL UCASE Function.
Public classUUIDFunction
Represents the SPARQL UUID Function.