Uses of Package
org.aksw.jena_sparql_api.rx.entity.model
Packages that use org.aksw.jena_sparql_api.rx.entity.model
Package
Description
-
Classes in org.aksw.jena_sparql_api.rx.entity.model used by org.aksw.jena_sparql_api.rx.entity.engineClassDescriptionA query with a sequence of designated partition variablesAn extension (wrapper) of Jena's SPARQL
Querymodel with the following features: Partitioning of result sets into sets of bindings that have common values for some of their variables.Basic implementation ofEntityQueryBasicA helper interface to abstract the concrete method by which a Node is computed from a list of expressions w.r.t.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. -
Classes in org.aksw.jena_sparql_api.rx.entity.model used by org.aksw.jena_sparql_api.rx.entity.modelClassDescriptionA query with a sequence of designated partition variablesA simplified construct query that is just comprised of a sequence of entity variables, a graph pattern and a template.Basic implementation of
EntityQueryBasicAn 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 combination of a where pattern with designated variables that act as keys and a graph pattern ENTITY ?v1 ...