[DIG-users] OWL - DIG 1.1 transformation
Brought to you by:
dturi
From: Alexander N. <a.n...@da...> - 2008-07-10 11:34:40
|
Hi all, Could anyone tell me please how to convert an ontology from OWL (or RDF) to DIG 1.1? I need to do it in order to use DIG server (Pellet or FaCT++) to solve my problem: 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 DIG server. That's why I need to convert my ontologies from OWL to DIG. I've been told that it is possible to do it in 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? I much appreciate any your suggestions about my problem. Thank you and best regards, Sasha |