sourish-rygbee / elk-reasoner

Automatically exported from code.google.com/p/elk-reasoner
Apache License 2.0
0 stars 1 forks source link

Querying with complex class expressions #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Right now ELK does not well support retrieving all instances of classes which 
are not named (atomic) classes. A common workaround is to introduce a fresh 
class name, make it equivalent to the class expression, and query for its 
instances.

However, this isn't ideal since it leads to a technically non-equivalent 
ontology.

A way to improve it is to hide all these steps from the user and avoid 
re-classification via incremental reasoning (issue 9). The ontology should 
remain intact after the querying is done, i.e., it should not contain new class 
names or axioms.

Original issue reported on code.google.com by pavel.kl...@gmail.com on 8 Aug 2012 at 10:56

GoogleCodeExporter commented 8 years ago

Original comment by pavel.kl...@gmail.com on 8 Aug 2012 at 10:57

GoogleCodeExporter commented 8 years ago
Issue 17 has been merged into this issue.

Original comment by pavel.kl...@gmail.com on 3 Jun 2013 at 10:40

GoogleCodeExporter commented 8 years ago
Pushed to 0.5

Original comment by pavel.kl...@gmail.com on 5 Jun 2013 at 10:26

GoogleCodeExporter commented 8 years ago
Fixed in v. 0.4.0 using incremental reasoning

Original comment by ykazako...@gmail.com on 19 Jul 2013 at 2:37