org.coode.owlapi.examples
Class OWLPrimer

java.lang.Object
  extended by org.coode.owlapi.examples.OWLPrimer

public class OWLPrimer
extends java.lang.Object

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Apr-2008

The following example uses entities and axioms that are used in the OWL Primer. The purpose of this example is to illustrate some of the methods of creating class expressions and various types of axioms. Typically, an ontology wouldn't be constructed programmatically in a long drawn out fashion like this, it would be constructe in an ontology editor such as Protege 4, or Swoop. The OWL API would then be used to examine the asserted structure of the ontology, and in conjunction with an OWL reasoner such as FaCT++ or Pellet used to query the inferred ontology.


Constructor Summary
OWLPrimer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLPrimer

public OWLPrimer()
Method Detail

main

public static void main(java.lang.String[] args)