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