Re: How to use Sparql 1.1 in a java program?

On 04/10/10 17:28, nadia ziani wrote:
> Hello,
>
> I am actually used Sparql, Arq with Jena 2.6.3, so I would like to know
> how can I use this last specification of Sparql 1.1?
>
> It’s there an Api to install or other things?

http://openjena.org/ARQ/app_api.html

For existing releases, most of the functionality is available as
Query query = QueryFactory.create(queryString, Syntax.syntaxARQ) ;

or for the full implementation of SPARQl 1.1 [*] use the version at:

http://openjena.org/repo-dev/com/hp/hpl/jena/arq/2.8.6-SNAPSHOT/

	Andy

[*] subject to working group decisions

Received on Monday, 4 October 2010 20:53:36 UTC