2.5.2 TopBraid Composer - Standard Edition - Bugfix: Spreadsheet importer was broken. - Bugfix: SWRL string renderer has in some rare cases created nullpointers. - Bugfix: Right-click on a graph node now unselects any other node - Bugfix: Auto-complete (CTRL-Space) in SPARQL and Rules editors now correctly inserts the leading : for qnames from the default namespace. - Bugfix: Source Code page was updated even if it wasn't visible. - Bugfix: Caching and buffering of database projects ran into loops sometimes, leading to out-of-memory errors. Scalability is now improved. - Feature: Added support for Lucene in SPARQL queries using LARQ. Menu item in the SPARQL view can be used to activate and refresh the lucene index. - Feature: pf prefix for http://jena.hpl.hp.com/ARQ/property# is set by default in SPARQL queries - Feature: Added Model > Generate random triples... to populate an ontology with "random" triples. This can be used to build test data sets etc. - Change: The Geography view (Google maps) now requires each user to get their individual API key. This makes sure that the daily quota with a shared account isn't exceeded. TopBraid Composer - Maestro Edition - Changes in SPARQLMotion Library 1.1.0 - sml:ImportOracleRDFDatabase now can use sml:baseURI to identify base URI - Added sml:PerformUpdate to execute SPARQL UPDATE calls that insert or delete triples. The update will be performed on the currently selected model in TopBraid Composer and can be undone using the Edit > Undo or reviewed using the Change History. - Removed the option to do column mappings and imports into existing classes from sml:ConvertSpreadsheetToRDF. The alternative is to first run the importer and then do a sml:ApplyConstruct. A replacement mapping approach will be added in a future release as generalized mapping modules. - Added sml:BindWithSelectedResource that will bind an output variable with the resource that is currently selected by the user. - Added the ability to run SPARQLMotion services from the context menus (Resource menu) of selected resources. See online documentation on how to use this feature. - Added option to specify a sml:sourceFilePath to sml:ConvertSpreadsheetToRDF. This supports streaming loading of very large spreadsheet files.