Interface SPARQLQuery

All Superinterfaces:
Query
All Known Implementing Classes:
SPARQLQueryImpl

public interface SPARQLQuery extends Query
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.query.Query
    Returns a representation of this SPARQL query as an object of the Query class of the Jena API.
    Returns the sets of variables that can be expected in the solution mappings produced for this query.
  • Method Details

    • asJenaQuery

      org.apache.jena.query.Query asJenaQuery()
      Returns a representation of this SPARQL query as an object of the Query class of the Jena API.
    • getExpectedVariables

      default ExpectedVariables getExpectedVariables()
      Returns the sets of variables that can be expected in the solution mappings produced for this query.