With PION

Before starting the PION test, make sure that the PION server and the external DIG DL reasoner Racer (version 1.7.14 or higher) are running. You can do the following:

  • Installation of the Prolog DIG DL Interface Support
    Unzip the Prolog package diglibrary.zip into the library directory of the SWI-Prolog(version 5.4.4, or higher). If you have not yet installed SWI-Prolog on your computer, you can download the version 5.4.4 for windows here.
  • Launch the External DL reasoner Racer
    The DL reasoner Racer can be launched for the default port '8000' by the following command line:
    racer -http 8000

  • Launch the PION server
    Click on pion_server.pl to launch the PION server.
    Click on dig_server_simple8002.pl to launch the DIG simplely forward server for the comparison between query results with a PION and those without a PION.

    The default port of the PION server port is '8001'. The default port of the external DL reasoner is '8000'. The default port of the simplely forward server is '8002'. The default hosts of the PION server and the external DL reasoner are 'localhost'. If you want to use other hosts and ports, change the corresponding setting in Prolog and/or the POST actions in the html file 'pionmain2.htm'.