Change Log Pellet 1.1.1 (?) --------------------------- * MODIFIED: Jena jar files to version 2.2-beta-1 * ENHANCED: PelletInfGraph loads only the changes to the KB when only there are only additions (no deletions) * ENHANCED: Speed up in PelletInfGraph when subject and object are not variables. * ENHANCED: Find function in PelletInfGraph to return answers without classifying the ontology whenever possible * ADDED: Alternative implementation of contains function in PelletInfGraph that works without classifying the ontology * ENHANCED: Internal query engines * FIXED: Duplicate answers generated by PelletQueryEngine * MODIFIED: Use Jena ResultBindingImpl instead of PelletResultBinding * ADDED: PelletReasonerFactory to create PelletReasoner * ADDED: Function to check datatype subsumption to OWLReasoner * ENHANCED: RDQL support in command line Pellet * FIXED: Parsing queryString option in Pellet.java * ADDED: A new example PelletQuery for RDQL queries * FIXED: Problems in USE_PSEUDO_MODEL option related to non-deterministic branches * MODIFIED: Change Literal.getLang() function to return "" when there is no language identifier * FIXED: Nominal problem in DL Expressivity * FIXED: Problems due to inverse properties in computeSubRoles * ENHANCED: TBox absorption performance Pellet 1.1.0 (Dec. 7, 2004) --------------------------- * ENHANCED: Internal data structures and the performance of the reasoner * ENHANCED: The API to access the reasoner * ADDED: Some help documenation (a simple readme file, javadocs for the API and some sample code) * ADDED: Implementation of the Jena reasoner interface * ADDED: Internal RDQL engine * ADDED: Support for E-connected ontologies