How can I process KRSS files with Pellet?
There is a separate simple command line program provided to process files written in KRSS syntax. This program is similar to the Pellet command line version and provides options to classify or realize KRSS ontologies. You can run the following command to see the options available:
java -cp lib/pellet.jar org.mindswap.pellet.PelletKRSS
The KnowledgeBase.loadKRSS(Reader) function also provides programmatic support to load KRSS files to a Pellet knowledge base


