All Classes and Interfaces
Class
Description
A query with a sequence of designated partition variables
A simplified construct query that is just comprised of a sequence of
entity variables, a graph pattern and a template.
An extension (wrapper) of Jena's SPARQL
Query model with the following features:
Partitioning of result sets into sets of bindings that have common values for some of their variables.Basic implementation of
EntityQueryBasicMethods for the execution of
EntityQueryBasicsAn extension of a (triple-based) construct template where:
- a set of nodes can be marked as 'entity nodes' which are starting points for traversing the template.
In an entity query the construct/entity part this is based directly on
the entity selector SELECT query
As such, it neither declares its own WHERE pattern nor partition variables
as they are based directly on the selector query.
A helper interface to abstract the concrete method by which
a Node is computed from a list of expressions w.r.t.
A combination of a where pattern with designated variables that act as keys
and a graph pattern
ENTITY ?v1 ...
A 'result row' of a partitioned construct query:
The key of the partition is a binding,
the graph is an RDF graph
and roots are a set of nodes in the graph that act
as the requested starting points for traversal.