|
From: Brad B. <be...@sy...> - 2015-10-21 13:39:12
|
Jerven, Thank you. We've created https://jira.blazegraph.com/browse/BLZG-1585 to track this one. Thanks, --Brad On Wed, Oct 21, 2015 at 9:12 AM, Jerven Tjalling Bolleman < Jer...@is...> wrote: > Hi BlazeGraph developers, > > The SPARQL BlazeGraph generates to send to other endpoints in response > to a SERVICE call use the non standard BINDINGS keyword instead of the > finally accepted values clause. > > I believe this can be fixed with the patch below. > > This was raised by users of the sparql.uniprot.org endpoint who want to > use data in their blazegraph in combination with our virtuoso instance > guarded by a sesame layer. > > Regards, > Jerven > > > index c44a626..8000b3d 100644 > --- > > a/bigdata-rdf/src/java/com/bigdata/rdf/sparql/ast/service/RemoteSparql11QueryBuilder.java > +++ > > b/bigdata-rdf/src/java/com/bigdata/rdf/sparql/ast/service/RemoteSparql11QueryBuilder.java > @@ -293,7 +293,7 @@ public class RemoteSparql11QueryBuilder implements > IRemoteSparqlQueryBuilder { > // Variables in a known stable order. > final LinkedHashSet<String> vars = getDistinctVars(bindingSets); > > - sb.append("BINDINGS"); > + sb.append("VALUES");^M > > // Variable declarations. > { > > -- > Jerven Tjalling Bolleman > SIB | Swiss Institute of Bioinformatics > CMU - 1, rue Michel Servet - 1211 Geneva 4 > t: +41 22 379 58 85 - f: +41 22 379 58 58 > Jer...@is... - http://www.isb-sib.ch > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Bigdata-developers mailing list > Big...@li... > https://lists.sourceforge.net/lists/listinfo/bigdata-developers > -- _______________ Brad Bebee CEO, Managing Partner SYSTAP, LLC e: be...@sy... m: 202.642.7961 f: 571.367.5000 w: www.blazegraph.com Blazegraph™ <http://www.blazegraph.com> is our ultra high-performance graph database that supports both RDF/SPARQL and Tinkerpop/Blueprints APIs. Mapgraph™ <http://www.systap.com/mapgraph> is our disruptive new technology to use GPUs to accelerate data-parallel graph analytics. CONFIDENTIALITY NOTICE: This email and its contents and attachments are for the sole use of the intended recipient(s) and are confidential or proprietary to SYSTAP, LLC. Any unauthorized review, use, disclosure, dissemination or copying of this email or its contents or attachments is prohibited. If you have received this communication in error, please notify the sender by reply email and permanently delete all copies of the email and its contents and attachments. |