Interface QuerySparqlApiFunction
-
- All Superinterfaces:
ApiFunction
- All Known Implementing Classes:
ClientImpl,SparqlClient
public interface QuerySparqlApiFunction extends ApiFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.jena.query.QueryExecutionquerySparql(org.apache.jena.query.Query query, Optional<String> defaultGraph)Query the EDG SPARQL endpoint.
-