Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
openrdf-sesame-4.1.0-sdk.zip | 2016-02-10 | 72.0 MB | |
README.txt | 2016-02-10 | 1.5 kB | |
openrdf-sesame-4.1.0-sdk.tar.gz | 2016-02-10 | 65.1 MB | |
openrdf-sesame-4.1.0-onejar.jar | 2016-02-10 | 3.0 MB | |
Totals: 4 Items | 140.1 MB | 0 |
Sesame 4.1.0 ============ Sesame 4.1.0 is a minor release, introducing two new features: - Support for SPARQL Inferencing Notation (SPIN) via the new SpinSail The SpinSail allows you specify custom inference rules and constraints on top of your Sesame stores. This feature is currently in beta. For more information, see: http://rdf4j.org/doc/programming#spin-sail - Support for easy handling of RDF Collections via the RDFCollections utility. This new utility allows you to easily convert between Java Lists and RDF. For more information, see: http://rdf4j.org/doc/programming#RDF_Collections For a full overview of what has been fixed, see the changelog (below) or browse through the release notes in our issue tracker: https://openrdf.atlassian.net/projects/SES/versions/13101 Sesame 4.1.0 can be downloaded via our community website at http://rdf4j.org/ The user documentation and API Javadoc can be also found here. We would welcome any feedback you might have, you can use the Sesame Users Google Group or our JIRA issue tracker for this purpose. Changelog ========= ** New Feature * [SES-860] - Provide functionality to more easily retrieve/manipulate RDF collections * [SES-1840] - Add a SPIN parser ** Task * [SES-2364] - Document usage of new SPIN functionality * [SES-2365] - Deprecate Lucene 3 sail implementation * [SES-2366] - Deprecated Lucene 4 sail implementation ** Improvement * [SES-2338] - Add templates for SPIN-enabled sail stack config