Interface SPARQLUnionPattern

All Superinterfaces:
Query, SPARQLGraphPattern
All Known Implementing Classes:
SPARQLUnionPatternImpl

public interface SPARQLUnionPattern extends SPARQLGraphPattern
A SPARQL union pattern represents a collection of SPARQL graph patterns for which the results are meant to be combined via union. Hence, when considering an algebraic representation of SPARQL queries, the algebraic operator that corresponds to such a union pattern is a multiway union.