Difference between revisions of "ELK"

From Protege Wiki
Jump to: navigation, search
(information about new ELK reasoner plugin)
 
Line 19: Line 19:
 
ELK is very fast. It can classify the SNOMED CT ontology with around 300,000 classes in less than 4 seconds on a modern laptop (details can be found in a [http://korrekt.org/page/Concurrent_Classification_of_EL_Ontologies_(Technical_Report) technical report]). This is achieved by highly optimized consequence-based reasoning algorithms that can also take advantage of multi-core CPUs.
 
ELK is very fast. It can classify the SNOMED CT ontology with around 300,000 classes in less than 4 seconds on a modern laptop (details can be found in a [http://korrekt.org/page/Concurrent_Classification_of_EL_Ontologies_(Technical_Report) technical report]). This is achieved by highly optimized consequence-based reasoning algorithms that can also take advantage of multi-core CPUs.
  
ELK 0.1.0 is the very first release of ELK. It still has only limited support for OWL constructs and does not yet implement all reasoning tasks that the OWL API includes. Its main features are:
+
ELK can be run in all operating systems that support Java 1.5 or above, but early releases do not yet support all features of OWL 2 EL. For further details, please see the [http://code.google.com/p/elk-reasoner/wiki/ELK_Documentation online documentation]. The [http://groups.google.com/group/elk-reasoner-discussion ELK reasoner discussion group] is available for further discussions.
 
 
* Reasoning tasks: classification and consistency checking
 
* Supported OWL constructs: ELH fragment + transitivity (ObjectIntersectionOf, ObjectSomeValuesFrom, SubClassOf, EquivalentClasses, SubObjectPropertyOf, TransitiveObjectProperty)
 
* Optional OWL API bindings
 
* Protégé plugin (can also be used in Snow Owl)
 
* Command line interface
 
* Parser for input files in OWL 2 Functional Style Syntax
 
 
 
ELK can be run in all operating systems that support Java 1.5 or above. For further details, please see the [http://code.google.com/p/elk-reasoner/wiki/ELK_Documentation online documentation]. The [http://groups.google.com/group/elk-reasoner-discussion ELK reasoner discussion group] is available for further discussions.
 

Revision as of 01:23, August 2, 2011

Type Reasoner
Author(s) Yevgeny Kazakov, Markus Krötzsch, František Simančík
Last Update July 19, 2011
License Apache License 2.0
Homepage ELK website
For Application
Topic(s)
Affiliation

ELK is a free and open source reasoner for the lightweight ontology language OWL 2 EL.

Versions & Compatibility

This section lists available versions of ELK.

VersionCompatible withDependencies
ELK 0.4.3Protege-OWL 5Protege-OWL
ELK 0.4.0Protege-OWL 4.3
Protege-OWL 4.2
Protege-OWL 4.1
Protege-OWL
ELK 0.3.0Protege-OWL 4.1
Protege-OWL 4.2
Protege-OWL
ELK 0.2.0Protege-OWL 4.1Protege-OWL
ELK 0.1.0Protege-OWL 4.1Protege-OWL

If you click on the button below to add a new version of ELK, you will be asked to define a page title for the new version. Please adhere to the naming convention of ELK X.X.X when you define the new page!


The ELK reasoner is based on Java and can be controlled using the OWL API, Protégé, the Snow Owl ontology editor, or a basic command line interface. ELK is available under the Apache License 2.0.

ELK is very fast. It can classify the SNOMED CT ontology with around 300,000 classes in less than 4 seconds on a modern laptop (details can be found in a technical report). This is achieved by highly optimized consequence-based reasoning algorithms that can also take advantage of multi-core CPUs.

ELK can be run in all operating systems that support Java 1.5 or above, but early releases do not yet support all features of OWL 2 EL. For further details, please see the online documentation. The ELK reasoner discussion group is available for further discussions.