Author: Franz Schenk  <schenk@informatik.uni-goettingen.de>


This intended use of this package is 
- to transform rdf-data from one language to another 
- to use SPARQL-queries on rdf-data. 

Use java -jar semweb.jar -h for help.


Notes:
The main class is semweb/ParseRDF.class, documented source code as well as
javadoc is included. Look into the directory /examples for some 
rdf-files and an example query files.

The package contains the following libraries in order to use it stand-alone:
jena.jar
commons-logging.jar
xercesImpl.jar
icu4j_3_4.jar
iri.jar
concurrent.jar
antlr.jar
log4j-1.2.12.jar
arq.jar


You need Java1.5 to run this application!

23/10/2006
added pellet as a reasoner-plugin.
additional libraries needed:
pellet.jar
aterm-java-1.6.jar
xsdlib/relaxngDatatype.jar
xsdlib/xsdlib.jar


07/01/19
Upgraded Jena to Version 2.5

07/02/06
Upgrade Jena to 2.5.1
Upgraded Pellet to 1.4-RC2

