Drools implementation of a SWRLAPI-based OWL 2 RL reasoner and SWRL rule engine.
Documentation can be found at the SWRLAPI Drools Engine Wiki.
To build this project you must have the following items installed:
Get a copy of the latest code:
git clone https://github.com/protegeproject/swrlapi-drools-engine.git
Change into the swrlapi-drools-engine directory:
cd swrlapi-drools-engine
Then build it with Maven:
mvn clean install
On build completion your local Maven repository will contain the generated swrlapi-drools-engine-${version}.jar file.
This JAR is used by the Protégé SWRLTab Plugin and by the standalone SWRLTab tool.
A Build Project is provided to build core SWRLAPI-related components.