[Pellet-users] issue with owl:imports during consistency checking
Michael Smith
msmith at clarkparsia.com
Wed Oct 24 13:08:44 UTC 2007
On Wed, 2007-10-24 at 11:49 +0530, Hrishikesh Sharma wrote:
> So unless one makes a local copy of some such ontology, and use a
> file:// URL as the URI(or set up a local http server and user
> http://localhost/... etc.), this problem can continue. Is my
> understanding right?
If I understand your problem correctly, and you are using Pellet via the
command line interface, there is a way to deal with ontology retrieval
URLs and logical URIs being different.
The command line interface uses Jena for file loading, and the loader
behavior can be modified using the Jena LocationMapper. So, if you
create a LocationMapper configuration file (as described at [1]), Pellet
will respect its contents and you can setup a local ontology repository.
--
Mike Smith
Clark & Parsia
[1] http://jena.sourceforge.net/how-to/filemanager.html
More information about the Pellet-users
mailing list