Protege 3.5 Beta Release Notes

From Protege Wiki
Revision as of 16:31, March 23, 2012 by JenniferVendetti (talk | contribs) (Created page with "<br /><span style="font-weight:bold; font-size:20px;">Protege 3.5 Alpha</span><br /><br /> [[Image:OWL_Diff_Tool.png|thumb|400px|right|Screenshot of the OWL Diff tool - new in P...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Protege 3.5 Alpha

Screenshot of the OWL Diff tool - new in Protege 4.2 alpha!

We are pleased to announce Protege 3.5 alpha! Please contact us via one of the Protege 3 mailing lists with questions, feedback, and bug reports.

Download Protege 3.5 alpha from the main Protege website (new users, please register first).


Release Notes

The contents of the release notes section describe changes relative to Protege 3.4.8.

Build 643 -- March 23, 2012

The SWRLTab now supports the Drools rule engine, thus providing a completely free and open source solution for executing SWRL rules in Protege-OWL's SWRLTab.

A new tab called the SWRLDroolsTab provides a graphical interface for interacting with this implementation. The existing SWRLJessTab is still available. All existing SWRL built-in libraries are supported in the Drools implementation.

Both the Drools and Jess implementations now use a pair of OWL 2 RL-based reasoners for performing inference (read more). These reasoners are also used by the SQWRL query language.

The Java APIs provided by the SWRLTab have changed slightly so user of these APIs will need to update their code. Information on these changes can be found here. The process of building the SWRLTab and its associated rule engines has also changed. The new build process is outlined here.