GroupPatternExtends
Extends
Description
Wrapper for easier usage of SPARQL group patterns.
Methods
union( patterns: Pattern<PatternToken> | Pattern<PatternToken>[] ): UnionPatternParameters
| Name | Type | Description |
|---|---|---|
| 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 ): GroupPatternFactory function that allows to crete a GroupPattern from the object provided.
Parameters
| Name | Type | Description |
|---|---|---|
| C | The related container with the data for the | |
| O | The base base from where to create the |
Returns
The GroupPattern statement created from the object provided.