MultipleValuesPattern

Description

Wrapper for easier usage of SPARQL VALUES patterns that have multiple variables.

Methods

has( ...values: (string | number | boolean | Date | Resource | Literal)[] ): MultipleValuesPatternMore

Parameters

NameTypeDescription
(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 ): MultipleValuesPattern

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

Parameters

NameTypeDescription
C

The related container with the data for the MultipleValuesPattern statement.

O

The base base from where to create the MultipleValuesPattern statement.

Returns

The MultipleValuesPattern statement created from the object provided.