I managed to get the ontology to load by splitting my ontology into multiple files. I found I had to include all the OWL class declarations at the beginning of each file.
This was successful. However running:
19 java -Xmx1024M com.ibm.research.sher.utils.QueryAnswering -ai rps rps-sher-config.cfg
Produced:
08-Nov-2008 23:25:11 com.ibm.research.sher.analysis.impl.ConsistencyChecker checkConsistency
INFO: SKIPPING CONSISTENCY CHECK since KB cannot entail contradictions
rps is consistent.
Which doesn't tell me where the contradiction might be. Any suggestions?