----------------------------------
OWLlink API
----------------------------------

Documentation can be found at http://owllink-owlapi.sourceforge.net

The OWLlink API in short

(1) To use the client API of the  OWLlink API in your application add "owllink-bin.jar" to the classpath of your application.
Make sure that you also add the following libraries (see "lib" folder):
   () owlapi-bin.jar - The OWLAPI v3 (svn. Dec. 2010)
   () owlapi-bin-2.jar - The OWLAPI v2. Only needed if you need the server mode for OWLAPI v2 reasoners
   () commons-logging-1.1.1.jar
   () junit.jar

(2) To use the server API of the OWLlink API add also the following libraries (see "lib" folder) to the classpath:
   ()javax.servlet.jar
   () org.morthbay.jetty.jar
   () org.morthbay.jmx.jar



To run Pellet ( (c) by Clark&Parsia ) out-of-the box as OWLlink server:

(1) Pellet v. 1.5.x:
    Copy the pellet libraries into the folder "pellet-server-1" and run the start-pellet script.
    The OWLlink server component will start at localhost:8080
(2) Pellet v. 2.x:
    Copy the pellet libraries into the folder "pellet-server-2" and run the start-pellet script.
    The OWLlink server component will start at localhost:8080



To run FaCTPlusPlus ( (c) by University of Manchester ) out-of-the-box as OWLlink server:

( ) Copy the recent release into the folder "factplusplus-server" (including the shared library) and run
    the "start-factplusplus" script.