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