Interface SPARQLQuery
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.query.Query
Returns a representation of this SPARQL query as an object of theQuery
class of the Jena API.default ExpectedVariables
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 theQuery
class of the Jena API. -
getExpectedVariables
Returns the sets of variables that can be expected in the solution mappings produced for this query.
-