MultipleValuesPatternExtends
Extends
Description
Wrapper for easier usage of SPARQL VALUES patterns that have multiple variables.
Methods
has( ...values: (string | number | boolean | Date | Resource | Literal)[] ): MultipleValuesPatternMoreParameters
| Name | Type | Description |
|---|---|---|
| (string | number | boolean | Date | Resource | Literal)[] |
MultipleValuesPattern
Description
Constant with utils for MultipleValuesPattern objects.
Methods
createFrom<C extends Container<ValuesToken>, O extends object>( container: C, object: O ): MultipleValuesPatternFactory function that allows to crete a MultipleValuesPattern 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 MultipleValuesPattern statement created from the object provided.