The way SF downloads work has changed a bit and this time we seem to have ended
up with non-lowercase named for files:
http://prdownloads.sourceforge.net/jena/Jena-2.5.7.ziphttp://prdownloads.sourceforge.net/jena/ARQ-2.6.0.zip
Andy
> -----Original Message-----
> From: jena-dev@yahoogroups.com [mailto:jena-dev@yahoogroups.com] On
> Behalf Of Seaborne, Andy
> Sent: 8 December 2008 14:10
> To: jena-dev@yahoogroups.com
> Subject: [jena-dev] ANN: Jena 2.5.7 and ARQ 2.6.0
>
> We are pleased to announce new releases of Jena and ARQ:
>
> Jena: http://prdownloads.sourceforge.net/jena/jena-2.5.7.zip
>
> ARQ: http://prdownloads.sourceforge.net/jena/arq-2.6.0.zip
>
> The version of ARQ in the Jena download and version of Jena in the ARQ
> download
> are sync'ed to these releases. You only need download one of them to get
> all
> the jar files.
>
> The difference is that the Jena download has the documentation and
> source for
> Jena, and the ARQ download has the documentation and source for ARQ.
>
> Andy
>
>
> Changes (see downloads for details):
>
> ==== Jena 2.5.7
>
> Ontology API:
> o Make OntModel.read(string) respect content negotiation
>
> Database layer:
> o Compatibility fixes for PostgreSQL 8.3 (no schema changes)
> o Compatibility fixes for MS SQL Server 2008 (no schema changes)
>
> ReasonerFactoryAssembler
> o Now takes note of ja:schema properties & binds such a schema
> to the reasoners that the factory produces.
>
> Reasoners:
> o Modified @include processing and Rule.rulesFromURL to support
> FileManager redirects.
> o Fixed problem withLPTopGoalIterator which caused one extra level
> of lookahead in some circumstances.
>
>
> ==== ARQ 2.6.0
> (changes since the version shipped with Jena 2.5.6)
>
> + Added .close() to Dataset and GraphStore for those implementations
> that
> need to make changes permanent or release system resources.
>
> + Fix bug in SPARQL grammar (!) : expressions like "1+2*3" did not
> parse.
> This is a fix to the grammar as published by the working group.
> It does not invalidate or change any query that works - it makes some
> illegal syntax work that should work.
>
> + Redesign of quad support.
> AlgebraGeneratorQuad retired
> Use Algebra.toQuadForm(Op) to turn an algebra expression into quads.
>
> + fn:string-join was misnamed - was actually renamed as fn:concat
> And now takes arbitrary number of arguments
>
> + Bug fix: path parsing when "a" (for rdf:type)
> is used in a property list (using ;)
>
> + Bug fix: LET expressions did not eliminate solutions when
> assigned a new, different value.
>
> + Signal start/end of updates using the graph-level events mechanism.
>
> + Change to interface for query compilation : Algebra.compile and
> Algebra.optimize
>
> + Property paths added. See documentation.
> http://jena.sourceforge.net/ARQ/property_paths.html
>
> == Maven
>
> Jena and ARQ are available as artifacts for Maven and Apache Ivy.
>
> The Jena repository is http://jena.hpl.hp.com/repo.
> This is mirrored to repo1.maven.org (mirroring may take 24 hours to
> happen).
>
>
>
>
>
>
> --------------------------------------------
> Hewlett-Packard Limited
> Registered Office: Cain Road, Bracknell, Berks RG12 1HN
> Registered No: 690597 England
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
... Oh, cool! I have not been aware of any other efforts, but I have actually implemented something very similar in my application. Also, I think there is ...
Kjetil Kjernsmo
Kjetil.Kjernsmo@...
Dec 9, 2008 10:31 am
... Well, *I* hope so :-) Not everything in the extensions in ARQ should be candidates for standardisation but property paths are one I thing would be useful....
... Yes absolutely. IMHO by far the most useful aspect here is the * operator that allows users to get transitive sub/super classes and properties at query...
... Yeah, that's a good point! Andy, would this be material for another member submission? Kind regards Kjetil Kjernsmo -- Senior Knowledge Engineer Mobile:...
Kjetil Kjernsmo
Kjetil.Kjernsmo@...
Dec 10, 2008 3:03 pm
... The draft charter is currently out for approval by the Advisory Committee of the W3C so the charter will not be updated to include another submission. ...
Hi Andy, On Mon, Dec 8, 2008 at 5:09 PM, Seaborne, Andy < ... {?subject apf:versionARQ ?version} gives "@version-major@.@version-minor@" -- Sincerely yours, ...
Max, Thanks for the report. I just now downloaded ARQ 2.6.0 from SourceForge and executed the query: PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#> ...
Hi Andy, We use Maven to build the project. I think the Maven artifact was built incorrectly, so the repository contains wrong jar. On Wed, Dec 10, 2008 at...