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.
  • 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.