| | 1 | [[TracNav]] |
| | 2 | |
| | 3 | = Ontology Adapter: Protégé = |
| | 4 | |
| | 5 | Developer: [mailto:endres@dfki.uni-kl.de Björn Endres] |
| | 6 | |
| | 7 | == Description == |
| | 8 | This 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 == |
| | 14 | n/a |
| | 15 | |
| | 16 | == Specification == |
| | 17 | === Intitialisation === |
| | 18 | The ontology adapter class is |
| | 19 | {{{de.dfki.km.phaselib.adapters.protege.ProtegeOntology}}} |
| | 20 | |
| | 21 | To 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 === |
| | 24 | none |
| | 25 | |
| | 26 | === Dependencies === |
| | 27 | Depends on the [http://protege.stanford.edu/ Protégé Project], version 3.1 or higher. |
| | 28 | |
| | 29 | == License Issues == |
| | 30 | The Protégé project uses the MPL. |