public class RemoteSparql11DraftQueryBuilder extends RemoteSparql11QueryBuilder
SPARQL 1.1
using the BINDINGS
clause to vector
solutions into that remote end point.exprImage, prefixDecls, projectedVars, util
Constructor and Description |
---|
RemoteSparql11DraftQueryBuilder(ServiceNode serviceNode) |
Modifier and Type | Method and Description |
---|---|
String |
getSparqlQuery(org.openrdf.query.BindingSet[] bindingSets)
Return the SPARQL query that will be sent to the remote SPARQL end point.
|
getCorrelatedVariables, getDistinctVars
public RemoteSparql11DraftQueryBuilder(ServiceNode serviceNode)
serviceNode
- The SERVICE clause.public String getSparqlQuery(org.openrdf.query.BindingSet[] bindingSets)
IRemoteSparqlQueryBuilder
getSparqlQuery
in interface IRemoteSparqlQueryBuilder
getSparqlQuery
in class RemoteSparql11QueryBuilder
bindingSets
- The solutions to flow into the remote SPARQL end point.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.