Changes between Initial Version and Version 1 of adapters_owl


Ignore:
Timestamp:
04/21/06 17:07:57 (18 years ago)
Author:
endres
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adapters_owl

    v1 v1  
     1= Ontology Adapter: OWL = 
     2 
     3Developer: [mailto:endres@dfki.uni-kl.de Björn Endres] 
     4 
     5== Description == 
     6This adapter simply provides access to OWL ontologies. 
     7 
     8== Characteristics == 
     9Since ''getSubclass()'' relations are not explicitly stored in OWL ontologies, they will be calculated for all classes upon the first call. This is very costy and should be avoided if possible. 
     10 
     11== Evaluation/Performance == 
     12n/a 
     13 
     14== Specification == 
     15=== Intitialisation === 
     16The ontology adapter class is 
     17 {{{de.dfki.km.phaselib.adapters.owl.OntologyAdapter}}} 
     18 
     19It can be initialised in two ways: 
     20 1. by providing the URL of an OWL ontology file. 
     21 2. by giving an {{{org.semanticweb.owl.model.OWLOntology}}} instance. 
     22 
     23=== Parameters === 
     24none 
     25 
     26=== Dependencies === 
     27 
     28 
     29== License Issues == 
     30