Description

Builder with the methods that helps you to expressions.

See https://www.w3.org/TR/sparql11-query/#expressions for more information.

ExpressionsBuilder

Description

Constant with the utils for ExpressionsBuilder objects.

Methods

createFrom<O extends object>( container: Container<undefined>, object: O ): O & ExpressionsBuilder

Factory function that allows to crete a ExpressionsBuilder from the object provided.

Parameters

NameTypeDescription
Container<undefined>

The related container with the data for the ExpressionsBuilder statement.

O

The base base from where to create the ExpressionsBuilder statement.

Returns

The ExpressionsBuilder statement created from the object provided.