Fluent Editor Changelog

What's new in Fluent Editor 2014 3.2.3.35786 R2

Dec 10, 2014
  • Embedded SPARQL engine:
  • You can explore your ontologies with SPARQL instantly with an embedded SPARQL engine. With one click your edited ontology will be materialized (using selected reasoner) and available for SPARQL queries.
  • Materialized Graph insight:
  • Now your ontology can be also materialized and explored with OCNL (simple natural language queries). This allows to have a quick insight into instances and their relations in your ontology.
  • OWL2-RL validation:
  • The OWL 2 RL profile was introduced for applications that require scalable reasoning without sacrificing too much expressive power. Fluent Editor will help you to quickly validate your ontology for compatibility with this profile. If an unconformity has been found it will assist you showing the exact reason.
  • OWL Annotations and SKOS:
  • SKOS (Simple Knowledge Organization System) is a standardized way of represent controlled vocabularies, taxonomies and thesauri. Specifically, SKOS itself is an OWL ontology and it can be written out in any RDF syntax. Fluent Editor allows now to work and edit directly OWL annotations and SKOS. Annotations will processed also for referenced ontologies as well as imported/exported to OWL/RDF and can be processed on the server.
  • Protégé interoperability:
  • Protégé is a great tool for editing ontologies allowing deep insight into the structure of the OWL ontology. Fluent Editor allows user to focus on actual meaning of the ontology (taxonomy, vocabulary, rule set, etc) being edited.
  • Those two tools can nicely collaborate. Now you can instantly synchronize view of the ontology between different windows of Fluent Editor and Protégé in one place. Just install the required plugin and the rest will be done with just one click – no matter which tool you are working with now.
  • R language package:
  • R language is widely used tool for statistical analysis. Combining ontologies and statistics opens an efficient way for quantitative-qualitative analysis of data. Now you can use both approaches conveniently in a single place by using an R language package to access ontologies (rOntorion). rOntorion R package allows direct access to ontologies created with Fluent Editor and opens them for semantic processing in R environment.
  • R language plugins:
  • You can not only develop analytical models with R and rOntorion but also build plugins for Fluent Editor with R language! It’s easy and straightforward. Plugins have direct access to the ontology within editor host and can use any available R package. Plugins can display graphical results or textual output directly in Fluent Editor.
  • Collaborative ontology management with Ontorion:
  • With this release Fluent Editor can be used as a full-featured tool to edit and manage ontologies with an Ontorion Server database. You get all in one place: OWL/SWRL modularized editing, XML preview, annotations, remote taxonomy tree, remote SPARQL endpoint and server status. Multiple users can work with A-Box and T-Box on the server in a collaborative way. More information on this mode is provided with Ontorion server materials.
  • Custom Reasoners:
  • Any OWLAPI compatible reasoner can be easily plugged into the Editor at runtime.
  • Performance improvements:
  • Several performance improvements has been introduced in this release to make it even more convenient working with large ontologies.

New in Fluent Editor 2.3.23.1 Build 2.3.23.23337 (Jun 26, 2014)

  • Hermit 1.3.8
  • WIX setup
  • Modified the import OWL/RDF:
  • unified the check and ok buttons.
  • changed the behavior when a referenced component is not available (before an error was returned, now a warning).
  • added the "Detailed Debug Info" in the MissingImportDialog.
  • proper SWRL variable name handling
  • Completed Drag&Drop functionality
  • Major upgrade of documentation

New in Fluent Editor 2.3.21 (Jun 26, 2014)

  • new feature: Taxonomy reasoning
  • new feature: Deep rewrite (Ctrl+D) - convert the selected sentence to the logic and back
  • HermiT updgrate (new version)
  • Cleanup of grammar
  • Updated samples
  • fix for Explanations generator
  • fix for Swrl transofmation

New in Fluent Editor 2.3.17 (Jun 26, 2014)

  • Regular expressions functionality for string attributes reasoning

New in Fluent Editor 2.3.15 (Jun 26, 2014)

  • Reasoning with respect to references
  • Simplification of exported OWL
  • Fixes in modalities
  • Clear highlighting button added
  • Extended documentation

New in Fluent Editor 2.3.7 (Jun 26, 2014)

  • New datatype for attributes: DateTime
  • Updated reasoner engine (HermiT 1.3.7)
  • Updated OWLAPI library (3.4.3)
  • Modal expressions validator
  • License manager

New in Fluent Editor 2.3.3 (Jun 26, 2014)

  • Automatic Software Update
  • Export to RDF/XML
  • Faster ontology loading and browsing
  • Bugfixes in Grammar
  • Explanations for Knowledge Inconsistencies

New in Fluent Editor 2.2.2 (Jun 26, 2014)

  • Import OWL performance improvements
  • Reference status notification
  • Import/Export OWL does not change entity sequence
  • Support for ISO 15926 Ontologies

New in Fluent Editor 2.1.10 (Jun 26, 2014)

  • Reasoner (HermiT) - questions in form of Who-Or-What is/has?
  • Sizable Views
  • Better support of OWL attributes
  • Better support of SWRL Rules
  • Support of SWRL with OWL attributes
  • Reasoning over SWRL (incomplete in terms of functionality - due to limitations of Hermit implementation)
  • New SWRL syntax (if a cat(1) loves a cat(2) then the cat(1) likes the cat(2))
  • Help adjustment
  • Support for large ontologies (more than 1000 axioms) with limited functionality - disabled TaxonomyView.
  • Smart OWL import - heuristic that tries to find the correct wording for OWL URIs.
  • Speedup - parsing cache

New in Fluent Editor 2.1.7 (Jun 26, 2014)

  • Disjoint concepts are now specified as: No girl is a boy.
  • SWRL - new grammar
  • Plural for nothing-but: Every planet orbits-over nothing-but stars. Every planet orbits-over nothing-but things that are-made-of gas.
  • Single -> One: Every parent has at-least one child.