Sesame is a Java framework for storing, querying and inferencing for RDF. Sesame can be deployed as a web server or used as a Java library.
Sesame includes features such as several query languages (SeRQL and SPARQL), inferencing support, and RAM, disk, or RDBMS storage.
NOTE: Sesame is licensed under the Aduna BSD-style license.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
New Feature:
· [SES-895] - SPARQL 1.1 Graph Store HTTP Protocol support
Bug:
· [SES-278] - Date Time parsing bug
· [SES-821] - Incorrect nested query behaviour
· [SES-896] - Terminating semicolon in sequence of update operations produces parse error
· [SES-897] - BINDINGS Clause Causes Extra Result Projections
· [SES-898] - Iterator provided by GraphImpl.match() no longer supports remove()
· [SES-901] - Removing statements from a named graph without naming that graph prevents existing prepared statements from inserting on that graph.
· [SES-903] - Export function doesn't work under JBoss AS 7.1
· [SES-904] - SPARQL 1.1 HAVING Clause Must Accept Any FILTER Constraint
· [SES-907] - HTTP Accept header resolution does not pick most-specific match
· [SES-908] - Service.parseServiceExpression corrupts the serviceExpression
· [SES-917] - Predicates having the word "database" cause an exception evaulating a query
Improvement:
· [SES-835] - error reporting in queries with BIND clauses
· [SES-902] - Enable bin...