Difference between revisions of "Protege 3.5 Beta Release Notes"

From Protege Wiki
Jump to: navigation, search
Line 3: Line 3:
 
[[Image:SWRLDroolsTab.png|thumb|400px|right|Screenshot of the SWRLDroolsTab - new in Protege 3.5 alpha!]]
 
[[Image:SWRLDroolsTab.png|thumb|400px|right|Screenshot of the SWRLDroolsTab - new in Protege 3.5 alpha!]]
  
We are pleased to announce Protege 3.5 alpha!  Please contact us via one of the [http://protege.stanford.edu/community/lists.html Protege 3 mailing lists] with questions, feedback, and bug reports.
+
<strong>We are pleased to announce Protege 3.5 alpha!  The main focus of the 3.5 series is the SWRLTab's support of the Drools rule engine, thus providing a completely free and open source solution for executing SWRL rules in Protege-OWL's SWRLTab.</strong>
 +
 
 +
 
 +
Please contact us via one of the [http://protege.stanford.edu/community/lists.html Protege 3 mailing lists] with questions, feedback, and bug reports.
  
 
Download [http://protege.stanford.edu/download/registered.html#p3.5 Protege 3.5 alpha] from the main Protege website (new users, please [http://protege.stanford.edu/download/register.html register first]).
 
Download [http://protege.stanford.edu/download/registered.html#p3.5 Protege 3.5 alpha] from the main Protege website (new users, please [http://protege.stanford.edu/download/register.html register first]).
Line 14: Line 17:
 
=== Build 643 -- March 23, 2012 ===
 
=== Build 643 -- March 23, 2012 ===
  
The [http://protege.cim3.net/cgi-bin/wiki.pl?SWRLTab SWRLTab] now supports the [http://www.jboss.org/drools Drools] rule engine, thus providing a completely free and open source solution for executing SWRL rules in Protege-OWL's SWRLTab.
+
The [http://protege.cim3.net/cgi-bin/wiki.pl?SWRLTab SWRLTab] now supports the [http://www.jboss.org/drools Drools] rule engine.
  
 
A new tab called the [http://protege.cim3.net/cgi-bin/wiki.pl?SWRLDroolsTab SWRLDroolsTab] provides a graphical interface for interacting with this implementation. The existing [http://protege.cim3.net/cgi-bin/wiki.pl?SWRLJessTab SWRLJessTab] is still available. All existing [http://protege.cim3.net/cgi-bin/wiki.pl?SWRLTabBuiltInLibraries SWRL built-in libraries] are supported in the Drools implementation.
 
A new tab called the [http://protege.cim3.net/cgi-bin/wiki.pl?SWRLDroolsTab SWRLDroolsTab] provides a graphical interface for interacting with this implementation. The existing [http://protege.cim3.net/cgi-bin/wiki.pl?SWRLJessTab SWRLJessTab] is still available. All existing [http://protege.cim3.net/cgi-bin/wiki.pl?SWRLTabBuiltInLibraries SWRL built-in libraries] are supported in the Drools implementation.

Revision as of 17:10, March 23, 2012


Protege 3.5 Alpha

Screenshot of the SWRLDroolsTab - new in Protege 3.5 alpha!

We are pleased to announce Protege 3.5 alpha! The main focus of the 3.5 series is the SWRLTab's support of the Drools rule engine, thus providing a completely free and open source solution for executing SWRL rules in Protege-OWL's SWRLTab.


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.

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.