Changes between Initial Version and Version 1 of adapters_protege


Ignore:
Timestamp:
05/03/06 15:39:10 (18 years ago)
Author:
endres
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adapters_protege

    v1 v1  
     1[[TracNav]] 
     2 
     3= Ontology Adapter: Protégé = 
     4 
     5Developer: [mailto:endres@dfki.uni-kl.de Björn Endres] 
     6 
     7== Description == 
     8This adapter allows you to attach any Protégé based ontology to the PhaseLibs system. 
     9 
     10== Characteristics == 
     11 * The adapter will keep it's own Protégé instance (without GUI). Thus, any data format loadable into Protégé is supported. 
     12 
     13== Evaluation/Performance == 
     14n/a 
     15 
     16== Specification == 
     17=== Intitialisation === 
     18The ontology adapter class is 
     19 {{{de.dfki.km.phaselib.adapters.protege.ProtegeOntology}}} 
     20 
     21To initialise, provide a Protégé knowledgebase containing the model. A second constructor, capable of loading and initialising Protégé will be implemented when requested. 
     22 
     23=== Parameters === 
     24none 
     25 
     26=== Dependencies === 
     27Depends on the [http://protege.stanford.edu/ Protégé Project], version 3.1 or higher. 
     28 
     29== License Issues == 
     30The Protégé project uses the MPL.