semantique.collection

Contents

semantique.collection#

semantique.collection(*elements)[source]#

Reference to a collection of multiple arrays.

Parameters:

*elements (ArrayProxy) – Elements of the collection.

Returns:

CollectionProxy – A textual reference to the collection that can be solved by the query processor.

Examples

>>> import semantique as sq
>>> sq.collection(sq.entity("water"), sq.entity("vegetation"))