GroupPattern

Description

Wrapper for easier usage of SPARQL group patterns.

Methods

Parameters

NameTypeDescription
Pattern<PatternToken> | Pattern<PatternToken>[]

GroupPattern

Description

Constant with utils for GroupPattern objects.

Methods

createFrom<C extends Container<GroupPatternToken>, O extends object>( container: C, object: O ): GroupPattern

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

Parameters

NameTypeDescription
C

The related container with the data for the GroupPattern statement.

O

The base base from where to create the GroupPattern statement.

Returns

The GroupPattern statement created from the object provided.