Class ObjectQueryFromQuery

java.lang.Object
org.aksw.jenax.analytics.core.ObjectQueryBase
org.aksw.jenax.analytics.core.ObjectQueryFromQuery
All Implemented Interfaces:
ObjectQuery

public class ObjectQueryFromQuery extends ObjectQueryBase
  • Field Details

    • query

      protected org.apache.jena.query.Query query
  • Constructor Details

    • ObjectQueryFromQuery

      public ObjectQueryFromQuery(org.apache.jena.query.Query query)
    • ObjectQueryFromQuery

      public ObjectQueryFromQuery(org.apache.jena.query.Query query, Map<org.apache.jena.graph.Node,org.apache.jena.sparql.expr.ExprList> idMapping)
  • Method Details

    • getTemplate

      public org.apache.jena.sparql.syntax.Template getTemplate()
      Description copied from interface: ObjectQuery
      The template is the same as for SPARQL contstruct queries
      Returns:
      The template
    • getRelation

      public Fragment getRelation()
      Description copied from interface: ObjectQuery
      Relation is a uniform representation for something that is or can be evaluated to a set of Bindings. Concretely, a relation can be (SELECT) Query, Element or Table.
      Returns:
      The relation that acts as the source of bindings for this object query