[Pellet-users] RDF to DIG 1.1 standalone converter
Michael Smith
msmith at clarkparsia.com
Fri Jul 11 13:57:05 UTC 2008
On Thu, 2008-07-10 at 12:10 +0100, Alexander Nazarov wrote:
> I have a set of ontologies to hold common domain knowledge.
> Then for every ontology:
> - I have a series of concepts properties extracted from processed documents.
> - I need to make an inference about those properties by adding them to an
> ontology.
>
> For a certain reason I can't use OWL API or Jena API to solve my problem.
> I meant to do it by a set of 2 <tell> requests (import KB and import
> properties) and 1 <ask> request (export inference) to Pellet DIG server.
> That's why I need to convert my ontologies from OWL to DIG.
>
>
> Thank you very much for your advice about Protégé 3.
> Actually I can't find any other means to do it at DIG resources and by
> search in Google.
> That makes me doubt: may be that way to solve my problem is not optimal?
Jena and the OWLAPI have classes to translate from their native
representations to DIG. Presumably anything that implements a DIG
client will have similar functionality.
Please be aware that the KR supported by DIG 1.1 is less expressive than
OWL DL, so the translation offered by Protege 3, or any other tool, is
likely to lose some information. The expressivity of DIG 2 will match
OWL 2 DL, but at present there aren't DIG 2 tools.
Without knowing the cause of your OWL API / Jena prohibition, its
difficult for me to suggest other alternatives.
If the problem is a platform one (i.e., you're not using Jena and OWLAPI
because you're not in Java), perhaps you can consider using a bridge
from whatever your language is to Java.
--
Mike Smith
Clark & Parsia
More information about the Pellet-users
mailing list