Personal tools
You are here: Home Wiki OntologyInferenceTools
 
Views

Edit history

Edit: -1 of 1
Time: 2005-10-18 14:57:51
Note: /cellml/portal_migration/upgrade

changed:
-
One reason we are looking at ontology standards such as OWL is that we buy into the community who develop reasoning tools for these standards.

4Versa is a nice tool that operates at the Rdf level.  One nice side-effect is that since 'owl:Class' is an 'rdfs:SubClassOf' 'rdfs:Class' then we can use the 4Versa 'type' construct to find instances of OWL classes.  4Versa comes with some nice set operations.  It is well worth having a look through the documentation page which comes with the installation.  A pdf from version 4Suite 1.0b1 is "here.":files/Versa.pdf 

"Racer":http://www.sts.tu-harburg.de/~r.f.moeller/racer/ is a DL based reasoner, i.e. it operates in a domain of logic that OWL is based on, well that OWL-DL is based on, which is the subset of OWL that we are trying to adhere too.  Racer is used for classification and constraints checking in the OWL plugin for Protege.