Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
openrdf-sesame-2.7.6-sdk.zip | 2013-09-03 | 26.7 MB | |
openrdf-sesame-2.7.6-sdk.tar.gz | 2013-09-03 | 20.7 MB | |
openrdf-sesame-2.7.6-onejar.jar | 2013-09-03 | 2.6 MB | |
README.txt | 2013-09-03 | 1.8 kB | |
Totals: 4 Items | 50.1 MB | 0 |
Sesame 2.7.6 ============ Sesame 2.7.6 is a maintenance release, fixing 12 issues, including some bugs in SPARQL 1.1 property path evaluation, a problem with the new implementatation of the SPARQL IN operator, validation of large float numbers, and more. See the OpenRDF JIRA Changelog for a complete listing of all fixed issues: https://openrdf.atlassian.net/browse/SES#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel Sesame 2.7.6 can be downloaded here: http://openrdf.callimachus.net/download.docbook?view The user documentation and API Javadoc can be also found at: http://openrdf.callimachus.net/ We would welcome any feedback you might have, you can use the Sesame Discussion mailinglist for this purpose. Changelog ========= Release Notes - Sesame - Version 2.7.6 ** Bug * [SES-887] - Sesame SPARQL parser does not handle infix operator ^ correctly * [SES-959] - RDF/XML parser fails on relative URIs in rdf:datatype for empty nodes * [SES-1073] - Property paths match failure with 2-steps symmetric pattern * [SES-1692] - VALUES in OPTIONAL returns incorrect query results * [SES-1838] - 'show data types & language tags' checkbox on the Explore page has no effect * [SES-1913] - Sparql IN Operator does not work properly * [SES-1914] - Incorrect validation of xsd:time * [SES-1915] - XMLDatatypeUtil.normalizeFPNumber should automatically convert large float mantissa values * [SES-1919] - count in SERVICE query doen not include infered triples * [SES-1920] - RDF/XML parser incorrectly trims element data for (literal) property nodes * [SES-1922] - Incorrectly parsing a sequence path having group element and followed by Value constant ** Improvement * [SES-1053] - Allow Functions access to the TripleSource