Support for input and output of OWL models.
© The University of Manchester, 2002.

Package Specification

This package provides a collection of interface definitions that provide IO for OWL ontologies. These can be broken down into {@link org.semanticweb.owl.io.Parser Parser}s and {@link org.semanticweb.owl.io.Renderer Renderer}s, where a Parser provides functionality for reading OWL ontologies from some concrete syntax and a Renderer provides functionality for writing OWL ontologies out in some concrete representation.

@author Sean Bechhofer