[
https://issues.apache.org/jira/browse/JENA-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16465649#comment-16465649
]
ASF GitHub Bot commented on JENA-1543:
--------------------------------------
GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/415
JENA-1543: QueryEngineHttp support for JSON queries.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena remote-json
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/415.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #415
----
commit 5d2d441e507348d655d8f2f4e4e61c4ee4487533
Author: Andy Seaborne <andy@...>
Date: 2018-05-07T09:08:55Z
JENA-1543: QueryEngineHttp support for JSON queries.
----
> Remote execution of JSON queries
> --------------------------------
>
> Key: JENA-1543
> URL: https://issues.apache.org/jira/browse/JENA-1543
> Project: Apache Jena
> Issue Type: Improvement
> Components: ARQ
> Affects Versions: Jena 3.8.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Major
> Fix For: Jena 3.8.0
>
>
> Provide remote execution of JSON queries (JENA-632).
> {noformat}
> String qs= "JSON { 'abc': ?X } WHERE {BIND (now() As ?X)}";
> Query query = QueryFactory.create(qs, Syntax.syntaxARQ);
> try ( QueryExecution qExec =
> QueryExecutionFactory.sparqlService("http://localhost:3030/ds", query)) {
> QueryExecUtils.executeQuery(qExec);
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)