VRP Installation Instructions


RDFSuite      Overview      Download VRP      Documentation      Users     


Installation

  1. Download the latest version of VRP (v2.1)
  2. Unzip and untar the package with command similar to
          gtar -zxvf VRP_2.1.tar.gz
    This will create a new directory RDF_VRP which should contain the following:
  3. To run the program change into the directory RDF_VRP/classes and execute:
         java GUI.VRPGUI 
    or execute:
         java -classpath <RDF_VRP Dir>/classes GUI.VRPGUI 
    If your RDF files are large, you should use the -mx parameter to increase the main memory Java can allocate. For example if you want the Java to be able to use 100MB, you should run it with
         java -mx100m  -classpath <RDF_VRP Dir>/classes  GUI.VRPGUI  

Standalone Application Options

Input Options

Output Options

The default output of VRP reports: Additionally we can choose among the following options * A namespace can be a local file or a URL.
** Namespace URIs should include the complete filename of the RDF file, with the extension (e.g. .rdf, .rdfs) if any. For example,

Using VRP APIs

The example Test.java shows how you can use VRP APIs.
The java class Main shows the methods provided for VRP.
In case you want to process the Model returned by VRP, see the methods of java class Model.


Last modified: March 19, 2002