Difference between revisions of "Protege 3.5 Beta Release Notes"

From Protege Wiki
Jump to: navigation, search
Line 20: Line 20:
 
Both the Drools and Jess implementations now use a pair of [http://www.w3.org/TR/owl2-profiles/#OWL_2_RL OWL 2 RL]-based reasoners for performing inference ([http://protege.cim3.net/cgi-bin/wiki.pl?SWRLTabOWL2RL read more]). These reasoners are also used by the [http://protege.cim3.net/cgi-bin/wiki.pl?SQWRL SQWRL] query language.
 
Both the Drools and Jess implementations now use a pair of [http://www.w3.org/TR/owl2-profiles/#OWL_2_RL OWL 2 RL]-based reasoners for performing inference ([http://protege.cim3.net/cgi-bin/wiki.pl?SWRLTabOWL2RL read more]). These reasoners are also used by the [http://protege.cim3.net/cgi-bin/wiki.pl?SQWRL 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 [http://protege.cim3.net/cgi-bin/wiki.pl?SWRLTabAPIUpdating here]. The process of building the SWRLTab and its associated rule engines has also changed. The new build process is outlined [http://protege.cim3.net/cgi-bin/wiki.pl?SWRLTabBuilding here].
+
The Java APIs provided by the SWRLTab have changed slightly so users of these APIs will need to update their code. Information on these changes can be found [http://protege.cim3.net/cgi-bin/wiki.pl?SWRLTabAPIUpdating here]. The process of building the SWRLTab and its associated rule engines has also changed. The new build process is outlined [http://protege.cim3.net/cgi-bin/wiki.pl?SWRLTabBuilding here].

Revision as of 16:33, March 23, 2012


Protege 3.5 Alpha

[[Image:|thumb|400px|right|caption]]

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 users 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.