[Pellet-users] How to work with multiple ontologies?
Michael Smith
msmith at clarkparsia.com
Tue May 27 13:58:08 UTC 2008
On Tue, 2008-05-20 at 13:54 +0800, Koh Shu Lin wrote:
>
> I'm new to PELLET. Does anyone know how can I load multiple ontologies
> onto a single reasoner and allow user to switch among the different
> ontologies for reasoning?
You should only load multiple ontologies to a single reasoner if you
want the ontologies to interact. If you want to switch among the
ontologies but have them not interact, you should use a separate
reasoner for each ontology.
> I would like to use the OWL API to interact with PELLET. Best if you
> can provide me with some code examples. Thanks alot.
There are OWL API examples included in the distribution. In particular,
see [1], [2].
--
Mike Smith
Clark & Parsia
[1] examples/org/mindswap/pellet/examples/OWLAPIExample.java
[2] examples/org/mindswap/pellet/examples/IndividualsExample.java
More information about the Pellet-users
mailing list